mirror of
https://github.com/QRouland/UTPass.git
synced 2025-06-24 14:35:40 +00:00
Some ui improvements
This commit is contained in:
@ -5,17 +5,12 @@ import QtQuick 2.4
|
||||
Dialog {
|
||||
id: dialog
|
||||
|
||||
property string text
|
||||
property string continueText: i18n.tr("Ok")
|
||||
property color continueColor: theme.palette.normal.positive
|
||||
|
||||
signal validated()
|
||||
signal canceled()
|
||||
|
||||
Text {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: dialog.text
|
||||
}
|
||||
|
||||
Button {
|
||||
id: continueButton
|
||||
|
Reference in New Issue
Block a user