Neptilo / clemanglaise

Creates vocabulary tests with words from an online or offline database
2 stars 0 forks source link

Unable to trigger the finish button though the import is over. #10

Closed Neptilo closed 10 years ago

Neptilo commented 10 years ago

Original report by Ivan Tmib (Bitbucket: itchomgue, GitHub: ivantchomgue).


When importing a vocabulary list, a progress bar appears. Although the percentage reaches 100%, the button "Finish" is still unavailable. to close the window, we must click on cancel button while we do not really cancel the import process.

Neptilo commented 10 years ago

Original comment by Victor Ripplinger (Bitbucket: Neptilo, GitHub: Neptilo).


Fixed issue #10

Emit a completeChanged() signal everytime a the progress of a ProgressPage is modified. This makes the wizard update its interface and therefore enable the Finish button.

Also disable the Cancel button when the import is complete.