Top "Qt-designer" questions

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

ImportError: No module named 'resource_rc'

I made a simple program with PyQt GUI, and compiled '.ui' file. # Form implementation generated from reading ui file …

python pyqt pyqt5 qt-designer qresource
How to add a QVideoWidget in Qt Designer?

I want to insert video in blue box(ui image) but I don't know how to insert video file. My …

python pyqt pyqt5 qt-designer qvideowidget
How to set the background color of a tab widget in Qt Creator?

I’m using Qt Creator. In my GUI I use a tab widget. This widget should have the same grey …

user-interface qt4 qt-designer
Qt Designer vs Handcoding

Every time I start a project with some graphical toolkit, one of the first conflicts happen with the decision of …

qt user-interface coding-style widget qt-designer
Controls insist on being too large, and won't resize, in QtDesigner

I made a "widget" in Qt Designer with about a dozen controls organized into horiz. and vert. layouts. Oddly, every …

qt4 qt-designer
How to add a button with image and transparent background to QVideoWidget?

I created a pushbutton in front of a video (use QVideoWidget and QMediaPlayer). I am using an image with a …

qt user-interface qt-designer qlabel qpushbutton
How to insert QChartView in form with Qt Designer?

I want to add QChart to the form. But I can't find it in the Widget Box. So I created …

qt qt5 qt-designer qchart qchartview
How can I draw inside existing QGraphicsVIew?

just like the title says i'm trying to draw inside an existing QGraphicsView. The window I generated using QT Designer, …

python pyqt pyqt5 qt-designer qgraphicsview
Clear QLineEdit on click event

I am using the given code, I want the user to enter text in the QLineEdit widget, press the Copy! …

python python-3.x pyqt pyqt5 qt-designer
Qt Designer; difficulty placing widgets in the right parent

Using the Qt Designer I've made a couple of QFrames in each other, each having a horizontal layout. Their stylesheet …

qt qt-designer