11 lines
165 B
QML
11 lines
165 B
QML
import QtQuick 2.0
|
|
import QtQuick.Templates 2.2
|
|
import QtQuick.Controls.Material 2.2
|
|
|
|
Page {
|
|
|
|
background: Rectangle {
|
|
color: Material.background
|
|
}
|
|
}
|