Changeset 77044 in vbox
- Timestamp:
- Jan 30, 2019 2:18:45 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerSessionPanel.cpp
r76950 r77044 56 56 protected: 57 57 58 void retranslateUi(); 59 void keyPressEvent(QKeyEvent * pEvent); 58 void retranslateUi() /* override */; 59 void keyPressEvent(QKeyEvent * pEvent) /* override */; 60 void showEvent(QShowEvent *pEvent) /* override */; 60 61 61 62 private slots: … … 187 188 } 188 189 190 void UIGuestSessionCreateWidget::showEvent(QShowEvent *pEvent) 191 { 192 QIWithRetranslateUI<QWidget>::showEvent(pEvent); 193 if (m_pUserNameEdit) 194 m_pUserNameEdit->setFocus(); 195 } 196 189 197 void UIGuestSessionCreateWidget::switchSessionCreateMode() 190 198 {
Note:
See TracChangeset
for help on using the changeset viewer.