Home GnuPG

Don't parent dialogs using WId

Description

Don't parent dialogs using WId

This causes glitches in the parent dialog, as winId causes problems when called on non-toplevel widgets, as done here.
Calling window()->winId() would also have fixed this, but using the QWidget-based parenting API seems more robust.

Details

Provenance
TobiasFellaAuthored on Jul 22 2024, 11:59 AM
Parents
rKLEOPATRA74d9001e1892: Adapt keyserver action tooltips to keyserver type
Branches
Unknown
Tags
Unknown