| 16 |  | this->myXmlProcessor = new XmlProcessor(this->myLogger,this->xmlCommands); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 17 |  | this->myConverter = new Converter(this->myLogger,this->oniSplitCommands); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 18 |  |  | 
 
 
 
 
 
 
 
 | 19 | + | ui->lbComplete->setText("<html>The wizard is now complete. The sounds have been converted. " | 
 
 
 
 
 
 
 
 | 20 | + | "You can view all converted files clicking <a href=' '>here.</a><br />" | 
 
 
 
 
 
 
 
 | 21 | + | "<br />Click restart to create more sounds from the wizard beggining," | 
 
 
 
 
 
 
 
 | 22 | + | "otherwise click finish.</html>"); // Don't use rich text in qtdesigner because it generates platform dependent code | 
 
 
 
 
 
 
 
 | 23 | + |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 24 |  | connectSlots(); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 25 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 26 |  |  |