PDA

View Full Version : showMinimized() is not working on xburts linux processor



jthacker
29th May 2010, 06:14
i want to minimize my application at run time when user press a button.

so i'm caaling a function on button clicked.

this->showMinimized()

but it's not working...!
note:
Qt 4.6.1

tbscope
29th May 2010, 09:43
Is "this" a window?
showMinimized only works on windows

jthacker
2nd June 2010, 07:51
ya this is a window ...!
parent is QMainWindow..!
but every time when i call showMinimised() nothing is done..!
event in any window when i press the minmise[-] button nothing is done.!
i have tried it in ready qt example also but getting same problem...!
what to do i cannot understand.

note:
Qt 4.6.1
on embedded board.


any comments...?

thank you.