QPlatformDialogHelper Class
The QPlatformDialogHelper class allows for platform-specific customization of dialogs. More...
Header: | #include <QPlatformDialogHelper> |
Inherits: | QObject |
Inherited By: | QPlatformColorDialogHelper, QPlatformFileDialogHelper, QPlatformFontDialogHelper, and QPlatformMessageDialogHelper |
Public Types
flags | StandardButtons |
enum | StyleHint { DialogIsQtWindow } |
Detailed Description
\since
5.0 \internal
\ingroup
qpa
Member Type Documentation
enum QPlatformDialogHelper::StyleHint
This enum type specifies platform-specific style hints.
Constant | Value | Description |
---|---|---|
QPlatformDialogHelper::DialogIsQtWindow | 0 | Indicates that a platform-specific dialog is implemented as in-process Qt window. It allows to prevent blocking the dialog by an invisible proxy Qt dialog. |
See also styleHint().