帮助 Qt Widgets 在我的设备上创建附件栏

发布于 2024-08-28 23:52:00 字数 153 浏览 5 评论 0原文

对于手持设备,我想放置一个垂直栏,其中包含显示设备电池状态、网络连接状态、日期和时间等的小部件。对于这个栏,我选择了一个 GroupBox 以及其中的小部件(比如说电池组)状态)我计划使用 QPushButton。我所做的是否正确,或者有一些特殊的小部件用于此目的?

请建议。

For a handheld device I want to put a vertical Bar which will contain widgets that show the battery status of device, network connectivity status, Date and Time etc. For this Bar I have chosen a GroupBox and for the widgets inside that (lets say batter status) I am planning to use QPushButton. Is it correct I am doing or there is some special widgets for this purpose?

Please suggest.

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

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

发布评论

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

评论(1

亚希 2024-09-04 23:52:00

这确实可行,但这是最好的答案吗?这实际上取决于你的 UI 设计。 Qt 的小部件非常灵活,有多种方法可以完成任何一项功能。几点 -

  • 如果您不需要区域上的标题,那么您不需要组框,那么您可以使用普通小部件或框架作为容器。
  • 许多对象可以显示图形,因此选择它们作为底层功能并使代码更简单。
  • 所有小部件都可以高度定制,以满足您的特定需求。

希望这有帮助。

That would work, but is it the best answer? That really depends on you UI design. Qt's widgets are extremely flexible and there are many ways to do any one function. Couple of points -

  • If you don't need header over area, then you don't need group box, then you can use a plain widget or a frame as a container.
  • Many objects can display graphics, so pick them for underlying functionality and make code simpler.
  • All widgets can be highly customized to fit your specific needs.

Hope this helps.

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