VirtualBox

Changeset 94289 in vbox


Ignore:
Timestamp:
Mar 17, 2022 12:20:43 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: A bit of cleanup for maximum guest screen size editor code.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIMaximumGuestScreenSizeEditor.cpp

    r94057 r94289  
    6464{
    6565    prepare();
    66 }
    67 
    68 QWidget *UIMaximumGuestScreenSizeEditor::focusProxy1() const
    69 {
    70     return m_pComboPolicy->focusProxy();
    71 }
    72 
    73 QWidget *UIMaximumGuestScreenSizeEditor::focusProxy2() const
    74 {
    75     return m_pSpinboxMaxWidth;
    76 }
    77 
    78 QWidget *UIMaximumGuestScreenSizeEditor::focusProxy3() const
    79 {
    80     return m_pSpinboxMaxHeight;
    8166}
    8267
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIMaximumGuestScreenSizeEditor.h

    r94057 r94289  
    7474    UIMaximumGuestScreenSizeEditor(QWidget *pParent = 0);
    7575
    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 
    8376    /** Defines editor @a guiValue. */
    8477    void setValue(const UIMaximumGuestScreenSizeValue &guiValue);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette