Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このようなことを達成する方法。細いテキストと太いテキストは、ラベルとしてスライダーの外側にある必要がありますか、それとも目盛りの一部にすることができますか?
それらが目盛りの一部になることはないようですが、別のテキスト ラベルを使用して簡単に実現できます。
Slider { id: slide width: 200 } Text { text: "THIN" anchors.top: slide.bottom anchors.left: slide.left } Text { text: "THICK" anchors.top: slide.bottom anchors.right: slide.right }