PDA

View Full Version : 'resize/maximize' button not visible



sindhumol_s
30th July 2009, 11:20
Hi,

Please help me to make 'resize/maximize' button visible in QT.

I've a child Window derived from QMainWindow in attached mode. On dragging child window to detached (floating)mode 'resize/maximize' button is not visible, space for that button is there.On clicking that empty location, window will be resized.

Current using version is 4.5.2 and in windows Xp.

Is there a solution for this?

Thanks in advance
sindhu

wagmare
30th July 2009, 11:24
http://doc.trolltech.com/4.3/widgets-windowflags.html

try to set window flag

see this thread in this forum
http://www.qtcentre.org/forum/f-qt-programming-2/t-disable-close-button-x-of-a-qdialog-9348.html

nish
31st July 2009, 02:15
I've a child Window derived from QMainWindow in attached mode.
can you explain a little more.? its not clear.
do you have mainwindow with qmdisubwindows? or you are talking something else?