Top "Qwidget" questions

QWidget is key part of the Qt C++ classes.

Qt4: Placing QMainWindow instance inside other QWidget/QMainWindow

I'd like to place QMainWindow instance inside another QWidget (for example centralWidget of another QMainWindow). I'm wondering why it doesn't …

qt qt4 qt-creator qwidget qmainwindow
QWidget - set border from C++ code

I have QWidget instance (with other QWidgets inside) in Qt 5.8 and I want to set some border around it. Is …

c++ qt qwidget
PyQt having a status bar & menu bar QWidget

I am trying to create a PyQt application that has both status bar and a menu bar with other Widgets …

python qt pyqt qwidget qmainwindow
QTreeWidget editItem fails with "edit: editing failed"

I have a QTreeWidgetItem added to a QTreeWidget: QTreeWidgetItem* item = new QTreeWidgetItem(ui->trwPairs); item->setFlags(item->…

c++ qt qwidget qtreewidget
How to get QTabWidget title text of QWidget in Qt?

I know I can use the widget function of QTabWidget in order to get the the QPlanTextEdit from the specified …

c++ qt qwidget