On Wednesday 16 September 2009 07:58:52 ext Ashish Vats wrote: > Hello, > I am using QT-creator 1.2.1 with QT-4.5.2 and linux Fedora 9. When I try to > open a .ui then I am facing following issues: > > 1. Main menu File... Edit.........from the QT toolbar becomes blank (File 1 > is normal operation and file 2 shows problem) 2. When I drag the mouse on > that toolbar then only the selection of the menu buttons appears, but text > is not there. 3. When I select any menu then it shows the drop down but no > text appears, although icons attached with the menus appears. > > I am unable to debug whether it is related to QTCreator installation or > some other application is clashing. Please help. That's a kde issue. The kde plugins that get loaded check what style the application has, and if it's not oxygen, then they load the oxygen style. Since we are using a proxy style, the our style get's replaced by oxygen. Which imply looks wrong. It's somewhere on my todo list to look into the KDE code for that as it should probably be enough to just check whether the style proxies the system style.
daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
