Changeset 271
- Timestamp:
 - Oct 31, 2009, 12:42:53 AM (16 years ago)
 - Location:
 - trunk/examples/desktop/systray
 - Files:
 - 
      
- 2 added
 - 2 edited
 
- 
          
  images/test20.xpm (added)
 - 
          
  images/test40.xpm (added)
 - 
          
  systray.qrc (modified) (1 diff)
 - 
          
  window.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/examples/desktop/systray/systray.qrc
r263 r271 6 6 <file>images/test16.xpm</file> 7 7 <file>images/test32.xpm</file> 8 <file>images/test20.xpm</file> 9 <file>images/test40.xpm</file> 8 10 </qresource> 9 11 </RCC>  - 
      
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.
  