How to create Tabs with Python?
-
Guys can you guide me with a simple code to create a simple dialog with two tabs?
-
Hi @momoko ,
You can find a example with QuickTabCustomGui in plugin cafe github, hope this can help.
Cheers~
DunHou -
Hi @momoko ,
As I suggested in your previous thread please check our Support Procedures and avoid one-liner questions in your future postings.
The "tabs" concept can be achieved in a muliple different ways, hence the solution depends on what exact final goal you would like to achieve.
One of ways is the QuickTab example that @Dunhou already mentioned.
Another way could be using TabGroups, a nice code example was provided by @mogh in his reply here: Quicktab SDK Example [Mar 29, 2023, 9:52 AM].
Cheers,
Ilia -