【发布时间】:2017-04-04 14:01:23
【问题描述】:
我正在寻找不使用 QML 的滑块示例。只是使用rectabgle,但我真的不知道如何处理它?
QML 没有那么多属性:
Slider {
id: sliderHorizontal1
x: 69
y: 52
activeFocusOnPress: true
tickmarksEnabled: true
minimumValue: 0
}
谢谢,
【问题讨论】:
-
非常好的example。