How can I minimize my application by clicking on some button in the application, on Windows Mobile and Symbian platforms, under Qt?
For a QWidget which is a Window you can use the QWidget::showMinimized method.
The file is very large, almost 1 GB in size. Once you have downloaded the Qt Creator installer .exe file, double-click it to run it, which will install Qt Creator on your computer. You can choose all default options during the installation.
Probably QWidget::setWindowState will suit you and the state for minimized is Qt::WindowMinimized
.. So if your base widget is a QMainWindow
, you can use this function on it.
It will work for desktop applications.. Should be similar for Mobile apps though..
Hope it helps...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With