VirtualBox

Changeset 94595 in vbox


Ignore:
Timestamp:
Apr 13, 2022 6:47:56 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt/Ds: Dummy icon for aborted_saved state; Will be updated with proper one on cumulative icon update.

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

Legend:

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

    r93196 r94595  
    342342        <file alias="sound_warning_16px.png">images/sound_warning_16px.png</file>
    343343        <file alias="state_aborted_16px.png">images/state_aborted_16px.png</file>
     344        <file alias="state_aborted_saved_16px.png">images/state_aborted_saved_16px.png</file>
    344345        <file alias="state_discarding_16px.png">images/state_discarding_16px.png</file>
    345346        <file alias="state_loading_16px.png">images/state_loading_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_x2.qrc

    r93196 r94595  
    345345        <file alias="sound_warning_16px_x2.png">images/x2/sound_warning_16px_x2.png</file>
    346346        <file alias="state_aborted_16px_x2.png">images/x2/state_aborted_16px_x2.png</file>
     347        <file alias="state_aborted_saved_16px_x2.png">images/x2/state_aborted_saved_16px_x2.png</file>
    347348        <file alias="state_discarding_16px_x2.png">images/x2/state_discarding_16px_x2.png</file>
    348349        <file alias="state_loading_16px_x2.png">images/x2/state_loading_16px_x2.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_x3.qrc

    r93196 r94595  
    345345        <file alias="sound_warning_16px_x3.png">images/x3/sound_warning_16px_x3.png</file>
    346346        <file alias="state_aborted_16px_x3.png">images/x3/state_aborted_16px_x3.png</file>
     347        <file alias="state_aborted_saved_16px_x3.png">images/x3/state_aborted_saved_16px_x3.png</file>
    347348        <file alias="state_discarding_16px_x3.png">images/x3/state_discarding_16px_x3.png</file>
    348349        <file alias="state_loading_16px_x3.png">images/x3/state_loading_16px_x3.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_x4.qrc

    r93196 r94595  
    345345        <file alias="sound_warning_16px_x4.png">images/x4/sound_warning_16px_x4.png</file>
    346346        <file alias="state_aborted_16px_x4.png">images/x4/state_aborted_16px_x4.png</file>
     347        <file alias="state_aborted_saved_16px_x4.png">images/x4/state_aborted_saved_16px_x4.png</file>
    347348        <file alias="state_discarding_16px_x4.png">images/x4/state_discarding_16px_x4.png</file>
    348349        <file alias="state_loading_16px_x4.png">images/x4/state_loading_16px_x4.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp

    r93981 r94595  
    140140        case KMachineState_Teleported:             return UIIconPool::iconSet(":/state_saved_16px.png");
    141141        case KMachineState_Aborted:                return UIIconPool::iconSet(":/state_aborted_16px.png");
    142         case KMachineState_AbortedSaved:           return UIIconPool::iconSet(":/state_saved_16px.png");
     142        case KMachineState_AbortedSaved:           return UIIconPool::iconSet(":/state_aborted_saved_16px.png");
    143143        case KMachineState_Running:                return UIIconPool::iconSet(":/state_running_16px.png");
    144144        case KMachineState_Paused:                 return UIIconPool::iconSet(":/state_paused_16px.png");
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