forked from qt-creator/qt-creator
fakevim: make UseFakeVim option independent from the settings groupbox again
This commit is contained in:
@@ -11,14 +11,18 @@
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBoxUseFakeVim">
|
||||
<property name="text">
|
||||
<string>Use FakeVim</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
<string>Vim style settings</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
|
||||
@@ -156,7 +156,7 @@ QWidget *FakeVimOptionPage::createPage(QWidget *parent)
|
||||
|
||||
m_group.clear();
|
||||
m_group.insert(theFakeVimSetting(ConfigUseFakeVim),
|
||||
m_ui.groupBox);
|
||||
m_ui.checkBoxUseFakeVim);
|
||||
|
||||
m_group.insert(theFakeVimSetting(ConfigExpandTab),
|
||||
m_ui.checkBoxExpandTab);
|
||||
|
||||
Reference in New Issue
Block a user