wilddom / memrise2anki-extension

An extension for Anki 2 that downloads and converts a course from Memrise into an Anki deck.
ISC License
159 stars 22 forks source link

Show number of things in progressbar #12

Closed wilddom closed 9 years ago

wilddom commented 9 years ago

QProgressbar::setFormat()

%p - is replaced by the percentage completed. %v - is replaced by the current value. %m - is replaced by the total number of steps.