| 7 |
|
{ |
| 8 |
|
ui->setupUi(this); |
| 9 |
|
this->setTitle("Package Files"); |
| 10 |
< |
this->setSubTitle("Add here the resources to the correspondent plataform for your package."); |
| 10 |
> |
this->setSubTitle("Add the resources to the corresponding platform for your package."); |
| 11 |
|
|
| 12 |
|
commonTable=ui->twCommon; |
| 13 |
|
windowsTable=ui->twWindows; |
| 30 |
|
ui->tbWindowsMinus->setToolTip("Remove the selected Windows OS folders"); |
| 31 |
|
ui->tbMacMinus->setToolTip("Remove the selected Mac OS folders"); |
| 32 |
|
|
| 33 |
+ |
ui->lbCommon->setText("<html><b>Common</b></html>"); // Don't use rich text in qtdesigner because it generates platform dependent code |
| 34 |
+ |
ui->lbWindowsOnly->setText("<html><b>Windows Only</b></html>"); |
| 35 |
+ |
ui->lbMacOnly->setText("<html><b>Mac OS Only</b></html>"); |
| 36 |
+ |
|
| 37 |
+ |
|
| 38 |
+ |
|
| 39 |
|
connectSlots(); |
| 40 |
|
} |
| 41 |
|
|