qt-designer
How can I implement the button, that holds an action (QAction) and can connect with one in designtime in QtDesigner?
I want to use an approach, when most of application commands hold in QActions, so that I could drag actions easily into menu, or toolbar, or button, or anything.[详细]
2023-01-24 05:34 分类:问答Qt Designer vs Handcoding
Every time I start a project with some graphical toolkit, one of the first conflicts happen with the decision of how to deal with the visual design and the widget layout: A graphical tool or handcodin[详细]
2023-01-23 15:29 分类:问答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:[详细]
2023-01-22 15:13 分类:问答Setting a plain background color for a QGraphicsView widget
I\'m trying to display a little 开发者_StackOverflow社区square of solid color. I\'ve created a QGraphicsView widget myGraphicsView and call:[详细]
2023-01-13 02:23 分类:问答PyQt: Right to left controls
I need my all controls to be right aligned. so when resizing they should move with the right upped corner of window instead of left upper.[详细]
2023-01-12 09:16 分类:问答How to implement MousePressEvent for a Qt-Designer Widget in PyQt
I\'ve got a Widget (QTabeleWidget, QLabels and some QButtons). It was built in Qt-Designer, and now I have to implement some things. For that I need the mou开发者_JAVA技巧sePressEvent.[详细]
2023-01-12 08:13 分类:问答Select text of QLineEdit on focus
I have created a dialog using QtDesigner. There is a QLineEdit object in the dialog with some default content. When the dialog initializes and the focus goes to the QLineEdit,开发者_开发技巧 I want th[详细]
2023-01-10 21:27 分类:问答Adding Qxt plugin to Designer
I\'m having a problem with adding the Qxt library to Qt Designer. T开发者_运维技巧he error it gives is:[详细]
2023-01-03 22:59 分类:问答Extract a portion of a Qt .ui file into its own .ui file
We have a designer creating a user interface for an application.The main window has several QStackedWidgets used for in place panel switching.What I\'d like to be able to do is extract each individual[详细]
2023-01-02 11:43 分类:问答QT4 Designer - Implement Widget
I\'m currently trying to get into QT4 and figure out a workflow for myself. While trying to create a widget which allows the user to connect to a hostname:port some questions appeared. The widget its[详细]
2023-01-02 03:50 分类:问答