12 |
|
this->soundTable=ui->twSoundFiles; |
13 |
|
ui->twSoundFiles->removeColumn(2); // Only two columns |
14 |
|
|
15 |
+ |
ui->label->setText("<html>Add here the files you want to convert. " |
16 |
+ |
"All the files will have the same properties applied.<br/>" |
17 |
+ |
"Don't forget to first convert the files to an oni compatible codec. " |
18 |
+ |
"More information <a href=' '>here.</a></html>"); // Don't use rich text in qtdesigner because it generates platform dependent code |
19 |
+ |
|
20 |
|
// Drop signal for Packages table |
21 |
|
connect(ui->twSoundFiles, SIGNAL(dropped(DropTableWidget*,QStringList)), this, SLOT(addResourcesSounds(DropTableWidget*,QStringList))); |
22 |
|
// Signal for click in label (display local help) |