Top "Qtabwidget" questions

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

Set label text in QTabWidget tab

I have QTabWidget on my form and two tabs on it. These tabs have standard text Tab1 and Tab2. How …

qt qt-designer qtabwidget
Qt: Styling QTabWidget

I'm using Qt and I have a QTabWidget setup in the Qt Designer Editor, you can see it in picture 1. …

qt qtstylesheets qtabwidget
How do I disable one tab in a QTabWidget?

I have a QTabWidget called tabWidget. It has three tabs: "Basic", "Advanced", and "Current Structure". The tabs are displayed in …

qt qt4 qt5 qtabwidget qtabbar
How to identify when the current tab is changing in a QTabWidget?

I'm using a QTabWidget and I need a way to handle the change of the current tab before it actually …

qt tabs qtabwidget
Show/Hide sub-tab on QTabWidget

Assuming I have a QTabWidget that contains 5 sub-tabs. Now I want to show/hide a sub-tab in one of 5 sub-tabs …

c++ qt qtabwidget
Get all tabs widgets in QTabWidget

Is it possible to get all tabs widgets that where added by addTab(QWidget() in QTabWidget in a list. We …

qt pyqt qtabwidget
Access the widget of a tab in a QTabWidget

I have a QTabWidget, where each tab has a QPlainTextEdit as its widget. So, how do I access each tab …

qt qplaintextedit qtabwidget
PyQT QTabWidget currentChanged

I'm trying to build a little app that loads several webpages in an QTabWidget. This already works well. Now I …

python signals qtabwidget slot
How to set current tab of QTabWidget by name?

PyQt5's QTabWidget has a method setCurrentIndex that you can use to get a particular tab to become the active …

qt pyqt pyqt5 qtabwidget
QTabWidget: close tab button not working

I have set ui->tabWidget->setTabsClosable(true); but QTabwidget only showing a cross on each tab that is …

qt qt4 qt4.8 qtabwidget