forked from qt-creator/qt-creator
9 lines
118 B
QML
9 lines
118 B
QML
![]() |
import QtQuick 2.6
|
||
|
|
||
|
QtObject {
|
||
|
property int x
|
||
|
property int y
|
||
|
property int width
|
||
|
property int height
|
||
|
}
|