如何在 Qt Designer 中将 Qt 4.8 QWidget 替换为 QTabWidget
我想用具有相同内容的 QTabWidget 替换我的 QWidget 中央小部件及其所有内容。在 Qt Designer 中是否有一种简单的方法可以做到这一点?
I'd like to replace my QWidget central widget and all its contents with a QTabWidget with the same contents. Is there an easy way to do this in Qt Designer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
选择所有要移动的小部件,然后右键单击并选择剪切,放置QTab小部件并按CTRL+V,或者您可以选择CTRL+A 然后 CTRL+X,放置 QTab 小部件,最后按 CTRL+V。
Select all widgets you want to move, then right click and select cut, place QTab widget and press CTRL+V, or you can select CTRL+A then CTRL+X, place a QTab widget then finally press CTRL+V.