Top "Qtabwidget" questions

The QTabWidget class, part of the Qt framework, provides a stack of tabbed widgets.

Python: How to to query a current Tab from QTabWidget

A simple dialog with three tabs: 'Tab_01', 'Tab_02' and 'Tab_03'. Pressing 'What Tab?' button should print …

python pyqt qtabwidget
How can I add a "new tab" button next to the tabs of a QMdiArea in tabbed view mode?

I'd like to have a "new tab" button much like Chrome or Firefox has for my QMdiArea. I can make …

qt tabs qtabwidget qmdiarea
QTabWidget tabs on the vertical, but text in horizontal

I'm trying to make an app in C++ Qt with a sidebar like this one: But when making QTabWidget's orientation …

c++ qt cross-platform sidebar qtabwidget
Putting a close button on QTabWidget

I'm using a QTabWidget to render multiple documents in a window, and I want to draw a close button on …

c++ windows qt qtabwidget
Remove border lines from QFrame & QTabWidget

Please have a look at the attached image to understand the problem. In the image you can see, how can …

qt qtabwidget
QSplitter becoming undistinguishable between QWidget and QTabWidget

I am puting a QWidget and a QTabWidget next to each other in one horisontal splitter. And the splitter loses …

c++ qt qt4 qtabwidget qsplitter
How to color a PyQt QTabwidget

I have a PyQt main window that contains a QTabWidget. The tab widget contains a few buttons and text boxes. …

python pyqt qtstylesheets qtabwidget qpalette
QTabBar vs QTabWidget

I am using QTabWidget in my project. Is there any stron reason I should use QTabBar and not QTabWidget? What …

qt qtabbar qtabwidget
QTabWidget how to hide pane only?

I have added a QToolButton as corner widget in QTabWidget which is checkable. I want to hide all tabs (panes …

qt qt4 qtabwidget
QTabWidget refusing to auto-resize

I'm attempting to have the following layout in qtcreator: QWidget QSplitter QStackedWidget ... QStackedWidget QWidget (page) QTabWidget Every single control that …

c++ qt layout qtabwidget