-
QStyleSheet vs QML
Hi !
I have downloaded the Nokia QT SDk and will develop a mobile application for s60 and maemo.
I would like my application to look "iphone like", with large and styled buttons. I wondered what was the most appropriated for that : QStyle sheet or the new QML ? Are QStyleSheet supported on all mobile platforms ? What about QML ?
Thanks
-
Re: QStyleSheet vs QML
QStyleSheet or QML !!!
Entirely 2 different things in my view.
Have a look at documentation first.
There can be many ways to achieve the "iphone like" buttons..
Psst : Custom buttons is another way ..
-
Re: QStyleSheet vs QML
Yes, I have read the documentation and I think I will give qml a try.
-
Re: QStyleSheet vs QML
Just for a hint -
The iphone like fancy view can be achievable with QListWidget and custom delegate...
With QML you will need to know Javascript also..to perform the actions etc. Am not sure, havent used it, just saw examples.