Changeset 72225 in vbox
- Timestamp:
- May 16, 2018 11:03:25 AM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIVMNamePathSelector.cpp
r72199 r72225 182 182 return m_strToolTipText; 183 183 } 184 185 void UIVMNamePathSelector::showEvent(QShowEvent *pEvent) 186 { 187 QWidget::showEvent(pEvent); 188 m_pName->setFocus(); 189 } -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIVMNamePathSelector.h
r72199 r72225 59 59 60 60 void retranslateUi() /* override */; 61 virtual void showEvent(QShowEvent *pEvent) /* override */; 61 62 62 63 private slots:
Note:
See TracChangeset
for help on using the changeset viewer.