yubioath-flutter/qml/NoQrDialog.qml

10 lines
269 B
QML
Raw Normal View History

2017-03-15 12:09:37 +03:00
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
}