1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Foramtting

This commit is contained in:
2026-01-06 15:42:10 +01:00
parent 083750f429
commit fbfd276b00
15 changed files with 185 additions and 186 deletions

View File

@@ -6,12 +6,12 @@ Dialog {
id: dialog
property string textError
property string textErrorDescription : null
property string textErrorDescription: null
signal dialogClosed()
title: i18n.tr("Error !")
text: textErrorDescription ? (textError + "<br>" + textErrorDescription) : textError
text: textErrorDescription ? (textError + "<br>" + textErrorDescription) : textError
Button {
text: i18n.tr("Close")