mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
12 lines
255 B
QML
12 lines
255 B
QML
import QtQuick 2.12
|
|
import QtQuick.Controls 2.12
|
|
|
|
Image {
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
anchors.bottomMargin: 30
|
|
// width: GC.trW(150)
|
|
// height: GC.trH(22)
|
|
// y: GC.trY(590)
|
|
source: "qrc:/images/AmneziaVPN.png"
|
|
}
|