yubioath-flutter/qml/NoQrDialog.qml
2017-03-16 14:06:21 +01:00

10 lines
269 B
QML

import QtQuick 2.5
import QtQuick.Dialogs 1.2
MessageDialog {
icon: StandardIcon.Warning
title: qsTr("No QR code found")
text: qsTr("Could not find a QR code. Make sure the QR code is fully visible on the screen.")
standardButtons: StandardButton.Ok
}