在调整 QWidget 大小时调整 QWidget 中的 QTextEdit 大小

发布于 2024-08-26 17:37:13 字数 86 浏览 3 评论 0原文

如何在调整 QWidget 大小时使 QTextEdit 在 QWidget 中调整大小? 我应该为 QWidget 重载 resizeEvent 函数吗?

How to make QTextEdit to be resized in a QWidget while the QWidget is being resized?
Should I overload resizeEvent function for the QWidget?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

噩梦成真你也成魔 2024-09-02 17:37:14

您也应该使用布局来实现这一点。巨魔们有一个关于如何执行此操作的出色教程:http://qt。 nokia.com/doc/4.6/layout.html

You should use layouts too achive this. There is an excellent tutorial by the trolls on how to do this: http://qt.nokia.com/doc/4.6/layout.html.

我ぃ本無心為│何有愛 2024-09-02 17:37:14

不,您应该为 QTextEdit 对象设置 sizePolicy 属性

No, you should set the sizePolicy property for your QTextEdit object.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文