Files
amnezia-client/client/ui/qml/Pages/PageBase.qml
T

14 lines
208 B
QML
Raw Normal View History

2021-08-19 01:27:22 +03:00
import QtQuick 2.12
import QtQuick.Controls 2.12
import "./"
import "../Controls"
import "../Config"
Item {
id: root
// width: GC.screenWidth
// height: GC.screenHeight
anchors.fill: parent
}