03a34fbedd
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. |
||
---|---|---|
.. | ||
about.ui | ||
backupdlg.ui | ||
bootfromdevice.ui | ||
clonevmdlg.ui | ||
devicelist.ui | ||
globalsettingsdlg.ui | ||
informationnotes.ui | ||
logdlg.ui | ||
multiselectwidget.ui | ||
newappvmdlg.ui | ||
newfwruledlg.ui | ||
qubemanager.ui | ||
qvmtemplate.ui | ||
releasenotes.ui | ||
restoredlg.ui | ||
settingsdlg.ui | ||
templateinstallconfirmdlg.ui | ||
templateinstallprogressdlg.ui | ||
templatemanager.ui |