common: Make SyncableObject non-copyable
[quassel.git] / src / qtui / settingspages / inputwidgetsettingspage.ui
index a4dedc4..a956567 100644 (file)
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>507</width>
+    <width>512</width>
     <height>514</height>
    </rect>
   </property>
@@ -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/>
     </layout>
    </item>
    <item>
-    <widget class="QCheckBox" name="enableSpellCheck">
+    <widget class="QCheckBox" name="enablePerBufferHistory">
      <property name="text">
-      <string>Enable spell check</string>
+      <string>Enable per chat history</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
      </property>
      <property name="settingsKey" stdset="0">
-      <string>EnableSpellCheck</string>
+      <string notr="true">EnablePerChatHistory</string>
      </property>
      <property name="defaultValue" stdset="0">
-      <bool>false</bool>
+      <bool>true</bool>
      </property>
     </widget>
    </item>
       <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="QCheckBox" name="enableLineWrapMode">
+     <property name="toolTip">
+      <string>Enables line wrapping for input.</string>
+     </property>
+     <property name="text">
+      <string>Line wrapping</string>
+     </property>
+     <property name="settingsKey" stdset="0">
+      <string notr="true">EnableLineWrap</string>
      </property>
      <property name="defaultValue" stdset="0">
       <bool>true</bool>
    <item>
     <widget class="QGroupBox" name="groupBox">
      <property name="title">
-      <string>Multi-Line Editing</string>
+      <string>&amp;Multi-Line Editing</string>
      </property>
      <property name="checkable">
       <bool>true</bool>
      </property>
      <property name="settingsKey" stdset="0">
-      <string>EnableMultiLine</string>
+      <string notr="true">EnableMultiLine</string>
      </property>
      <property name="defaultValue" stdset="0">
       <bool>true</bool>
            <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>
  </customwidgets>
  <tabstops>
   <tabstop>customFont</tabstop>
-  <tabstop>enableSpellCheck</tabstop>
   <tabstop>showNickSelector</tabstop>
+  <tabstop>groupBox</tabstop>
   <tabstop>maxNumLines</tabstop>
   <tabstop>enableScrollBars</tabstop>
   <tabstop>completionSuffix</tabstop>