FormCardDialog
FormCardDialog Class Reference
Properties | |
alias | content |
Detailed Description
A dialog designed to use FormCard delegates as it's content.
import org.kde.kirigamiaddons.formcard as FormCard
import QtQuick.Controls
FormCard.FormCardDialog {
title: "Add Thingy"
standardButtons: Dialog.Ok | Dialog.Cancel
FormCard.FormTextFieldDelegate {
}
FormCard.FormDelegateSeparator {}
FormCard.FormButtonDelegate {
icon.name: "color-picker"
}
FormCard.FormButtonDelegate {
icon.name: "preferences-desktop-emoticons"
}
}
QString i18nc(const char *context, const char *text, const TYPE &arg...)
{}
- Since
- 1.1.0
Definition at line 45 of file FormCardDialog.qml.
Property Documentation
◆ content
|
read |
- Remarks
- This is the default property
Definition at line 49 of file FormCardDialog.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.