How can change color: dial, Label, Rectangle, of Qt Quick control 2- Labs control?
-
Good day everybody!
i doing my project regarding Qt Quick control 2. I don't know how to change color Label, dial, button, combobox, checkbox in QT Labs control? example: i wan't to change color of "Switch" or "Dial", how i can do that? Thanks!https://www.facebook.com/photo.php?fbid=1019357631542059&set=oa.1254566151293828&type=3&theater
-
Hi @Dang-Vu
have a look at this link :
for dial
http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-dial
for Switch
http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-switch
for all Qt Quick Control components
http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-a-control
Hope this can help !
-
Hi @Dang-Vu
have a look at this link :
for dial
http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-dial
for Switch
http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-switch
for all Qt Quick Control components
http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-a-control
Hope this can help !