Changeset 263 for trunk/examples/desktop/systray/window.cpp
- Timestamp:
- Oct 28, 2009, 10:05:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/desktop/systray/window.cpp
r2 r263 161 161 iconComboBox->addItem(QIcon(":/images/trash.svg"), tr("Trash")); 162 162 163 { 164 QIcon test; 165 test.addFile(":/images/test16.xpm"); 166 test.addFile(":/images/test32.xpm"); 167 iconComboBox->addItem(test, tr("Test")); 168 } 169 163 170 showIconCheckBox = new QCheckBox(tr("Show icon")); 164 171 showIconCheckBox->setChecked(true);
Note:
See TracChangeset
for help on using the changeset viewer.