Answer the question
In order to leave comments, you need to log in
Is it possible to add item properties to QML that will be inherited nested (of type Layout.*)?
Good day!
In general, subject.
I want it like this:
MyItem.qml
Item {
property Ext: { color: "black"; }
}
MyItem {
Rectangle {
Ext.color: "silver"
}
Rectangle {
Ext.color: "gold"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question