6 lines
66 B
QML
6 lines
66 B
QML
import QtQuick 2.4
|
|
|
|
Item {
|
|
width: 400
|
|
height: 400
|
|
}
|