Changeset 12701 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Sep 24, 2008 4:45:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37008
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h
r12553 r12701 571 571 const char *aDisabled = NULL, 572 572 const char *aActive = NULL); 573 static QIcon iconSetEx (const char *aNormal, const char *aSmallNormal, 574 const char *aDisabled = NULL, 575 const char *aSmallDisabled = NULL, 576 const char *aActive = NULL, 577 const char *aSmallActive = NULL); 573 static QIcon iconSetFull (const QSize &aNormalSize, const QSize &aSmallSize, 574 const char *aNormal, const char *aSmallNormal, 575 const char *aDisabled = NULL, 576 const char *aSmallDisabled = NULL, 577 const char *aActive = NULL, 578 const char *aSmallActive = NULL); 578 579 579 580 static QIcon standardIcon (QStyle::StandardPixmap aStandard, QWidget *aWidget = NULL);
Note:
See TracChangeset
for help on using the changeset viewer.