manager/ui
Marek Marczykowski-Górecki 03a34fbedd
qvm-template-gui: improve displaying progress
The final version of qvm-template does not display untrusted data, so it
is safe to decode UTF-8. Specifically, this shows download progress bar
done using tqdm library.
For this to work, \r needs to be properly handled, as tqdm uses it to
erase the current line to update progress status. Since QTextEdit does
not support it natively, add a simple wrapper for this job.
Alternatively, qvm-template could be modified to display
machine-readable progress info that would be passed through QT progress
widget, but it would basically duplicate the work already done by tqdm
library. We might do this at some point, though.

And also enlarge progress window default size, to avoid wrapping.
2021-04-02 05:39:35 +02:00
..
about.ui spring cleaning part 1 2017-07-12 14:54:12 +02:00
backupdlg.ui Modified warning shown when destination qube for backup is unavailable 2020-08-08 15:05:58 +02:00
bootfromdevice.ui Added gui for booting VM from CDROM/block device. 2017-09-13 23:30:45 +02:00
clonevmdlg.ui Added a Clone VM tool 2020-07-30 22:27:02 +02:00
devicelist.ui Tab Order Cleanup 2019-01-21 19:40:32 +01:00
globalsettingsdlg.ui Merge remote-tracking branch 'origin/pr/249' 2020-07-30 04:38:11 +02:00
informationnotes.ui spring cleaning part 1 2017-07-12 14:54:12 +02:00
logdlg.ui spring cleaning part 1 2017-07-12 14:54:12 +02:00
multiselectwidget.ui spring cleaning part 1 2017-07-12 14:54:12 +02:00
newappvmdlg.ui Fixed default install_system state for Create New VM 2019-10-16 21:34:25 +02:00
newfwruledlg.ui Better handling of port/service names for VM settings 2019-08-02 16:39:51 +02:00
qubemanager.ui Migration to View/Model design (#195) 2020-07-30 02:42:12 +02:00
qvmtemplate.ui qvm-template-gui: UI improvements 2021-04-02 02:58:24 +02:00
releasenotes.ui spring cleaning part 1 2017-07-12 14:54:12 +02:00
restoredlg.ui Update Qt version used in qubesmanager to Qt5 2019-05-30 21:33:49 +02:00
settingsdlg.ui Added gui daemon options to VM settings 2020-07-07 21:47:13 +02:00
templateinstallconfirmdlg.ui qvm-template: Port initial code to PyQt. 2020-08-25 00:17:24 +08:00
templateinstallprogressdlg.ui qvm-template-gui: improve displaying progress 2021-04-02 05:39:35 +02:00
templatemanager.ui Improved template manager UI 2018-12-04 01:01:03 +01:00