Changeset 78217 in vbox for trunk/src/VBox
- Timestamp:
- Apr 19, 2019 3:07:25 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp
r78132 r78217 145 145 m_pFormEditor->setVisible(fIsSourceCloudOne); 146 146 m_pApplianceWidget->setVisible(!fIsSourceCloudOne); 147 m_pCertLabel->setVisible(!fIsSourceCloudOne); 147 148 148 149 if (fIsSourceCloudOne) … … 219 220 } 220 221 222 bool UIWizardImportAppPageBasic2::isComplete() const 223 { 224 /* No importing for cloud source for now: */ 225 return !field("isSourceCloudOne").toBool(); 226 } 227 221 228 bool UIWizardImportAppPageBasic2::validatePage() 222 229 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h
r78128 r78217 70 70 virtual void cleanupPage() /* override */; 71 71 72 /** Returns whether page is complete. */ 73 virtual bool isComplete() const /* override */; 74 72 75 /** Performs page validation. */ 73 76 virtual bool validatePage() /* override */;
Note:
See TracChangeset
for help on using the changeset viewer.