FormCardDialog

Search for usage in LXR

FormCardDialog Class Reference

Inherits QtQuick::Controls::Dialog.

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 {
label: i18nc("@label:textbox Notebook name", "Name:")
}
FormCard.FormDelegateSeparator {}
FormCard.FormButtonDelegate {
text: i18nc("@action:button", "Color")
icon.name: "color-picker"
}
FormCard.FormButtonDelegate {
text: i18nc("@action:button", "Icon")
icon.name: "preferences-desktop-emoticons"
}
}
A single card that follows a form style.
Definition FormCard.qml:35
A context-aware separator.
QString i18nc(const char *context, const char *text, const TYPE &arg...)

{}

Since
1.1.0

Definition at line 44 of file FormCardDialog.qml.

Property Documentation

◆ content

alias FormCardDialog::content
read
Remarks
This is the default property

Definition at line 48 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 Fri May 10 2024 11:50:14 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.