8 lines
82 B
QML
8 lines
82 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
Rectangle {
|
||
|
width: 320
|
||
|
height: 480
|
||
|
color: "red"
|
||
|
}
|