使用 wx python Rulercntl 创建多个标尺
我需要编写一个包含多个标尺的 GUI,允许用户选择将传递给后续代码的起始值和结束值。 wx.lib.rulercntl 似乎有我需要的一切。我是 wxpython 的新手,不知道如何去做。有人做过类似的事情吗?我找到了一些关于 Rulercntl 的文档,但不理解它。
预先感谢您的任何帮助,
I need to write a gui that contains multiple rulers permitting users to select starting and ending values that will be passed to later code. The wx.lib.rulercntl seems to have everything I need. I'm new to wxpython and don't know how to go about doing this. Has anyone done something similar? I've found some documentation on rulercntl, but don't comprehend it.
Thanks in advance for any help,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是一个简短的示例,它设置了带有两个指示器的 RulerCtrl,并在移动其中一个指示器时报告新位置。
Here's a short example which sets up a RulerCtrl with two indicators, and reports the new position when one of them is moved.