VirtualBox

Changeset 34530 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 30, 2010 5:07:32 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68321
Message:

FE/Qt4: more progress images

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
3 added
4 edited

Legend:

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

    r34479 r34530  
    149149    <file alias="progress_state_save_90px.png">images/progress_state_save_90px.png</file>
    150150    <file alias="progress_state_restore_90px.png">images/progress_state_restore_90px.png</file>
     151    <file alias="progress_import_90px.png">images/progress_import_90px.png</file>
     152    <file alias="progress_export_90px.png">images/progress_export_90px.png</file>
     153    <file alias="progress_install_guest_additions_90px.png">images/progress_install_guest_additions_90px.png</file>
    151154 </qresource>
    152155 </RCC>
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r34479 r34530  
    376376    if (fResult)
    377377    {
    378         vboxProblem().showModalProgressDialog(progressInstall, tr("Install"), "",
    379                                               mainMachineWindow(), false, 500 /* 500ms delay. */);
     378        vboxProblem().showModalProgressDialog(progressInstall, tr("Install"), ":/progress_install_guest_additions_90px.png",
     379                                              mainMachineWindow(), true, 500 /* 500ms delay. */);
    380380        if (progressInstall.GetCanceled())
    381381            return;
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp

    r34496 r34530  
    139139        {
    140140            /* Show some progress, so the user know whats going on */
    141             vboxProblem().showModalProgressDialog (progress, tr ("Importing Appliance ..."), "", this);
     141            vboxProblem().showModalProgressDialog (progress, tr ("Importing Appliance ..."), ":/progress_import_90px.png", this, true);
    142142            if (progress.GetCanceled())
    143143                return false;
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp

    r34520 r34530  
    654654    {
    655655        /* Show some progress, so the user know whats going on */
    656         vboxProblem().showModalProgressDialog(progress, tr("Exporting Appliance ..."), "", this);
     656        vboxProblem().showModalProgressDialog(progress, tr("Exporting Appliance ..."), ":/progress_export_90px.png", this, true);
    657657        if (progress.GetCanceled())
    658658            return 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