Changeset 94289 in vbox
- Timestamp:
- Mar 17, 2022 12:20:43 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/settings/editors
- Files:
-
- 2 edited
-
UIMaximumGuestScreenSizeEditor.cpp (modified) (1 diff)
-
UIMaximumGuestScreenSizeEditor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIMaximumGuestScreenSizeEditor.cpp
r94057 r94289 64 64 { 65 65 prepare(); 66 }67 68 QWidget *UIMaximumGuestScreenSizeEditor::focusProxy1() const69 {70 return m_pComboPolicy->focusProxy();71 }72 73 QWidget *UIMaximumGuestScreenSizeEditor::focusProxy2() const74 {75 return m_pSpinboxMaxWidth;76 }77 78 QWidget *UIMaximumGuestScreenSizeEditor::focusProxy3() const79 {80 return m_pSpinboxMaxHeight;81 66 } 82 67 -
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIMaximumGuestScreenSizeEditor.h
r94057 r94289 74 74 UIMaximumGuestScreenSizeEditor(QWidget *pParent = 0); 75 75 76 /** Returns focus proxy 1. */77 QWidget *focusProxy1() const;78 /** Returns focus proxy 2. */79 QWidget *focusProxy2() const;80 /** Returns focus proxy 3. */81 QWidget *focusProxy3() const;82 83 76 /** Defines editor @a guiValue. */ 84 77 void setValue(const UIMaximumGuestScreenSizeValue &guiValue);
Note:
See TracChangeset
for help on using the changeset viewer.

