S
Size: a a a
S
我
S
S
S
T
AS
AS
AS
AS
AS
T
import QtQml 2.12
import QtQuick.Dialogs 1.3
MessageDialog {
id: root
title: qsTr("Database has corrupted")
icon: StandardIcon.Critical
informativeText: qsTr("The user database is corrupted. Log in as superuser to create a new database.")
standardButtons: StandardButton.Abort | StandardButton.Ok
}