mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
cc3d9e0d2d
* QZXing : Error while integrating it
9 lines
174 B
QML
9 lines
174 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
|
|
Image {
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
anchors.bottomMargin: 30
|
|
source: "qrc:/images/AmneziaVPN.png"
|
|
}
|