VirtualBox

Changeset 50886 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 26, 2014 12:08:12 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Medium Manager rework/cleanup: New icons for .vdi modify action stuff.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited
4 copied

Legend:

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

    r50884 r50886  
    8989        <file alias="hd_copy_22px.png">images/hd_copy_22px.png</file>
    9090        <file alias="hd_copy_disabled_22px.png">images/hd_copy_disabled_22px.png</file>
     91        <file alias="hd_modify_16px.png">images/hd_modify_16px.png</file>
     92        <file alias="hd_modify_disabled_16px.png">images/hd_modify_disabled_16px.png</file>
     93        <file alias="hd_modify_22px.png">images/hd_modify_22px.png</file>
     94        <file alias="hd_modify_disabled_22px.png">images/hd_modify_disabled_22px.png</file>
    9195        <file alias="hd_new_16px.png">images/hd_new_16px.png</file>
    9296        <file alias="hd_new_disabled_16px.png">images/hd_new_disabled_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp

    r50884 r50886  
    10181018        m_pActionModify->setShortcut(QKeySequence("Ctrl+Space"));
    10191019        m_pActionModify->setIcon(UIIconPool::iconSetFull(QSize(22, 22), QSize(16, 16),
    1020                                                          ":/hd_new_22px.png", ":/hd_new_16px.png",
    1021                                                          ":/hd_new_disabled_22px.png", ":/hd_new_disabled_16px.png"));
     1020                                                         ":/hd_modify_22px.png", ":/hd_modify_16px.png",
     1021                                                         ":/hd_modify_disabled_22px.png", ":/hd_modify_disabled_16px.png"));
    10221022        connect(m_pActionModify, SIGNAL(triggered()), this, SLOT(sltModifyMedium()));
    10231023    }
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