Changeset 51272 in vbox
- Timestamp:
- May 16, 2014 12:30:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.cpp
r50894 r51272 30 30 #include "QITreeWidget.h" 31 31 #include "QITabWidget.h" 32 #include "UIIconPool.h" 32 33 33 34 enum … … 219 220 if (aPage != NULL) 220 221 { 221 QIcon icon (aSmallIcon);222 QIcon icon = UIIconPool::iconSet(aSmallIcon); 222 223 223 224 SelectorItem *item = new SelectorItem (icon, "", aId, aLink, aPage, aParentId); … … 406 407 int aParentId /* = -1 */) 407 408 { 408 QIcon icon (aBigIcon);409 QIcon icon = UIIconPool::iconSet(aBigIcon); 409 410 410 411 QWidget *result = NULL; … … 442 443 aPage->setContentsMargins (9, 5, 9, 9); 443 444 aPage->layout()->setContentsMargins(0, 0, 0, 0); 444 QIcon icon1 (aSmallIcon);445 QIcon icon1 = UIIconPool::iconSet(aSmallIcon); 445 446 if (tabWidget) 446 447 tabWidget->addTab (aPage, icon1, "");
Note:
See TracChangeset
for help on using the changeset viewer.

