Top "Qwidget" questions

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

Qt Increase QTabWidget's QTabBar size

I need to make the tabs that I have oriented at the bottom of my QTabWidget larger. We'll be using …

qt size qwidget qtabbar
How to set QWidget fullscreen (but "real" fullscreen, change resolution, set modal to whole system)?

I'm trying to make a game using Qt, cause it is so awesome ;) and you have all the stuff you …

c++ qt fullscreen resolution qwidget
Draw Rectangular overlay on QWidget at click

in my project i use a EventFilter for widgets, that are in a QHBoxLayout. If i clicked on an a …

qt qwidget
QVision Widget Error upon compile

Only one error to go until I get to use this for my research! Warning: Z-order assignment: " is not a …

qt compiler-errors widget qwidget
Qt - QWidget: Cannot create a QWidget when no GUI is being used

I'm trying to run a simple Qt program, and when doing so, I get a console window mentioning: QWidget: Cannot …

c++ qt qwidget
Need something like a finished-signal from QWidget

I'm searching for something like the finished-signal from QDialog, only for QWidget. The reason is, I disable my toolbar once …

qt signals qwidget
Qt: Custom widget in QScrollArea

I am attempting to create a custom widget. My Widget renders itself unless it is inside a scroll area. The …

c++ qt qwidget
How to set user data for a QWidget?

I would like to set an integer number to be stored in a QWidget, and I think the setUserData member …

c++ qt qwidget
Qt - Clear all widgets from inside a QWidget's layout

I have a QWidget in a dialog. Over the course of the program running, several QCheckBox * objects are added to …

c++ qt qwidget
Detect resizing in Widget-window resized signal

I create a simple UI with Qt Designer and convert it to Python codes. I searched for any method to …

python pyqt pyqt5 qwidget