I've recently downloaded and build qt 4.7.4 locally, but there's one problem I've been having since using it. I'm not getting the Windows 7 look and feel. I didn't have this problem with 4.6.3. Here is what my designer.exe looks like:
I keep getting this look even though I've tried opening the application with the following commands:
designer.exe -style windowsxp
designer.exe -style windowsvista
I've tried opening the app with the CDE and Plastique styles and those DO get applied to the application.
This look and feel also persists with my own Qt GUI projects. Any help or ideas are welcomed.
Edit:
My Qt configuration is as follow:
-opensource -platform win32-g++ -qt-sql-sqlite -no-qt3support -no-3dnow
-no-phonon -no-multimedia -no-audio-backend -no-webkit -no-native-gestures
-no-qmake