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
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
Is "this" a window?
showMinimized only works on windows
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.
Bookmarks