Changeset 971 for trunk/examples/desktop/systray/window.cpp
- Timestamp:
- Aug 11, 2011, 11:11:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/desktop/systray/window.cpp
r846 r971 160 160 iconComboBox->addItem(QIcon(":/images/trash.svg"), tr("Trash")); 161 161 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 176 162 showIconCheckBox = new QCheckBox(tr("Show icon")); 177 163 showIconCheckBox->setChecked(true);
Note:
See TracChangeset
for help on using the changeset viewer.