Top "Qt-designer" questions

Qt Designer is Qt's tool for designing and building graphical user interfaces (GUIs) from Qt components.

Setting a plain background color for a QGraphicsView widget

I'm trying to display a little square of solid color. I've created a QGraphicsView widget myGraphicsView and call: ui->…

c++ qt qt4 qt-creator qt-designer
Change QPushButton Icon on hover and pressed

I'm trying to change the Icon of a QpushButton on hover and pressed, I'm using QtDesigner with stylesheets. I tried …

qt qt-designer qstylesheet
Is there any way to set the visibility of QLabel in Qt Designer

I'm trying to make a QLabel not visible by default in Qt Designer. I can hard code it but I …

qt qt-designer qlabel
MVC design with Qt Designer and PyQt / PySide

Python newbie coming from Java (+SWT/Windowbuilder) and am having difficulty working out how to properly code a large desktop …

python model-view-controller pyqt pyside qt-designer
How do "theme" icons work in Qt Creator Designer?

When I create the "Command link button" (QCommandLinkButton) it has relatively nice green arrow icon. I would like to see …

qt qt-creator qt-designer
QLabel embedding in QStatusBar using Qt Designer

Is there any solution to embed a QLabel in QStatusBar using Qt Designer?

qt label qt-creator qt-designer qstatusbar
Setting layout margins in pyqt

In Qt Designer I can set the margin of a VBox or HBox using the properties layout*Margin. How can …

qt layout pyqt qt-designer
qt how to know that a pushbutton is clicked?

I'm trying to do a program which makes some operations with sounds. My question is that I have 3 Play pushbutton …

c++ qt visual-studio-2013 qt-designer qpushbutton
C++ over Qt : Controlling transparency of Labels and Buttons

Well, I was again trying my hands on a Linux GUI app on Qt Creator, I added couple of images …

c++ qt user-interface stylesheet qt-designer
How to integrate PyQt designer in Eclipse?

I'm trying to integrate the pydev, pyqt, python and eclipse. Now the code can be runing without error. And I …

eclipse qt pyqt qt-designer integrate