Resolve "Merge the best from 7.40 branch"

This commit is contained in:
Erikas Kontenis
2022-04-06 14:58:52 +00:00
parent 3bd1a6f07e
commit 155da3573c
928 changed files with 43723 additions and 1221 deletions

View File

@@ -0,0 +1,53 @@
StaticMainWindow
id: updaterWindow
!text: tr('Updater')
width: 350
layout:
type: verticalBox
fit-children: true
Label
id: status
!text: tr('Checking for updates')
text-align: center
ProgressBar
id: mainProgress
height: 15
background-color: #4444ff
margin-bottom: 5
margin-top: 5
Label
id: downloadStatus
text-align: center
text-auto-resize: true
text-wrap: true
visible: false
ProgressBar
id: downloadProgress
height: 15
background-color: #4444ff
margin-bottom: 5
margin-top: 5
visible: false
Button
id: changeUrlButton
margin-left: 50
margin-right: 50
margin-top: 5
margin-bottom: 10
!text: tr('Change updater URL')
@onClick: Updater.changeUrl()
$!mobile:
visible: false
Button
margin-left: 90
margin-right: 90
!text: tr('Cancel')
@onClick: Updater.abort()