Ignore:
Timestamp:
Aug 11, 2011, 11:11:44 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

examples: desktop/systray: Revert r263, r266, r271.

This is something that needs to be done in a separate testcase.

Location:
trunk/examples/desktop/systray
Files:
4 deleted
2 edited

Legend:

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

    r271 r971  
    44   <file>images/heart.svg</file>
    55   <file>images/trash.svg</file>
    6    <file>images/test16.xpm</file>
    7    <file>images/test32.xpm</file>
    8    <file>images/test20.xpm</file>
    9    <file>images/test40.xpm</file>
    106</qresource>
    117</RCC>
  • trunk/examples/desktop/systray/window.cpp

    r846 r971  
    160160    iconComboBox->addItem(QIcon(":/images/trash.svg"), tr("Trash"));
    161161
    162     {
    163         QIcon test;
    164         test.addFile(":/images/test16.xpm");
    165         test.addFile(":/images/test32.xpm");
    166         iconComboBox->addItem(test, tr("Test 16/32"));
    167     }
    168    
    169     {
    170         QIcon test;
    171         test.addFile(":/images/test20.xpm");
    172         test.addFile(":/images/test40.xpm");
    173         iconComboBox->addItem(test, tr("Test 20/40"));
    174     }
    175    
    176162    showIconCheckBox = new QCheckBox(tr("Show icon"));
    177163    showIconCheckBox->setChecked(true);
Note: See TracChangeset for help on using the changeset viewer.