VirtualBox

Changeset 50884 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 26, 2014 11:43:12 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92986
Message:

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

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

Legend:

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

    r50882 r50884  
    8585        <file alias="hd_add_22px.png">images/hd_add_22px.png</file>
    8686        <file alias="hd_add_disabled_22px.png">images/hd_add_disabled_22px.png</file>
     87        <file alias="hd_copy_16px.png">images/hd_copy_16px.png</file>
     88        <file alias="hd_copy_disabled_16px.png">images/hd_copy_disabled_16px.png</file>
     89        <file alias="hd_copy_22px.png">images/hd_copy_22px.png</file>
     90        <file alias="hd_copy_disabled_22px.png">images/hd_copy_disabled_22px.png</file>
    8791        <file alias="hd_new_16px.png">images/hd_new_16px.png</file>
    8892        <file alias="hd_new_disabled_16px.png">images/hd_new_disabled_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp

    r50769 r50884  
    10071007        m_pActionCopy->setShortcut(QKeySequence("Ctrl+O"));
    10081008        m_pActionCopy->setIcon(UIIconPool::iconSetFull(QSize(22, 22), QSize(16, 16),
    1009                                                        ":/hd_add_22px.png", ":/hd_add_16px.png",
    1010                                                        ":/hd_add_disabled_22px.png", ":/hd_add_disabled_16px.png"));
     1009                                                       ":/hd_copy_22px.png", ":/hd_copy_16px.png",
     1010                                                       ":/hd_copy_disabled_22px.png", ":/hd_copy_disabled_16px.png"));
    10111011        connect(m_pActionCopy, SIGNAL(triggered()), this, SLOT(sltCopyMedium()));
    10121012    }
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