Details
-
Suggestion
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
None
Description
In QML it's possible to alias properties. It would be very convenient to be able to alias signals as well, e.g.
Item {
property alias text: label.text
signal clicked: mouseArea.onClicked()
Text {
id: label
text: "default"
}
MouseArea {
id: mouseArea
}
}
Attachments
Issue Links
- is duplicated by
-
QTBUG-117717 Revisit "Allow signals forwarding in QML"
-
- Reported
-