forked from qt-creator/qt-creator
6 lines
57 B
QML
6 lines
57 B
QML
|
|
import QtQuick 2.0
|
||
|
|
|
||
|
|
Item {
|
||
|
|
property int myproperty
|
||
|
|
}
|