VirtualBox

Changeset 67047 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 23, 2017 3:50:07 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8847: Host Network Manager: Icon (8 pixmaps) for Apply button.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
3 edited
8 copied

Legend:

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

    r66681 r67047  
    5050        <file alias="close_16px.png">images/close_16px.png</file>
    5151        <file alias="close_popup_16px.png">images/close_popup_16px.png</file>
     52        <file alias="commit_host_iface_16px.png">images/commit_host_iface_16px.png</file>
     53        <file alias="commit_host_iface_disabled_16px.png">images/commit_host_iface_disabled_16px.png</file>
     54        <file alias="commit_host_iface_22px.png">images/commit_host_iface_22px.png</file>
     55        <file alias="commit_host_iface_disabled_22px.png">images/commit_host_iface_disabled_22px.png</file>
    5256        <file alias="connect_16px.png">images/connect_16px.png</file>
    5357        <file alias="controller_add_16px.png">images/controller_add_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc

    r66681 r67047  
    5050        <file alias="close_16px_hidpi.png">images/hidpi/close_16px_hidpi.png</file>
    5151        <file alias="close_popup_16px_hidpi.png">images/hidpi/close_popup_16px_hidpi.png</file>
     52        <file alias="commit_host_iface_16px_hidpi.png">images/hidpi/commit_host_iface_16px_hidpi.png</file>
     53        <file alias="commit_host_iface_disabled_16px_hidpi.png">images/hidpi/commit_host_iface_disabled_16px_hidpi.png</file>
     54        <file alias="commit_host_iface_22px_hidpi.png">images/hidpi/commit_host_iface_22px_hidpi.png</file>
     55        <file alias="commit_host_iface_disabled_22px_hidpi.png">images/hidpi/commit_host_iface_disabled_22px_hidpi.png</file>
    5256        <file alias="connect_16px_hidpi.png">images/hidpi/connect_16px_hidpi.png</file>
    5357        <file alias="controller_add_16px_hidpi.png">images/hidpi/controller_add_16px_hidpi.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.cpp

    r67021 r67047  
    755755        m_pActionCommit->setVisible(false);
    756756        m_pActionCommit->setShortcut(QKeySequence("Ctrl+Return"));
    757         m_pActionCommit->setIcon(UIIconPool::iconSetFull(":/edit_host_iface_22px.png",
    758                                                          ":/edit_host_iface_16px.png",
    759                                                          ":/edit_host_iface_disabled_22px.png",
    760                                                          ":/edit_host_iface_disabled_16px.png"));
     757        m_pActionCommit->setIcon(UIIconPool::iconSetFull(":/commit_host_iface_22px.png",
     758                                                         ":/commit_host_iface_16px.png",
     759                                                         ":/commit_host_iface_disabled_22px.png",
     760                                                         ":/commit_host_iface_disabled_16px.png"));
    761761        connect(m_pActionDetails, &QAction::toggled, m_pActionCommit, &QAction::setVisible);
    762762        connect(m_pActionCommit, &QAction::triggered, this, &UIHostNetworkManagerWidget::sltApplyHostNetworkDetailsChanges);
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