7 lines
135 B
QML
7 lines
135 B
QML
import QtQuick 2.15
|
|
import QtQuick.Window 2.15
|
|
import QtQuick.Controls 2.15
|
|
|
|
// We'll load the Shell component from Shell.qml
|
|
Shell {
|
|
} |