Top "Qframe" questions

QFrame is a class from the Qt Toolkit which provides the base class for widgets that can have a frame.

QScrollArea not working as expected with QWidget and QVBoxLayout

So I have this QFrame which is the parent widget (represented by this in the code). In this widget, I …

c++ qt qwidget qscrollarea qframe
Changing the color of a QFrame in QT

I have set the color of my main window in QT to be grey. ui(new Ui ::MainWindow) ui-> …

c++ qt user-interface qframe
pyqt: how to put a border frame around a widget

I'm making some changes to an existing PyQt project. The UI was created with Qt Designer. The relevant part is …

python pyqt qt-designer qframe
QLineEdit with custom button

I need to implement LineEdit widget with possibility to add tool buttons at the right end of text area. I …

c++ qt qwidget qlineedit qframe
Qt - Draw a fully transparent window in Windows without using WA_TranslucentBackground

I need to draw transparent window (either QLabel or QFrame or QWidget), but without using WA_TranslucentBackground. The reason for …

c++ qt transparent qwidget qframe