[Solved] Qt Creator 2.2.1 on Ubuntu 11.04: the GUI is messed up
General and Desktop
12
Posts
4
Posters
5.5k
Views
1
Watching
-
I had a similar behaviour on debian squeeze with KDE when i used configure without options.
This is how i solved it permanently:
i looked in the mkspecs subfolder for the qtconfig.pri file of the qt debian package. I made sure i had the same options when using configure as in the QT_CONFIG line and the result was a nice and shiny Qt Creator 2.2.1. -
[quote author="Eddy" date="1308687872"]bq. Can I set that style permanently?
you could add an item to your kubuntu menu and use the command Tobias gave you :
"/yourQtPath/qtcreator -style plastique"
in it[/quote]That's what I did, except I use GNOME.
Thanks.