Changeset 9661
- Timestamp:
- Dec 3, 2009, 2:46:54 PM (12 years ago)
- Location:
- trunk/qt
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/application.qrc
r8236 r9661 1 1 <RCC version="1.0"> 2 2 <qresource prefix="icons" > 3 <file alias="ratio.png">icons/ratio.png</file> 3 4 <file alias="transmission-16.png">icons/hicolor_apps_16x16_transmission.png</file> 4 5 <file alias="transmission-22.png">icons/hicolor_apps_22x22_transmission.png</file> -
trunk/qt/mainwin.cc
r9338 r9661 479 479 connect( ui.action_SessionTransfer, SIGNAL(triggered()), this, SLOT(showSessionTransfer())); 480 480 p = myStatsModeButton = new TrIconPushButton( this ); 481 p->setIcon( getStockIcon( "view-refresh", QStyle::SP_BrowserReload) );481 p->setIcon( QIcon( ":/icons/ratio.png" ) ); 482 482 p->setFlat( true ); 483 483 p->setMenu( m );
Note: See TracChangeset
for help on using the changeset viewer.