Changeset 271 for trunk/examples/desktop/systray/window.cpp
- Timestamp:
- Oct 31, 2009, 12:42:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/desktop/systray/window.cpp
r263 r271 165 165 test.addFile(":/images/test16.xpm"); 166 166 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")); 168 175 } 169 176
Note:
See TracChangeset
for help on using the changeset viewer.