12 lines
289 B
QML
12 lines
289 B
QML
import QtQuick 2.12
|
|
import QtQuick.Controls 2.12
|
|
|
|
Image {
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
anchors.bottom: parent.bottom
|
|
anchors.bottomMargin: 30
|
|
// width: GC.trW(150)
|
|
// height: GC.trH(22)
|
|
// y: GC.trY(590)
|
|
source: "qrc:/images/AmneziaVPN.png"
|
|
}
|