Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
If the dialog has no focus or changes to another location, the dialog is hidden. What if I do not want to hide it? setWindowFlags (Qt :: WindowDoesNotAcceptFocus); This is always on top, so it is not me.
Hi Give dialog parent (in ctor) and maybe use WindowStaysOnTopHint flag. Open it with show() If you want a non blocking floating dialog.