Toggle Different "Pages"/"Tabs" on a project?

Hi there,

So I'm rather a bit new on this amazing utility, but I'm starting to do my thing already.
I wanted to know (I reckon it is possible) to have different pages, sort of like tabs, where by pressing a button will make me switch from one to other.
In these tabs I will have a completely different layout with other completely different set of parameters.

Say:

TAB1

   +------+    +-----+
   | TAB1 |    |TAB2 |
   +------+    +-----+

 +-----+   +-----+   +------+
 |but1 |   |but2 |   |but3  |
 +-----+   +-----+   +------+

I press on TAB2 button to switch to TAB2

   +------+    +-----+
   | TAB1 |    |TAB2 |
   +------+    +-----+

 +-----+   +-----+   +------+
 |but4 |   |but5 |   |but6  |
 +-----+   +-----+   +------+


Thanks!!

Tabs can be created in any panel widget (or in the root widget) that doesn't already contain regular widgets. Creating multiple tabs can be easier using the project tree. If you have already created a bunch of widgets and want to switch to a tabbed layout, simply select them all, cut, add a new tab, and paste the widgets in the tab.

1 Like