qt-designer
PyQt4 Qt Designer making dynamic GUIs
I\'m trying to figure out a way of using Qt Designer to make a dynamic GUI.For example, let\'s say I have a main window with a horizontal layout. I have a push button on one side and an empty area on[详细]
2023-04-11 15:15 分类:问答Qt Designer and stylesheets
I have derived a CalibrationWindow from QWidget, and I have a vector of CalibrationWindow*. Now, I\'m trying to change the background color in the Designer with the following stylesheet:[详细]
2023-04-10 07:15 分类:问答pyQt signals/slots with QtDesigner
I\'m trying to write a program that will interact with QGraphicsView.I want to gather mouse and keyboard events when the happen in the QGraphicsView. For example, if the user clicks on the QGraphicsVi[详细]
2023-04-07 02:14 分类:问答Resizing a label inside a gridlayout?
I\'m learning Qt, maybe this is easy but I can\'t seem to figure it out. First, I have a file path in a QString, myPath. I开发者_Python百科 want to load it and show it in a window.[详细]
2023-04-06 03:05 分类:问答How to display a widget inside a main window
I have a project marines and i have the following files structure. marines.pro FORMS iran.ui marines.h Headers[详细]
2023-04-05 12:46 分类:问答Add a QLineEdit to a qtoolbar in qtcreator (designer)
I have trouble with adding controls as a QLineEdit to a QToolbar from the IDE itself not by adding code (I can\'t do a开发者_JAVA技巧ny GUI coding without a WYSIWYG editor)[详细]
2023-04-04 10:00 分类:问答QtDesigner & PySide: QTableWidget don't get accessible
I made a form in QtDesigner. This form gets loaded from PySide with help of the function widget = loader.load(file, parent)[详细]
2023-04-01 21:37 分类:问答Is it possible to copy QCombobox to another QCombobox
I use Qt Designer to build my UI layout. On the layout, I have a combobox named cb_fac_cd. In my code I have a function that will automatically build a combobox based on the list I\'m attempting to bu[详细]
2023-04-01 13:52 分类:问答Creating simple form with qt-designer and pyqt
I\'m trying to run my first application in pyqt. My form looks fine when I\'m doing preview in designer:[详细]
2023-03-30 05:02 分类:问答Use a single source file for many QtDesigner forms
I couldn\'t find my answer in the Qt documentation (maybe I\'m inept), so here\'s a simple question: Should I have separate source and header files for every QtDesigner form I have in my project, or[详细]
2023-03-28 08:49 分类:问答