6 lines
64 B
QML
6 lines
64 B
QML
import QtQuick 2.0
|
|
|
|
Rectangle {
|
|
width: 100
|
|
height: 62
|
|
}
|