I was scanning the web for guide to help me build GUI that looks like the nokia pc suite for example
Im looking to build beautiful GUI not the boring default Qt gui . can some one point me to some link or help on the subject .
I was scanning the web for guide to help me build GUI that looks like the nokia pc suite for example
Im looking to build beautiful GUI not the boring default Qt gui . can some one point me to some link or help on the subject .
you can customize the appearance with Stylesheets
Qt Quick/QML is worth looking into as well.
http://qt.nokia.com/products/qt-quick/
Hello and thanks for the replays , my problem is that i know about this options in Qt
but my problem is how to get this level of design that looks so good .
oh, that's a very general problem - how achieve a level of "being good in something".
You need experience. Then you need some theory - read some books/articles/papers. Then you have to convert your knowloedge into practice. When you gained more experience, you read some more books/articles/papers and so on...
Start by reading everything by Edward Tufte you can lay your hands on.
Thanks for the replays folks , i was more looking for technical tutorials on how to
achieve those good looking GUI'S
If you want to do it right, then have a look at QStyle. There is a small example on how to write your own style: http://doc.qt.nokia.com/latest/widgets-styles.html. Beside that simply have a look at the sources of QMotifStyle, QPlastiqueStyle etc.
Bookmarks