VirtualBox

Ignore:
Timestamp:
Sep 24, 2008 4:45:35 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37008
Message:

Fe/Qt4: Fixed bugs with icon representation.

  1. "Network" icon (16 px, disabled) which also used for "Seamless mode" icon was not added to VirtualBox.qrc file. As a result it was not displayed at all.
  2. VM Selector / Machine menu / Refresh icon (16 px) was named incorrectly. As a result it was not displayed at all.
  3. There was a bug in the code which forces the application to use scaled 32 px icons instead of 16 px available icons in VM Selector / Machine menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h

    r12553 r12701  
    571571                          const char *aDisabled = NULL,
    572572                          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);
    578579
    579580    static QIcon standardIcon (QStyle::StandardPixmap aStandard, QWidget *aWidget = NULL);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette