dacplayproject / qt_play

QT PLAY Web Browser with Blockchain enhencement
The Unlicense
0 stars 2 forks source link

WebUpdate progress indicator #11

Open AlexChien opened 9 years ago

AlexChien commented 9 years ago

When there's new web ui update available and user clicks YES to get the update now, there's no visual cue to tell the user what's happening. Although the update is being downloaded, user has no way to know what the progress is, this confuses users and they probably will simply close the client that interrupts the download process.

Proposal: Add a new window showing download progress as a percentage bar. The window can be set to background if lost focus. It will not prevent user from using the main application (with older web ui).

@HackFisher @logxing