Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个,我QFrame有 3 个类别,例如:和。widgetsFrameCheckBoxesButtonstexts
QFrame
widgets
Frame
CheckBoxes
Buttons
texts
我的问题是,如何将每个类别放在一个矩形中?(我没有找到qt-designer)
qt-designer
在 Qt-Designer 中,您可以简单地将小部件放入QGroupBox小部件中QFrame(在您的情况下为 3 QGroupBox),然后将所有小部件(复选框、按钮和文本)排列在这 3QGroupBox个小部件中。QGroupBox是矩形,如果需要,您也可以在 Qt-Designer 中设置组框的名称(标题)。我正在使用 PyQt 4.7。
QGroupBox