Top "Qt-designer" questions

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

Overlapping widgets in QtDesigner

I want to overlay two widgets in QtDesigner: There is the big QTextBrowser, and below in the down right corner …

qt qt-designer
Using QTDesigner with PyQT and Python 2.6

I'm new to Python and am starting to teach myself GUI programming (hopefully) using PyQT4.7 and Python 2.6 I just downloaded …

python qt4 pyqt4 qt-designer
Qt Designer: How to remove slot from designer?

Adding slot for a signal of a widget is easy: right click on it and select "go to slot". But …

c++ qt signals-slots qt-designer
How to equally distribute the width of QSplitter

I have a problem with adjusting width of QSplitter. I prepared UI in Qt Designer and it looks now like …

qt qt-designer
installEventFilter in PyQt5

I'm trying to implement an event in PyQT5, but i get this error: TypeError: installEventFilter(self, QObject): argument 1 has unexpected …

python pyqt pyqt5 qt-designer eventfilter
Python Win 3.6.0 x64 issue, missing qt designer exe after pip3 install pyqt5

I'm a Python newbie and trying to start my first application and am struggling to workout how to use Qt …

python python-3.x pyqt5 qt-designer python-3.6
Create widget array using Qt Designer?

In Qt Designer I'm creating multiple labels (for instance): my_label1 my_label2 my_label3 ... my_label n Then if …

arrays qt widget qt-designer
Qt Charts and Data Visualization widgets

I have installed Qt 5.7 in order to try Qt Charts and Qt Data Visualization but I cannot find new widgets …

c++ qt qml qt-creator qt-designer
PyQt: No error msg (traceback) on exit

My PyQt application no longer prints the error (stderr?) to the console. I use QtDesigner and import the UI like …

python pyqt pycharm qt-designer pyqt5
showing an image with Graphics View widget

I'm new to qt designer and python. I want to created a simple project that I should display an image. …

python qt-designer