Top "Qt-designer" questions

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

Auto-expanding layout with Qt-Designer

I'm using the Qt Designer. I want to create a QVBoxLayout which will automatically expand to fill the whole window. …

qt layout qt-designer
How to make a Qt Widget grow with the window size?

I want to have a small QFormLayout that grows to fill its parent widget. I created a new .ui file …

qt4 autoresize qt-designer
Linking a qtDesigner .ui file to python/pyqt?

So if I go into QtDesigner and build a UI, it'll be saved as a .ui file. How can I …

python user-interface qt pyqt qt-designer
How to convert a .ui file to .py file

This .ui file is made by Qt Designer. It's just a simple UI. All the commands or codes for doing …

python user-interface pyqt qt-designer
PyQt5: How to install/run Qt Designer

Feeling really stupid, right now, but the title says it all: How do you start the QtDesigner? I've installed PyQt5 …

python qt pyqt5 qt-designer
How to install QtDesigner?

I just installed Qt 5.4.1 on Windows 7. And there is no QtDesigner. Also there is no QtDesigner in MaintenanceTool. How can …

qt qt-designer
Qt Layout on QMainWindow

I designed a QMainWindow with QtCreator's designer. It consists of the default central widget (a QWidget) which contains a QVBoxLayout …

qt layout qt-designer
Inserting an image in GUI using QT Designer

I am new to QtDesigner. I wanted to know how to insert an image in the GUI using QT Designer. …

qt qt-designer
Qt get children from layout

I try to hide all widgets in layout. But looks like findChildren doesn't work for layout. Here's my sample code: …

c++ qt qt4 qt-designer
Set label text in QTabWidget tab

I have QTabWidget on my form and two tabs on it. These tabs have standard text Tab1 and Tab2. How …

qt qt-designer qtabwidget