How to set QQuickView window below win7 taskbar?
General and Desktop
2
Posts
1
Posters
747
Views
1
Watching
-
I found the phenomenon occurs when I have 2 QQuickView.
When neither are setFlags with Qt::WindowStaysOnTopHint, both windows are below Win 7 taskbar.
As long as one are setFlags with Qt::WindowStaysOnTopHint, both windows are above Win 7 taskbar.
The phenomenon also occurs when I have 1 QQuickView and 1 QWidget.
The phenomenon also occurs when I have 2 QWidget under Qt4.
Is it a bug? Or it is just because something I should do but I didn't?
Thank you.