VirtualBox

Changeset 88921 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 7, 2021 8:36:43 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8161. Saving softkeyboard options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp

    r88912 r88921  
    638638    void sigKeyToEdit(UISoftKeyboardKey* pKey);
    639639    void sigCurrentColorThemeChanged();
     640    void sigOptionsChanged();
    640641
    641642public:
     
    25632564    m_fHideOSMenuKeys = fHide;
    25642565    update();
     2566    emit sigOptionsChanged();
    25652567}
    25662568
     
    25762578    m_fHideNumPad = fHide;
    25772579    update();
     2580    emit sigOptionsChanged();
    25782581}
    25792582
     
    25892592    m_fHideMultimediaKeys = fHide;
    25902593    update();
     2594    emit sigOptionsChanged();
    25912595}
    25922596
     
    42054209    connect(m_pKeyboardWidget, &UISoftKeyboardWidget::sigPutUsageCodesPress, this, &UISoftKeyboard::sltPutUsageCodesPress);
    42064210    connect(m_pKeyboardWidget, &UISoftKeyboardWidget::sigPutUsageCodesRelease, this, &UISoftKeyboard::sltPutUsageCodesRelease);
    4207 
    42084211    connect(m_pKeyboardWidget, &UISoftKeyboardWidget::sigCurrentLayoutChange, this, &UISoftKeyboard::sltCurentLayoutChanged);
    42094212    connect(m_pKeyboardWidget, &UISoftKeyboardWidget::sigKeyToEdit, this, &UISoftKeyboard::sltKeyToEditChanged);
    42104213    connect(m_pKeyboardWidget, &UISoftKeyboardWidget::sigStatusBarMessage, this, &UISoftKeyboard::sltStatusBarMessage);
    42114214    connect(m_pKeyboardWidget, &UISoftKeyboardWidget::sigCurrentColorThemeChanged, this, &UISoftKeyboard::sltHandleKeyboardWidgetColorThemeChange);
     4215    connect(m_pKeyboardWidget, &UISoftKeyboardWidget::sigOptionsChanged, this, &UISoftKeyboard::sltSaveSettings);
    42124216
    42134217    connect(m_pLayoutSelector, &UILayoutSelector::sigLayoutSelectionChanged, this, &UISoftKeyboard::sltLayoutSelectionChanged);
     
    42344238
    42354239    connect(this, &UISoftKeyboard::sigHelpRequested, &msgCenter(), &UIMessageCenter::sltHandleHelpRequest);
    4236     connect(&uiCommon(), &UICommon::sigAskToCommitData, this, &UISoftKeyboard::sltSaveSettings);
    42374240    connect(&uiCommon(), &UICommon::sigAskToCommitData, this, &UISoftKeyboard::sltReleaseKeys);
    42384241}
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