PDA

View Full Version : about QT project Skin .



copcop
10th May 2010, 04:29
first , look this pic:

http://qt.nokia.com/images/qt-in-use/customers/real_flow.jpg

I want make one like this pic Window style . how to do it?

thanks!:)

aamer4yu
10th May 2010, 05:25
Write your own style deriving from QWindowsXPStyle or any other style you like...
You might also try using stylesheets, but there seems to be lot of controls in the snap you gave, and it might also be a tedious job

SixDegrees
10th May 2010, 08:10
Or, you might be able to get part of the way there simply by modifying your app's QPalette. That will only affect the colors, but the colors are a big part of the sample you provided, and there would be only a handful of items that require changing.