Hi,
I am doing an application that is made to run on both Linux and Windows.
I have a ui file with lots of widgets. In some of them I put a grid layout, even on the MainWindow so that the size of my widgets can increase or decrease as the user wants to increase or decrease the size of the Window. The size policy change with my widgets, it can be fixed, preferred or maximum.
My problem is that when I try on Ubuntu 10.10 everything work except that the maximize button doesn't work, I have to maximize the window manually, not very convenient. The window doesn't adjust to the size of the screen. Funny thing, it work fine on Windows (xp for sure). Also, when I remove the grid layout from my MainWindow, the maximize button is working.
Does someone know what I did wrong in my ui file? I can send it to you if necessary.
Thank you.
Bookmarks