VirtualBox

Changeset 67837 in vbox


Ignore:
Timestamp:
Jul 6, 2017 4:07:35 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116773
Message:

FE/Qt: Updated Network Operations Manager icons.

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

Legend:

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

    r67815 r67837  
    6868        <file alias="display_hardware_write_16px.png">images/display_hardware_write_16px.png</file>
    6969        <file alias="display_software_16px.png">images/display_software_16px.png</file>
     70        <file alias="download_manager_16px.png">images/download_manager_16px.png</file>
     71        <file alias="download_manager_32px.png">images/download_manager_32px.png</file>
     72        <file alias="download_manager_error_16px.png">images/download_manager_error_16px.png</file>
     73        <file alias="download_manager_loading_16px.png">images/download_manager_loading_16px.png</file>
    7074        <file alias="drag_drop_16px.png">images/drag_drop_16px.png</file>
    7175        <file alias="drag_drop_disabled_16px.png">images/drag_drop_disabled_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc

    r67815 r67837  
    6868        <file alias="display_hardware_write_16px_hidpi.png">images/hidpi/display_hardware_write_16px_hidpi.png</file>
    6969        <file alias="display_software_16px_hidpi.png">images/hidpi/display_software_16px_hidpi.png</file>
     70        <file alias="download_manager_16px_hidpi.png">images/hidpi/download_manager_16px_hidpi.png</file>
     71        <file alias="download_manager_32px_hidpi.png">images/hidpi/download_manager_32px_hidpi.png</file>
     72        <file alias="download_manager_error_16px_hidpi.png">images/hidpi/download_manager_error_16px_hidpi.png</file>
     73        <file alias="download_manager_loading_16px_hidpi.png">images/hidpi/download_manager_loading_16px_hidpi.png</file>
    7074        <file alias="drag_drop_16px_hidpi.png">images/hidpi/drag_drop_16px_hidpi.png</file>
    7175        <file alias="drag_drop_disabled_16px_hidpi.png">images/hidpi/drag_drop_disabled_16px_hidpi.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp

    r63317 r67837  
    785785
    786786    UIActionSimpleNetworkAccessManager(UIActionPool *pParent)
    787         : UIActionSimple(pParent, ":/nw_16px.png", ":/nw_disabled_16px.png")
     787        : UIActionSimple(pParent, ":/download_manager_16px.png")
    788788    {
    789789        setMenuRole(QAction::ApplicationSpecificRole);
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.cpp

    r62493 r67837  
    5757{
    5858    /* Apply window icons: */
    59     setWindowIcon(UIIconPool::iconSetFull(":/nw_32px.png", ":/nw_16px.png"));
     59    setWindowIcon(UIIconPool::iconSetFull(":/download_manager_32px.png", ":/download_manager_16px.png"));
    6060
    6161    /* Do not count that window as important for application,
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.cpp

    r62493 r67837  
    3232{
    3333    /* Assign state icons: */
    34     setStateIcon(UINetworkManagerIndicatorState_Idle, UIIconPool::iconSet(":/nw_16px.png"));
    35     setStateIcon(UINetworkManagerIndicatorState_Loading, UIIconPool::iconSet(":/nw_loading_16px.png"));
    36     setStateIcon(UINetworkManagerIndicatorState_Error, UIIconPool::iconSet(":/nw_error_16px.png"));
     34    setStateIcon(UINetworkManagerIndicatorState_Idle, UIIconPool::iconSet(":/download_manager_16px.png"));
     35    setStateIcon(UINetworkManagerIndicatorState_Loading, UIIconPool::iconSet(":/download_manager_loading_16px.png"));
     36    setStateIcon(UINetworkManagerIndicatorState_Error, UIIconPool::iconSet(":/download_manager_error_16px.png"));
    3737
    3838    /* Translate content: */
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.cpp

    r63567 r67837  
    4949{
    5050    /* Setup self: */
    51     setTitleIcon(UIIconPool::iconSet(":/nw_16px.png"));
     51    setTitleIcon(UIIconPool::iconSet(":/download_manager_16px.png"));
    5252    setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
    5353    setContentWidget(m_pContentWidget);
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