Update the install and progress dialogs

- Remove the overwrite files checkbox, it will always overwrite
- The progressbar now reflects the progress in terms of data transferred.
This commit is contained in:
Morph
2020-07-05 09:29:39 -04:00
parent 7f4d96d873
commit 6d8d7ebc66
4 changed files with 65 additions and 80 deletions

View File

@ -31,6 +31,6 @@ private:
QHBoxLayout* hbox_layout;
QLabel* description;
QCheckBox* overwrite_files;
QLabel* update_description;
QDialogButtonBox* buttons;
};