Skip to content
Snippets Groups Projects
Commit 3019cc23 authored by akiraohgaki's avatar akiraohgaki
Browse files

Add detailed text

parent 9b43e736
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ ColumnLayout {
property alias icon: icon.source
property alias primaryText: primaryText.text
property alias informativeText: informativeText.text
property alias detailedText: detailedText.text
property alias content: content.children
property alias acceptButton: acceptButton
property alias rejectButton: rejectButton
......@@ -50,6 +51,11 @@ ColumnLayout {
text: ""
visible: text ? true : false
}
Label {
id: detailedText
text: ""
visible: text ? true : false
}
Item {
id: content
Layout.fillWidth: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment