6 lines
53 B
QML
6 lines
53 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
Rectangle {
|
||
|
color: "black"
|
||
|
}
|