Qt desktop components with user Style
-
The thing with desktop components is that it uses the current users desktop theme. So if you change your desktop theme the components will have that theme.
However, that might not be possible for you to do.. (making desktop themes isn't easy). The fastest way for you to customize a certain desktop component is probably by just looking at the QML file of the component you want to change, make a copy of it with some custom name and start editing the QML to your liking.
-
Yes it is certainly possible to style a scroll area using Qt 5.1 RC.
This was done using custom styling: http://blog.qt.digia.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-21-at-2.51.45-PM3.png
As steno suggests, just set a custom ScrollViewStyle (or TableViewStyle) on the control and modify it to your liking.Not everything has a custom style in the first release however, but we are planning on adding more public style classes soon.