内容表

上一话题

基本布局范例

下一话题

动态布局范例

边框布局范例

Shows how to arrange child widgets along a border.

Border Layout implements a layout that arranges child widgets to surround the main area.

../_images/borderlayout-example.png

The constructor of the Window class creates a QTextBrowser object, to which a BorderLayout named layout is added. The declaration of the BorderLayout class is quoted at the end of this document.

Several labeled widgets are added to layout with the orientation Center , North , West , East 1 , East 2 ,和 South .

createLabel() in class Window sets the text of the labeled widgets and the style.

Class BorderLayout contains all the utilitarian functions for formatting the widgets it contains.

更多信息,拜访 布局管理 页面。

运行范例

要运行范例从 Qt Creator ,打开 欢迎 模式,然后选择范例从 范例 . For more information, visit Building and Running an Example.

范例工程 @ code.qt.io