Tabs are getting a big upgrade #1001
israel-dryer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Notebook will continue to be supported as a built-in widget. However, because Notebook can be pretty limiting, I'm adding 2 new widgets to support more modern tab features: Tabs and TabView.
The
Tabswidget is a dedicated tabbar that has 2 variants, bar and pill. These tabs support both horizontal and vertical orientation, can display icons, and also support a 'close' feature. This will allow you to create new tabs on demand, or delete then if you wish. You can enable this close button to show always or on 'hover'.In addition, you can enable adding, which puts an '+' button in the tab bar for horizontal and '+ New' for vertical.
The
TabViewwidget is basically aTabswidget connected by signal to aPageStack, which is a new navigation widget available in v2 that enables easy multi-page navigation.Beta Was this translation helpful? Give feedback.
All reactions