mirror of
				https://github.com/QRouland/UTPass.git
				synced 2025-11-04 01:56:31 +00:00 
			
		
		
		
	Some improvements
This commit is contained in:
		@@ -6,11 +6,12 @@ Dialog {
 | 
			
		||||
    id: dialog
 | 
			
		||||
 | 
			
		||||
    property string textError
 | 
			
		||||
    property string textErrorDescription : null
 | 
			
		||||
 | 
			
		||||
    signal dialogClosed()
 | 
			
		||||
 | 
			
		||||
    title: i18n.tr("Error !")
 | 
			
		||||
    text: textError
 | 
			
		||||
    text: textErrorDescription ? (textError + "<br>" + textErrorDescription) :  textError
 | 
			
		||||
 | 
			
		||||
    Button {
 | 
			
		||||
        text: i18n.tr("Close")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user