Top "Qt-designer" questions

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

Understanding form layout mechanisms in Qt

Qt has a flexible and powerful layout mechanism to handle view of desktop application's windows. But it is so flexible, …

qt forms qt4 qt-designer
Qt Designer vs Qt Quick Designer vs Qt Creator?

I have seen references to all three of these applications on various parts of the Qt website but am completely …

qt qml qt-creator qt-designer qt-quick
AttributeError: module 'PyQt5.QtGui' has no attribute 'QWidget'

So, I'm trying to make a UI for a python code I have, but keep stumbling up on problems... Right …

python pyqt5 qt-designer
Hand Coded GUI Versus Qt Designer GUI

I'm spending these holidays learning to write Qt applications. I was reading about Qt Designer just a few hours ago, …

c++ qt user-interface rad qt-designer
Change rectangular Qt button to round

I'm trying to create a round button in Qt. A simple form with a single button QPushButton was created in …

c++ qt qt-designer
How do I create a custom slot in qt4 designer?

Whenever I use the signal/slot editor dialog box, I have to choose from the existing list of slots. So …

c++ qt qt4 qt-creator qt-designer
Qt Designer: how to add custom slot and code to a button

I use Qt4 Designer and I want that when I click on the "yes" button, some code will execute. And …

python qt4 qt-designer
pyQt: How do I update a label?

I created this simple UI with qtDesigner and I want to update my label every 10 seconds with the value of …

python python-3.x pyqt5 qt-designer qtwidgets
Qt: Drop-down button?

How can I create a "drop down button" in Qt? For a non-Qt example, see: Combination button/dropdown in office …

qt qt-designer
Best way to display logs in pyqt?

I am currently working on a GUI using qt designer. I am wondering how I should go about printing strings …

python pyqt qt-designer