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:
parent
9fa0919a36
commit
2ac79a7791
23 changed files with 40 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue