mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
16 lines
274 B
QML
16 lines
274 B
QML
import QtQuick 2.12
|
|
import QtQuick.Controls 2.12
|
|
import PageEnum 1.0
|
|
import "./"
|
|
import "../Controls"
|
|
import "../Config"
|
|
|
|
Item {
|
|
id: root
|
|
property int protocol: PageEnum.Start
|
|
property var logic: null
|
|
// width: GC.screenWidth
|
|
// height: GC.screenHeight
|
|
|
|
}
|