PDA

View Full Version : QStyleSheet vs QML



Guilo
10th June 2010, 11:25
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

aamer4yu
10th June 2010, 12:16
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 ..

Guilo
10th June 2010, 12:27
Yes, I have read the documentation and I think I will give qml a try.

aamer4yu
10th June 2010, 12:46
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.