forked from qt-creator/qt-creator
9 lines
99 B
QML
9 lines
99 B
QML
|
|
import QtQuick 2.0
|
||
|
|
import QtQuick.Controls 2.12
|
||
|
|
|
||
|
|
Item {
|
||
|
|
Button {
|
||
|
|
myproperty: 1
|
||
|
|
}
|
||
|
|
}
|