VirtualBox

Ignore:
Timestamp:
May 22, 2008 5:30:51 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Added OpenSolaris icon.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/VirtualBox.qrc

    r8466 r9060  
    3434    <file alias="os_netware.png">images/os_netware.png</file>
    3535    <file alias="os_openbsd.png">images/os_openbsd.png</file>
     36    <file alias="os_opensolaris.png">images/os_opensolaris.png</file>
    3637    <file alias="os_opensuse.png">images/os_opensuse.png</file>
    3738    <file alias="os_os2warp3.png">images/os_os2warp3.png</file>
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r9056 r9060  
    28182818    QIcon iconSet;
    28192819
    2820     iconSet.addFile (aNormal, QSize(), 
     2820    iconSet.addFile (aNormal, QSize(),
    28212821                     QIcon::Normal);
    28222822    if (aDisabled != NULL)
    2823         iconSet.addFile (aDisabled, QSize(), 
     2823        iconSet.addFile (aDisabled, QSize(),
    28242824                         QIcon::Disabled);
    28252825    if (aActive != NULL)
    2826         iconSet.addFile (aActive, QSize(), 
     2826        iconSet.addFile (aActive, QSize(),
    28272827                         QIcon::Active);
    28282828    return iconSet;
     
    35533553    if (!aResolveSymlinks)
    35543554        o |= QFileDialog::DontResolveSymlinks;
    3555     return QFileDialog::getOpenFileName (aParent, aCaption, aStartWith, 
     3555    return QFileDialog::getOpenFileName (aParent, aCaption, aStartWith,
    35563556                                         aFilters, aSelectedFilter, o);
    35573557#endif
     
    41114111        {"archlinux",   ":/os_archlinux.png"},
    41124112        {"debian",      ":/os_debian.png"},
     4113        {"opensolaris", ":/os_opensolaris.png"},
    41134114        {"opensuse",    ":/os_opensuse.png"},
    41144115        {"fedoracore",  ":/os_fedoracore.png"},
     
    41234124        {"netware",     ":/os_netware.png"},
    41244125        {"solaris",     ":/os_solaris.png"},
    4125         {"opensolaris", ":/os_solaris.png"},
    41264126        {"l4",          ":/os_l4.png"},
    41274127    };
     
    44084408{
    44094409    /* We provide dynamic tooltips for the usb devices */
    4410     if (aEvent->type() == QEvent::ToolTip) 
     4410    if (aEvent->type() == QEvent::ToolTip)
    44114411    {
    44124412        QHelpEvent *helpEvent = static_cast<QHelpEvent *> (aEvent);
Note: See TracChangeset for help on using the changeset viewer.

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