在 PyGTK 中输入时间的最佳小部件是什么
我希望用户能够输入应用程序处于活动状态的持续时间。 所以我的问题是,允许用户执行此操作的最佳小部件或小部件组合是什么?
I want the user to be able to input the duration for the application to be active. So my question is, what is the best widget or combination of widgets to allow the user to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
带有三个旋转按钮。 各一个小时、分钟和秒。
Went with three spinbuttons. One for hours, minutes and seconds each.