Shows how to arrange child widgets along a border.
Border Layout implements a layout that arranges child widgets to surround the main area.
![]()
The constructor of the Window class creates a
QTextBrowserobject, to which a BorderLayout namedlayoutis added. The declaration of the BorderLayout class is quoted at the end of this document.Several labeled widgets are added to
layoutwith the orientationCenter,North,West,East 1,East 2,和South.createLabel() in class
Windowsets 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.