Unsolved how to enable minimize and maximize QDialog similar to windows 10 feature
-
"How to enable taskbar Minimize/maximize feature for Qt app similar what we minimize/maximize on windows 10" and then describe what you mean.
There is QDialog and when I open it is automatically minimised as icon in the Taskbar, when I click on icon the comes up but when I click on the icon the taskbar does not come up
How do I implimenet windows 10 based minimize and maximize feature for a QDialog
maybe there is some flag to turn it on :)
-
Hi,
How are you managing your QDialog ?
-
Using ui forms
I tried
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint); and parent as NULL in QT code but it it not working
-
Can you show the exact code you are using ?
-
I can fixe the issue at my end
Thanks
-
What was it ?