用 Qt 小部件填充父级
我想在 qt4 设计器中创建应用程序的主窗口。
当我向 centralwidget
添加布局元素时,该元素保留在窗口中间,并且在调整窗口大小时不会移动。我怎样才能让它“填充”整个区域(并正确调整其子项的大小)?我的布局的所有子小部件都正确扩展。
I'd like to create an application's main window in qt4 designer.
When I add a layout element to the centralwidget
, that element stays in the middle of the window and does not move when the window is resized. How can I make it "fill" the whole area (and resize its children properly)? All children widgets of my layout are expanding properly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加元素后,选择主窗口,然后单击其中一种布局(从工具栏),以便将其应用于主窗口的子窗口。
After you add the element, select the main window, and click one of the layouts (from the toolbar), so that it gets applied to the main window's children.