Changeset 30206 in vbox
- Timestamp:
- Jun 15, 2010 3:41:05 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 4 edited
-
VBoxHelpActions.cpp (modified) (1 diff)
-
globals/UIIconPool.cpp (modified) (1 diff)
-
globals/UIIconPool.h (modified) (1 diff)
-
runtime/UIActionsPool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp
r30192 r30206 35 35 36 36 contentsAction = new QAction (aParent); 37 contentsAction->setIcon (UIIconPool::iconSet (":/help_16px.png"));37 contentsAction->setIcon(UIIconPool::defaultIcon(UIIconPool::DialogHelpIcon)); 38 38 39 39 webAction = new QAction (aParent); -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r30204 r30206 164 164 break; 165 165 } 166 case DialogHelpIcon: 167 { 168 icon = pStyle->standardIcon(QStyle::SP_DialogHelpButton, 0, pWidget); 169 if (icon.isNull()) 170 icon = iconSet(":/help_16px.png"); 171 break; 172 } 166 173 case ArrowBackIcon: 167 174 { -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h
r30204 r30206 35 35 MessageBoxCriticalIcon, 36 36 DialogCancelIcon, 37 DialogHelpIcon, 37 38 ArrowBackIcon, 38 39 ArrowForwardIcon -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp
r30205 r30206 929 929 ShowHelpAction(QObject *pParent) 930 930 : UISimpleAction(pParent, 931 ":/help_16px.png")931 UIIconPool::defaultIcon(UIIconPool::DialogHelpIcon)) 932 932 { 933 933 retranslateUi();
Note:
See TracChangeset
for help on using the changeset viewer.

