QProgressDialog
estimates the time the operation will take (based on time for steps), and only shows itself if that estimate is beyond minimumDuration
.
The default minimumDuration
value is 4 seconds, and it could make users think that the GUI is frozen.
This PR sets minimumDuration
to zero for all progress dialogs, that affects ones in the WalletControllerActivity
class.