# | Line 30 | Line 30 | PackagePage4::PackagePage4(QWidget *pare | |
---|---|---|
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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |