Here is the link to my ui file, I couldn't attach it because it was too big!
removed URL
Please, tell me if you need something else.
Here is the link to my ui file, I couldn't attach it because it was too big!
removed URL
Please, tell me if you need something else.
Last edited by wysota; 23rd March 2011 at 19:07. Reason: Ever heard of file compressors?
I can't replicate your issue with maximize button, the maximize button works on my machine (Ubuntu 10.10 with Qt beta SDK - 4.7.2)
Thank you for your anwer,
If it doesn't come from the ui in itself, it doesn't come from my code since I still have this problem when I create a new project and use this ui.
It maybe come from the SDK since I use the 4.7.0 version or an installed/ not installed package on my Ubuntu 10.10.
I will try to use the 4.7.2 to see.
FYI, the maximize button works fine here on Debian Sid with Qt 4.7.0 (64 bit) in KDE and Gnome.
It does spit out a warning- QGridLayout: Multi-cell fromRow greater than toRow
I did a little more research and found out something interesting.
First, If I don't put the linein my code, I don't have this problem.Qt Code:
a.setStyle("gtk+");//a is a QApplicationTo copy to clipboard, switch view to plain text mode
Also, I tried to change the visual effect options on Gnome and found out that if I put normal or high visual effect(I was originally at none), the window is maximizing even with the gtk+ set style, but with the style I have another problem which is that when clicking on the window, the window itself resize and move.
Funny thing, with qt designer and the gtk+ style, with no visual effects the window doesn't offer the maximize button, with visual effects there is a maximize button and everything works fine.
Does someone know about this problem?
Bookmarks