VirtualBox

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


Ignore:
Timestamp:
Oct 15, 2020 11:42:18 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140954
Message:

FE/Qt: bugref:9653: Adjust various cloud VM related wizards to have Cloud Profile Manager button tool-tip.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp

    r86355 r86590  
    513513                                                        "machine on the basis of it.</p>"));
    514514
    515     /* Translate cloud stuff: */
     515    /* Translate profile stuff: */
    516516    m_pProfileLabel->setText(UIWizardAddCloudVM::tr("&Profile:"));
     517    m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open Cloud Profile Manager..."));
    517518    m_pProfileInstanceLabel->setText(UIWizardAddCloudVM::tr("&Instances:"));
    518519
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp

    r86355 r86590  
    144144    m_pCntSource->setTitle(UIWizardAddCloudVM::tr("Source"));
    145145
     146    /* Translate profile stuff: */
     147    m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open Cloud Profile Manager..."));
     148
    146149    /* Translate received values of Source combo-box.
    147150     * We are enumerating starting from 0 for simplicity: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp

    r86587 r86590  
    968968    m_pIncludeISOsCheckbox->setText(UIWizardExportApp::tr("&Include ISO image files"));
    969969
    970     /* Translate Profile label: */
     970    /* Translate profile stuff: */
    971971    m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:"));
     972    m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open Cloud Profile Manager..."));
    972973
    973974    /* Translate option label: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp

    r86587 r86590  
    512512    m_pIncludeISOsCheckbox->setText(UIWizardExportApp::tr("&Include ISO image files"));
    513513
    514     /* Translate Profile label: */
     514    /* Translate profile stuff: */
    515515    m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:"));
     516    m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open Cloud Profile Manager..."));
    516517
    517518    /* Translate option label: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp

    r86355 r86590  
    688688    m_pFileSelector->setFileFilters(UIWizardImportApp::tr("Open Virtualization Format (%1)").arg("*.ova *.ovf"));
    689689
    690     /* Translate cloud stuff: */
     690    /* Translate profile stuff: */
    691691    m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:"));
     692    m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open Cloud Profile Manager..."));
    692693    m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:"));
    693694
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp

    r86355 r86590  
    289289    m_pFileSelector->setFileFilters(UIWizardImportApp::tr("Open Virtualization Format (%1)").arg("*.ova *.ovf"));
    290290
     291    /* Translate profile stuff: */
     292    m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open Cloud Profile Manager..."));
     293
    291294    /* Translate settings container: */
    292295    m_pSettingsCnt->setTitle(UIWizardImportApp::tr("Settings"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp

    r86355 r86590  
    648648                                                        "machine on the basis of it.</p>"));
    649649
    650     /* Translate cloud stuff: */
     650    /* Translate profile stuff: */
    651651    m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:"));
     652    m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open Cloud Profile Manager..."));
    652653    m_pSourceImageLabel->setText(UIWizardNewCloudVM::tr("&Source:"));
    653654
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp

    r86346 r86590  
    217217    m_pSourceTabBar->setTabText(1, UIWizardNewCloudVM::tr("&Images"));
    218218
     219    /* Translate profile stuff: */
     220    m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open Cloud Profile Manager..."));
     221
    219222    /* Translate settings container: */
    220223    m_pSettingsCnt->setTitle(UIWizardNewCloudVM::tr("Settings"));
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