Changeset 263 for trunk/examples/desktop/systray
- Timestamp:
- Oct 28, 2009, 10:05:37 PM (16 years ago)
- Location:
- trunk/examples/desktop/systray
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/desktop/systray/systray.qrc
r2 r263 4 4 <file>images/heart.svg</file> 5 5 <file>images/trash.svg</file> 6 <file>images/test16.xpm</file> 7 <file>images/test32.xpm</file> 6 8 </qresource> 7 9 </RCC> -
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.