forked from qt-creator/qt-creator
8 lines
112 B
QML
8 lines
112 B
QML
|
|
import QtQuick 2.15
|
||
|
|
|
||
|
|
RequiredListProperties {
|
||
|
|
Rectangle {}
|
||
|
|
Rectangle {}
|
||
|
|
listA: [Item {}, Item {}]
|
||
|
|
}
|