Top "Qt-designer" questions

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

How to implement a signal/slot defined in Qt Designer

I am trying to connect the click() signal of a button to my own function. The button is in a …

python pyqt pyside signals-slots qt-designer
How can I implement the button, that holds an action (QAction) and can connect with one in designtime in QtDesigner?

I want to use an approach, when most of application commands hold in QActions, so that I could drag actions …

qt qt-designer
QIcon.fromTheme not displaying icon in PyQt

I am having troubles to display the icon of a QAction selected from the current icon theme. I made the …

python pyqt icons pyqt4 qt-designer
Integrate Qt Designer and PyCharm

There are plenty of minor challenges getting PyQt5 and Qt Designer to play nice with PyCharm, but after getting all …

python pycharm pyqt5 qt-designer
Context Menu Creation with ‪ Qt Designer(Qt Creator IDE)

How can i create a Context menu in Qt Designer (1.3)? Certainly I want to create it with out writing one …

qt4 contextmenu qt-creator qt-designer qt-contextmenu
Why can't I set a layout for a page in a QStackedWidget in designer?

Steps to reproduce in designer for Qt 4.8.0 I create a new dialog form in Qt Designer I add a QStackedWidget …

user-interface layout qt4 qt-designer qstackedwidget
PyQt4 filename dialog

I am a bit of a novice so be kind ;-) I had a GUI that I made using PyQt4 …

python pyqt4 qt-designer qfiledialog qtgui
Disabled splitter in qt designer

I'm using qt 4.8.0 on windows 7. When I open qt designer and create widget in it, I cannot set 'Lay Out …

qt qt-designer
Qt size policy and stretch factors

How do the options size policy and stretch factors influence the size of a widget? The image below shows previews …

qt qt-designer
A .py file which compiled from .qrc file( using pyside-rcc ) does not work

I am working on python project and I have a problem with my .py file which complied from .qrc file. …

python image pyside qt-designer rcc