VirtualBox

Ignore:
Timestamp:
Apr 9, 2013 8:21:25 AM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Message-center: Parent-usage cleanup; Progress-dialog error-handling unification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp

    r45358 r45424  
    8686    {
    8787        /* Show some progress, so the user know whats going on: */
    88         msgCenter().showModalProgressDialog(progress, QApplication::translate("UIWizardExportApp", "Checking files ..."), "", this);
     88        msgCenter().showModalProgressDialog(progress, QApplication::translate("UIWizardExportApp", "Checking files ..."),
     89                                            ":/refresh_32px.png", this);
    8990        if (progress.GetCanceled())
    9091            return false;
     
    107108        {
    108109            /* Show some progress, so the user know whats going on: */
    109             msgCenter().showModalProgressDialog(progress1, QApplication::translate("UIWizardExportApp", "Removing files ..."), "", this);
     110            msgCenter().showModalProgressDialog(progress1, QApplication::translate("UIWizardExportApp", "Removing files ..."),
     111                                                ":/vm_delete_32px.png", this);
    110112            if (progress1.GetCanceled())
    111113                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