Changeset 271 for trunk/examples


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.

Location:
trunk/examples/desktop/systray
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/desktop/systray/systray.qrc

    r263 r271  
    66   <file>images/test16.xpm</file>
    77   <file>images/test32.xpm</file>
     8
     9
    810</qresource>
    911</RCC>
  • 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.