[Qt-interest] how to achieve VISTA look and feel with qt

Benjamin Lau blwy10v at gmail.com
Thu May 13 13:43:10 CEST 2010


On Thu, May 13, 2010 at 7:20 PM, Meir Yanovich <meiry242 at gmail.com> wrote:
> yeah i know chrome did it with atl , ok
> can you please give some basic/examples that shows Good looking GUI's
> that QT can do ( with source code ) .
> are there some tricks on the subject any thing that will give good looking gui
> maybe like skype?

I don't have any examples off-hand. It also depends on what you mean
by "nice" since it's so terribly subjective. If you're talking about
something native-looking and fits in with the OS, Qt is very good with
that. If you're looking for something classy, looks nice and unique
(and insert other common marketing adjectives), you'll have to do it
on your own. It's the same with other toolkits, any other look than
their default one you'll have to do it on your own. What I do know
though, or at least from impression, is that Qt makes it easy. Your
options are: Qt Style Sheets [1], subclass QStyle [2], and Qt Quick
[3].

[1] http://doc.qt.nokia.com/4.6/stylesheet.html
[2] http://doc.qt.nokia.com/4.6/style-reference.html
[3] http://doc.qt.nokia.com/4.7-snapshot/declarativeui.html

Benjamin



More information about the Qt-interest-old mailing list