QSlider - 如何为空间着色
我需要设计我的 QSlider ...
我在滑块上有起点和终点
起点和终点可由用户移动
现在我需要为起点和终点之间的空间着色
请让我了解您对此的帮助和建议
i need to design my QSlider ...
I have start point and end point on the slider bar
the start point and the end point is movable by the user
now i need to color the space between the start point and the end point
Please let me know your helps and suggestion on this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Qt 4.8(滑块自定义)的链接:
http://doc .qt.io/qt-4.8/stylesheet-examples.html#customizing-qslider
Link for Qt 4.8 (slider customization):
http://doc.qt.io/qt-4.8/stylesheet-examples.html#customizing-qslider
一般来说,对于着色任务“Qt 样式表”非常有用。
In general for coloring task "Qt Style Sheets" is very useful.