VirtualBox

Ignore:
Timestamp:
Mar 26, 2014 9:39:25 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: New progress-dialog icons for reading/removing appliance files routines.

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

Legend:

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

    r50881 r50882  
    166166        <file alias="progress_network_interface_90px.png">images/progress_network_interface_90px.png</file>
    167167        <file alias="progress_reading_appliance_90px.png">images/progress_reading_appliance_90px.png</file>
     168        <file alias="progress_refresh_90px.png">images/progress_refresh_90px.png</file>
    168169        <file alias="progress_snapshot_create_90px.png">images/progress_snapshot_create_90px.png</file>
    169170        <file alias="progress_snapshot_restore_90px.png">images/progress_snapshot_restore_90px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp

    r49038 r50882  
    8787        /* Show some progress, so the user know whats going on: */
    8888        msgCenter().showModalProgressDialog(progress, QApplication::translate("UIWizardExportApp", "Checking files ..."),
    89                                             ":/refresh_32px.png", this);
     89                                            ":/progress_refresh_90px.png", this);
    9090        if (progress.GetCanceled())
    9191            return false;
     
    109109            /* Show some progress, so the user know whats going on: */
    110110            msgCenter().showModalProgressDialog(progress1, QApplication::translate("UIWizardExportApp", "Removing files ..."),
    111                                                 ":/vm_delete_32px.png", this);
     111                                                ":/progress_delete_90px.png", this);
    112112            if (progress1.GetCanceled())
    113113                return false;
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