Initial CTCP ignore functionality
[quassel.git] / src / qtui / settingspages / ignorelisteditdlg.ui
index def7b2e..8938b8e 100644 (file)
    <string>Configure Ignore Rule</string>
   </property>
   <property name="windowIcon">
-   <iconset resource="../../../icons/oxygen.qrc">
+   <iconset>
     <normaloff>:/icons/oxygen/16x16/actions/configure.png</normaloff>:/icons/oxygen/16x16/actions/configure.png</iconset>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_3">
+  <layout class="QVBoxLayout" name="verticalLayout_5">
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout_4">
      <item>
@@ -34,7 +34,7 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
        <property name="title">
         <string>Strictness</string>
        </property>
-       <layout class="QHBoxLayout" name="horizontalLayout_2">
+       <layout class="QVBoxLayout" name="verticalLayout_2">
         <item>
          <widget class="QRadioButton" name="dynamicStrictnessButton">
           <property name="text">
@@ -56,16 +56,16 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
       <widget class="QGroupBox" name="typeGroupBox">
        <property name="toolTip">
         <string>&lt;p&gt;&lt;b&gt;Rule Type:&lt;/b&gt;&lt;/p&gt;
-&lt;p&gt;&lt;u&gt;By Sender:&lt;/u&gt;&lt;/p&gt;
+&lt;p&gt;&lt;u&gt;Sender:&lt;/u&gt;&lt;/p&gt;
 &lt;p&gt;The rule is matched against the sender string
 &lt;i&gt;nick!ident@host.name&lt;i&gt;&lt;/p&gt;
-&lt;p&gt;&lt;u&gt;By Message:&lt;/u&gt;&lt;/p&gt;
+&lt;p&gt;&lt;u&gt;Message:&lt;/u&gt;&lt;/p&gt;
 &lt;p&gt;The rule is matched against the actual message content&lt;/p&gt;</string>
        </property>
        <property name="title">
         <string>Rule Type</string>
        </property>
-       <layout class="QHBoxLayout" name="horizontalLayout_3">
+       <layout class="QVBoxLayout" name="verticalLayout_4">
         <item>
          <widget class="QRadioButton" name="senderTypeButton">
           <property name="text">
@@ -80,6 +80,13 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
           </property>
          </widget>
         </item>
+        <item>
+         <widget class="QRadioButton" name="ctcpTypeButton">
+          <property name="text">
+           <string>CTCP</string>
+          </property>
+         </widget>
+        </item>
        </layout>
       </widget>
      </item>
@@ -113,7 +120,7 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
         <item>
          <widget class="QCheckBox" name="isRegExCheckBox">
           <property name="toolTip">
-           <string>&lt;p&gt;&lt;b&gt;Use RegularExpressions:&lt;/b&gt;&lt;/p&gt;
+           <string>&lt;p&gt;&lt;b&gt;Use regular expressions:&lt;/b&gt;&lt;/p&gt;
 &lt;p&gt;If enabled, rules follow regular expression syntax.&lt;/p&gt;
 &lt;p&gt;Otherwise rules allow wildcard matching with the following special characters:&lt;/p&gt;
 &lt;p&gt; *: representing &quot;any amount of any character&quot;
@@ -121,7 +128,7 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
 ?: representing &quot;exactly one character&quot;&lt;/p&gt;</string>
           </property>
           <property name="text">
-           <string>Use Regular Expressions</string>
+           <string>Regular expression</string>
           </property>
          </widget>
         </item>
@@ -144,9 +151,9 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
      <property name="title">
       <string>Scope</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout_2">
+     <layout class="QHBoxLayout" name="horizontalLayout">
       <item>
-       <layout class="QHBoxLayout" name="horizontalLayout">
+       <layout class="QVBoxLayout" name="verticalLayout_3">
         <item>
          <widget class="QRadioButton" name="globalScopeButton">
           <property name="text">
@@ -228,6 +235,20 @@ For dynamic rules, disabling actually shows the filtered messages again.&lt;/p&g
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>dynamicStrictnessButton</tabstop>
+  <tabstop>permanentStrictnessButton</tabstop>
+  <tabstop>senderTypeButton</tabstop>
+  <tabstop>messageTypeButton</tabstop>
+  <tabstop>ignoreRuleLineEdit</tabstop>
+  <tabstop>isRegExCheckBox</tabstop>
+  <tabstop>scopeRuleTextEdit</tabstop>
+  <tabstop>globalScopeButton</tabstop>
+  <tabstop>networkScopeButton</tabstop>
+  <tabstop>channelScopeButton</tabstop>
+  <tabstop>isActiveCheckBox</tabstop>
+  <tabstop>buttonBox</tabstop>
+ </tabstops>
  <resources>
   <include location="../../../icons/oxygen.qrc"/>
  </resources>