--- Vago/trunk/Vago/soundWizard/soundpage2.cpp 2013/04/06 20:54:26 790
+++ s10k/Vago/soundWizard/soundpage2.cpp 2017/12/30 13:43:28 1092
@@ -2,20 +2,20 @@
#include "ui_soundpage2.h"
const QStringList SoundPage2::allowedFiles = QStringList() << "*.wav" << "*.aif" << "*.aifc" << "*.afc";
-const QString SoundPage2::codecLocalHelpFile=GlobalVars::HelpLocation + "/XMLSNDD.html#Source_file_creation";
-SoundPage2::SoundPage2(QWidget *parent) :
+SoundPage2::SoundPage2(QString appLocation, QWidget *parent) :
QWizardPage(parent),
ui(new Ui::soundpage2)
{
ui->setupUi(this);
this->soundTable=ui->twSoundFiles;
+ this->codecLocalHelpFile=appLocation+"/"+GlobalVars::HelpDir + "/XMLSNDD.html#Source_file_creation";
ui->twSoundFiles->removeColumn(2); // Only two columns
ui->label->setText("Add here the files you want to convert. "
"All the files will have the same properties applied.
"
"Don't forget to first convert the files to an oni compatible codec. "
- "More information here."); // Don't use rich text in qtdesigner because it generates platform dependent code
+ "More information here.