QTabWidget Control Tab Navigation And Arrangement
-
Hello Friends and Qt Experts.
You can see the below image , i am using QTabWidget Control , i added multiple tab pages in QTabWidget Control, and it's shown navigation button to move next tab and previous tab.
I want to do display all tab at once, os is there any way to do it in Qt ?
In Qt Application QTabWidget Control
in .Net Application when you add new tab it automatically managed in Tab Control
In .Net Application Tab Control
I want to do it like in Qt Application.
Thanks You.
-
Hello Friends and Qt Experts.
You can see the below image , i am using QTabWidget Control , i added multiple tab pages in QTabWidget Control, and it's shown navigation button to move next tab and previous tab.
I want to do display all tab at once, os is there any way to do it in Qt ?
In Qt Application QTabWidget Control
in .Net Application when you add new tab it automatically managed in Tab Control
In .Net Application Tab Control
I want to do it like in Qt Application.
Thanks You.
@Ketan__Patel__0011
I think Qt still does not support this, you would have to design it yourself. See the following links:- https://stackoverflow.com/questions/17852739/how-to-create-multiple-rows-tab-with-qtabwidget-in-qt
- https://www.qtcentre.org/threads/14729-how-to-make-Multi-Row-QTabWidget
- https://forum.qt.io/topic/94815/qtabwidget-how-to-display-labels-over-multiple-rows
Others by Googling something like
qtabwidget multiple rows
-
@Ketan__Patel__0011
I think Qt still does not support this, you would have to design it yourself. See the following links:- https://stackoverflow.com/questions/17852739/how-to-create-multiple-rows-tab-with-qtabwidget-in-qt
- https://www.qtcentre.org/threads/14729-how-to-make-Multi-Row-QTabWidget
- https://forum.qt.io/topic/94815/qtabwidget-how-to-display-labels-over-multiple-rows
Others by Googling something like
qtabwidget multiple rows
-
K Ketan__Patel__0011 has marked this topic as solved on