6 lines
67 B
QML
6 lines
67 B
QML
import QtQuick 2.0
|
|
|
|
Rectangle {
|
|
color: Style.backgroundColor
|
|
}
|