帮助 Qt Widgets 在我的设备上创建附件栏
对于手持设备,我想放置一个垂直栏,其中包含显示设备电池状态、网络连接状态、日期和时间等的小部件。对于这个栏,我选择了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这确实可行,但这是最好的答案吗?这实际上取决于你的 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 -
Hope this helps.