6 lines
59 B
QML
6 lines
59 B
QML
import QtQuick 2.0
|
|
Item {
|
|
width: 100
|
|
height: 100
|
|
}
|