PromptDialog
Public Types | |
enum class | DialogType { Success , Warning , Error , Information , None } |
Properties | |
real | contentBottomPadding |
real | contentLeftPadding |
real | contentPadding |
real | contentRightPadding |
real | contentTopPadding |
int | dialogType |
string | iconName |
alias | mainItem |
string | subtitle |
Detailed Description
A simple dialog to quickly prompt a user with information, and possibly perform an action.
Provides content padding (instead of padding outside of the scroll area). Also has a default preferredWidth, as well as the subtitle
property.
Note: If a mainItem
is specified, it will replace the subtitle label, and so the respective property will have no effect.
- See also
- Dialog
- MenuDialog
Example usage:
Text field prompt dialog:
Definition at line 69 of file PromptDialog.qml.
Member Enumeration Documentation
◆ DialogType
|
strong |
Definition at line 74 of file PromptDialog.qml.
Property Documentation
◆ contentBottomPadding
|
read |
The bottom padding of the content, within the scroll area.
Definition at line 110 of file PromptDialog.qml.
◆ contentLeftPadding
|
read |
The left padding of the content, within the scroll area.
Definition at line 115 of file PromptDialog.qml.
◆ contentPadding
|
read |
The padding around the content, within the scroll area.
Default is Kirigami.Units.largeSpacing
.
Definition at line 102 of file PromptDialog.qml.
◆ contentRightPadding
|
read |
The right padding of the content, within the scroll area.
Definition at line 119 of file PromptDialog.qml.
◆ contentTopPadding
|
read |
The top padding of the content, within the scroll area.
Definition at line 106 of file PromptDialog.qml.
◆ dialogType
|
read |
This property holds the dialogType.
It can be either:
PromptDialog.Success
: For a sucess messagePromptDialog.Warning
: For a warning messagePromptDialog.Error
: For an actual errorPromptDialog.Information
: For an informational messagePromptDialog.None
: No specific dialog type.
By default, the dialogType is Kirigami.PromptDialog.None
Definition at line 92 of file PromptDialog.qml.
◆ iconName
|
read |
This property holds the icon name used by the PromptDialog.
Definition at line 123 of file PromptDialog.qml.
◆ mainItem
|
read |
- Remarks
- This is the default property
Definition at line 73 of file PromptDialog.qml.
◆ subtitle
|
read |
The text to use in the dialog's contents.
Definition at line 96 of file PromptDialog.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:05:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.