1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 08:45:24 +03:00

Most icons set correctly. Icons only seen in Windows (perhaps Mac).

I have not figured out how to set icons of daughter-windows, only dialogs.
This commit is contained in:
Kjell Kernen 2014-02-20 15:34:13 +01:00
parent 9fa0919a36
commit 2ac79a7791
23 changed files with 40 additions and 56 deletions

View file

@ -29,6 +29,7 @@ compareDialog::compareDialog(QWidget *parent, GeneralSettings *gg) :
ui(new Ui::compareDialog)
{
ui->setupUi(this);
this->setWindowIcon(CompanionIcon("compare.png"));
g_eeGeneral = gg;
eepromInterface = GetEepromInterface();
te = ui->textEdit;