Changeset 90093 in vbox
- Timestamp:
- Jul 8, 2021 11:36:21 AM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp
r90033 r90093 454 454 m_pNameLabel->setBuddy(m_pNameLineEdit); 455 455 m_pMainLayout->addWidget(m_pNameLineEdit, iRow, 1, 1, 2); 456 setFocusProxy(m_pNameLineEdit); 456 457 } 457 458 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePageBasic.cpp
r90073 r90093 474 474 } 475 475 476 void UIWizardNewVMNameOSTypePageBasic::showEvent(QShowEvent *pEvent) 477 { 478 if (m_pNameAndSystemEditor) 479 m_pNameAndSystemEditor->setFocus(); 480 UINativeWizardPage::showEvent(pEvent); 481 } 482 476 483 void UIWizardNewVMNameOSTypePageBasic::sltISOPathChanged(const QString &strPath) 477 484 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePageBasic.h
r90072 r90093 72 72 /** Validation stuff. */ 73 73 virtual bool validatePage() /* override */; 74 virtual void showEvent(QShowEvent *pEvent) /* override final*/; 74 75 75 76 private slots: -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMUnattendedPageBasic.h
r90060 r90093 54 54 protected: 55 55 56 virtual void showEvent(QShowEvent *pEvent) /* override */;56 virtual void showEvent(QShowEvent *pEvent) /* override final*/; 57 57 /** Don't reset the user entered values in case of "back" button press. */ 58 58 virtual void cleanupPage() /* override */;
Note:
See TracChangeset
for help on using the changeset viewer.