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 29b9d83e05
commit b5535fe1a0
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;
};