Rename settingspages.inc to settingspages.cmake
[quassel.git] / src / qtui / settingspages / inputwidgetsettingspage.ui
index 92aea26..41b2d05 100644 (file)
@@ -22,7 +22,7 @@
         <string>Custom font:</string>
        </property>
        <property name="settingsKey" stdset="0">
-        <string>/UiStyle/Fonts/UseCustomInputWidgetFont</string>
+        <string notr="true">/UiStyle/Fonts/UseCustomInputWidgetFont</string>
        </property>
        <property name="defaultValue" stdset="0">
         <bool>false</bool>
@@ -35,7 +35,7 @@
         <bool>false</bool>
        </property>
        <property name="settingsKey" stdset="0">
-        <string>/UiStyle/Fonts/InputWidget</string>
+        <string notr="true">/UiStyle/Fonts/InputWidget</string>
        </property>
        <property name="defaultValue" stdset="0">
         <font/>
       <string>Enable spell check</string>
      </property>
      <property name="settingsKey" stdset="0">
-      <string>EnableSpellCheck</string>
+      <string notr="true">EnableSpellCheck</string>
+     </property>
+     <property name="defaultValue" stdset="0">
+      <bool>false</bool>
+     </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>
       <bool>true</bool>
      </property>
      <property name="settingsKey" stdset="0">
-      <string>ShowNickSelector</string>
+      <string notr="true">ShowNickSelector</string>
      </property>
      <property name="defaultValue" stdset="0">
       <bool>true</bool>
      </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">
       <string>Multi-Line Editing</string>
      </property>
+     <property name="checkable">
+      <bool>true</bool>
+     </property>
+     <property name="settingsKey" stdset="0">
+      <string notr="true">EnableMultiLine</string>
+     </property>
+     <property name="defaultValue" stdset="0">
+      <bool>true</bool>
+     </property>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_2">
            <number>5</number>
           </property>
           <property name="settingsKey" stdset="0">
-           <string>MaxNumLines</string>
+           <string notr="true">MaxNumLines</string>
           </property>
           <property name="defaultValue" stdset="0">
            <number>5</number>
          <bool>true</bool>
         </property>
         <property name="settingsKey" stdset="0">
-         <string>EnableScrollBars</string>
+         <string notr="true">EnableScrollBars</string>
         </property>
         <property name="defaultValue" stdset="0">
          <bool>true</bool>
            </sizepolicy>
           </property>
           <property name="settingsKey" stdset="0">
-           <string>/TabCompletion/CompletionSuffix</string>
+           <string notr="true">/TabCompletion/CompletionSuffix</string>
           </property>
           <property name="defaultValue" stdset="0">
            <string>: </string>
         </item>
        </layout>
       </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout_4">
+        <item>
+         <widget class="QCheckBox" name="addSpaceMidSentence">
+          <property name="text">
+           <string>Add space after nick when completing mid-sentence</string>
+          </property>
+          <property name="checked">
+           <bool>false</bool>
+          </property>
+          <property name="settingsKey" stdset="0">
+            <string notr="true">/TabCompletion/AddSpaceMidSentence</string>
+          </property>
+          <property name="defaultValue" stdset="0">
+            <bool>false</bool>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer_3">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
+      </item>
      </layout>
     </widget>
    </item>
   <tabstop>customFont</tabstop>
   <tabstop>enableSpellCheck</tabstop>
   <tabstop>showNickSelector</tabstop>
+  <tabstop>groupBox</tabstop>
   <tabstop>maxNumLines</tabstop>
   <tabstop>enableScrollBars</tabstop>
   <tabstop>completionSuffix</tabstop>