ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/soundWizard/soundpage2.cpp
(Generate patch)

Comparing Vago/trunk/Vago/soundWizard/soundpage2.cpp (file contents):
Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 790 by s10k, Sat Apr 6 20:54:26 2013 UTC

# Line 12 | Line 12 | SoundPage2::SoundPage2(QWidget *parent)
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)