Currently I’m working on a desktop application that supports touchscreen display. I use QML on Qt 4.8 and OpenSUSE 13.1 (I can’t upgrade either Qt or the OS due to dependencies reason)
Because of the lack of main components, I use qml desktop component [qt.gitorious.org]:. However, I don’t find a way to style those conveniently, like use CSS. Something like change the color of the button, change the border… seem complicated
I’ve read Qml styling guide [qt-project.org], Qml integrating guide [qt-project.org] but can’t find a satisfied answer.
Any ideas are appreciated :)
↧