added basic support for Emacs style key bindings
[quassel.git] / src / qtui / settingspages / inputwidgetsettingspage.ui
index d7b998c..078745f 100644 (file)
      </property>
     </widget>
    </item>
+   <item>
+    <widget class="QCheckBox" name="enablePerBufferHistory">
+     <property name="text">
+      <string>Enable per chat history</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+     <property name="settingsKey" stdset="0">
+      <string notr="true">EnablePerChatHistory</string>
+     </property>
+     <property name="defaultValue" stdset="0">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
    <item>
     <widget class="QCheckBox" name="showNickSelector">
      <property name="text">
      </property>
     </widget>
    </item>
+   <item>
+    <widget class="QCheckBox" name="showStyleButtons">
+     <property name="text">
+      <string>Show style buttons</string>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+     <property name="settingsKey" stdset="0">
+      <string notr="true">ShowStyleButtons</string>
+     </property>
+     <property name="defaultValue" stdset="0">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QCheckBox" name="enableEmacsMode">
+     <property name="toolTip">
+      <string>Enables (limited) Emacs key bindings in the input field.</string>
+     </property>
+     <property name="text">
+      <string>Emacs key bindings</string>
+     </property>
+     <property name="settingsKey" stdset="0">
+      <string notr="true">EnableEmacsMode</string>
+     </property>
+     <property name="defaultValue" stdset="0">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
    <item>
     <widget class="QGroupBox" name="groupBox">
      <property name="title">
   <tabstop>customFont</tabstop>
   <tabstop>enableSpellCheck</tabstop>
   <tabstop>showNickSelector</tabstop>
+  <tabstop>groupBox</tabstop>
   <tabstop>maxNumLines</tabstop>
   <tabstop>enableScrollBars</tabstop>
   <tabstop>completionSuffix</tabstop>