Changeset 90729 in vbox
- Timestamp:
- Aug 18, 2021 4:26:20 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146354
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic2.cpp
r89997 r90729 71 71 if (iDefaultSectionHeight > 0) 72 72 m_pFormEditor->setMinimumHeight(8 * iDefaultSectionHeight); 73 /* Setup connections: */ 74 connect(m_pFormEditor, &UIFormEditorWidget::sigProgressStarted, 75 this, &UIWizardNewCloudVMPageBasic2::sigProgressStarted); 76 connect(m_pFormEditor, &UIFormEditorWidget::sigProgressChange, 77 this, &UIWizardNewCloudVMPageBasic2::sigProgressChange); 78 connect(m_pFormEditor, &UIFormEditorWidget::sigProgressFinished, 79 this, &UIWizardNewCloudVMPageBasic2::sigProgressFinished); 73 80 74 81 /* Add into layout: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r90375 r90729 183 183 const int iTotalHeight = 8 * iSectionHeight; 184 184 m_pFormEditor->setMinimumSize(QSize(iTotalWidth, iTotalHeight)); 185 /* Setup connections: */ 186 connect(m_pFormEditor, &UIFormEditorWidget::sigProgressStarted, 187 this, &UIWizardNewCloudVMPageExpert::sigProgressStarted); 188 connect(m_pFormEditor, &UIFormEditorWidget::sigProgressChange, 189 this, &UIWizardNewCloudVMPageExpert::sigProgressChange); 190 connect(m_pFormEditor, &UIFormEditorWidget::sigProgressFinished, 191 this, &UIWizardNewCloudVMPageExpert::sigProgressFinished); 185 192 186 193 /* Add into layout: */
Note:
See TracChangeset
for help on using the changeset viewer.