There is a QDialog window, where results are displayed, that I'd like to keep on top of all other widows and dialogs in my application.
Any hint on how to do this ?
Thanks
There is a QDialog window, where results are displayed, that I'd like to keep on top of all other widows and dialogs in my application.
Any hint on how to do this ?
Thanks
Hi,
try maybe Qt::Tool. The window always stays on top of its parent.
Use the window flag Qt::WindowStaysOnTopHint
Great !
Thanks for the quick answer
Bookmarks