7 lines
126 B
QML
7 lines
126 B
QML
|
pragma Strict
|
||
|
import TestTypes
|
||
|
|
||
|
WithListPropertyOfDerivedFromInvisible {
|
||
|
property real width: children[0].implicitWidth
|
||
|
}
|