8 lines
184 B
QML
8 lines
184 B
QML
import QtQuick 2.12
|
|
import QtQuick.Controls 2.12
|
|
|
|
Image {
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
anchors.bottomMargin: 30
|
|
source: "qrc:/images/AmneziaVPN.png"
|
|
}
|