We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d984a6 commit f8db323Copy full SHA for f8db323
src/qml/controls/Setting.qml
@@ -11,6 +11,7 @@ AbstractButton {
11
property bool last: parent && root === parent.children[parent.children.length - 1]
12
required property string header
13
property alias actionItem: action_loader.sourceComponent
14
+ property alias loadedItem: action_loader.item
15
property string description
16
17
contentItem: ColumnLayout {
0 commit comments