PDA

View Full Version : QMainWindow in AIX operating system



Vani
14th June 2008, 07:04
HI all..

i have a problem in QMainWindow, i disabled WindowMaximizeButton of Mainwindow using this statement
setWindowFlags(Qt::WindowMinimizeButtonHint);

it is working fine in Windows, but not working in AIX and solaris, could u plz help me out tin doing this.

Thanks in advance.

Vani.Y

jpn
14th June 2008, 08:18
Try experimenting with the Window Flags Example (http://doc.trolltech.com/4.4/widgets-windowflags.html).

Vani
14th June 2008, 11:47
I have gone through that WindowFlags example in qt in AIX operating system, in this example also WindowMinimizeButtonHint is not working, it is in enable state only.

jpn
14th June 2008, 19:50
I have gone through that WindowFlags example in qt in AIX operating system, in this example also WindowMinimizeButtonHint is not working, it is in enable state only.
These are just hints to the underlying window manager. It seems that the window manager of yours is not fully respecting them. I suppose there is not much Qt can do about it...