Ignore:
Timestamp:
Oct 31, 2009, 12:42:53 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

examples: desktop/systray: Added 20/40 px icons to further test scaling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/desktop/systray/window.cpp

    r263 r271  
    165165        test.addFile(":/images/test16.xpm");
    166166        test.addFile(":/images/test32.xpm");
    167         iconComboBox->addItem(test, tr("Test"));
     167        iconComboBox->addItem(test, tr("Test 16/32"));
     168    }
     169   
     170    {
     171        QIcon test;
     172        test.addFile(":/images/test20.xpm");
     173        test.addFile(":/images/test40.xpm");
     174        iconComboBox->addItem(test, tr("Test 20/40"));
    168175    }
    169176   
Note: See TracChangeset for help on using the changeset viewer.