QT_VERSIONOriginally Posted by thawkins
QT_VERSIONOriginally Posted by thawkins
J-P Nurmi
thawkins (2nd June 2006)
I am still having the same problem with QFrame changing the background color.
I am using Qt 4.1.1 with Visual Studio .NET 2003.
It works perfectly fine with Visual Studio 6.0.
Has anybody seen this?
Do you use the same Qt version with both of these toolchains?Originally Posted by newby
Yes. I am using the same Qt 4.1.1 with both Visual Studio .NET 2003 and Visual Studio 6.0
It displays the correct color when the child QFrame is selected with mouse click or all children QFrames are selected.
Does it work when you start your application like this:Originally Posted by newby
orC:...\> app.exe -style plastique
?C:...\> app.exe -style windows
Yes. It works with both those styles.
So most likely the problem lies in QWindowsXPStyle. Try a newer Qt version to see if the problem was fixed.Originally Posted by newby
Bookmarks