VirtualBox

Changeset 50881 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2014 9:31:20 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92981
Message:

FE/Qt: New progress-dialog icon for appliance reading routine.

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

Legend:

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

    r50879 r50881  
    165165        <file alias="progress_media_delete_90px.png">images/progress_media_delete_90px.png</file>
    166166        <file alias="progress_network_interface_90px.png">images/progress_network_interface_90px.png</file>
     167        <file alias="progress_reading_appliance_90px.png">images/progress_reading_appliance_90px.png</file>
    167168        <file alias="progress_snapshot_create_90px.png">images/progress_snapshot_create_90px.png</file>
    168169        <file alias="progress_snapshot_restore_90px.png">images/progress_snapshot_restore_90px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp

    r50303 r50881  
    6767            {
    6868                /* Show some progress, so the user know whats going on */
    69                 msgCenter().showModalProgressDialog(progress, tr("Reading Appliance ..."), ":/sf_32px.png", this);
     69                msgCenter().showModalProgressDialog(progress, tr("Reading Appliance ..."), ":/progress_reading_appliance_90px.png", this);
    7070                if (!progress.isOk() || progress.GetResultCode() != 0)
    7171                    fResult = false;
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