Qt 6.11 is out! See what's new in the release
blog
[SOLVED] how to set a QDialog always on top but not modal
General and Desktop
2
Posts
2
Posters
3.1k
Views
1
Watching
-
I use show() to bring up the dialog but want to it always on top and user still can do something on its parent main window. Is is possible?
-
Hi,
You can use the WindowStaysOnTopHint hint for that. Have a look at that
"example":http://qt-project.org/doc/qt-4.8/widgets-windowflags.html to try itHope it helps