简单的 Qt 嵌入式窗口问题

发布于 2024-08-18 22:57:19 字数 159 浏览 2 评论 0原文

您打算如何使用嵌入式 Qt 初始化程序?目前我正在使用 QMainWindow,但这意味着在配置 Qt 时需要包含很多额外内容,并且在静态编译应用程序时会使应用程序变得更大。您打算使用什么来代替 QMainWindow?我不需要像最大化按钮这样的东西 - 使用小屏幕和小部件占据整个视图,没有边框。 谢谢

How are you meant to initialise the program using Qt embedded? At the moment I'm using QMainWindow but this means including a lot extra when configuring Qt and makes the applications a lot bigger when compiling them statically.What are you meant to use in place of QMainWindow? I don't need anything like maximise buttons - using a small screen with widgets taking up the entire view with no borders.
Thanks

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

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

发布评论

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

评论(1

黒涩兲箜 2024-08-25 22:57:19

没有父级的 QWidget 是一个窗口。

如果您不想要 QMainWindow 提供的东西,则不必使用它 - 您可以使用任何 QWidget 子类。

A QWidget without a parent is a window.

If you don't want the things provided by QMainWindow, you don't have to use it - you can use any QWidget subclass.

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