10 lines
No EOL
158 B
QML
10 lines
No EOL
158 B
QML
import QtQuick 2.10
|
|
import QtGraphicalEffects 1.0
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
width: parent.width
|
|
height: parent.height
|
|
color: "#021C1E"
|
|
} |