qa: Avoid deprecation warnings for QList/QSet conversions
[quassel.git] / src / qtui / settingspages / corehighlightsettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CoreHighlightSettingsPage</class>
4  <widget class="QWidget" name="CoreHighlightSettingsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>541</width>
10     <height>404</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout">
17    <item>
18     <widget class="QFrame" name="coreUnsupportedWidget">
19      <property name="frameShape">
20       <enum>QFrame::NoFrame</enum>
21      </property>
22      <property name="frameShadow">
23       <enum>QFrame::Plain</enum>
24      </property>
25      <property name="lineWidth">
26       <number>0</number>
27      </property>
28      <layout class="QHBoxLayout">
29       <property name="leftMargin">
30        <number>0</number>
31       </property>
32       <property name="topMargin">
33        <number>0</number>
34       </property>
35       <property name="rightMargin">
36        <number>0</number>
37       </property>
38       <property name="bottomMargin">
39        <number>0</number>
40       </property>
41       <item>
42        <widget class="QLabel" name="coreUnsupportedIcon">
43         <property name="text">
44          <string notr="true">[icon]</string>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QLabel" name="coreUnsupportedLabel">
50         <property name="sizePolicy">
51          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
52           <horstretch>0</horstretch>
53           <verstretch>0</verstretch>
54          </sizepolicy>
55         </property>
56         <property name="text">
57          <string>Your Quassel core is too old to support remote highlights</string>
58         </property>
59        </widget>
60       </item>
61       <item>
62        <widget class="QPushButton" name="coreUnsupportedDetails">
63         <property name="text">
64          <string>Details...</string>
65         </property>
66        </widget>
67       </item>
68      </layout>
69     </widget>
70    </item>
71    <item>
72     <widget class="QWidget" name="highlightsConfigWidget" native="true">
73      <layout class="QVBoxLayout" name="highlightConfigLayout">
74       <property name="leftMargin">
75        <number>0</number>
76       </property>
77       <property name="topMargin">
78        <number>0</number>
79       </property>
80       <property name="rightMargin">
81        <number>0</number>
82       </property>
83       <property name="bottomMargin">
84        <number>0</number>
85       </property>
86       <item>
87        <widget class="QTabWidget" name="tabWidget">
88         <property name="currentIndex">
89          <number>0</number>
90         </property>
91         <widget class="QWidget" name="highlightTab">
92          <attribute name="title">
93           <string>Highlight Rules</string>
94          </attribute>
95          <layout class="QVBoxLayout" name="verticalLayout_3">
96           <item>
97            <widget class="QGroupBox" name="nickBox">
98             <property name="title">
99              <string>Highlight Nicks</string>
100             </property>
101             <layout class="QHBoxLayout" name="horizontalLayout">
102              <item>
103               <widget class="QComboBox" name="highlightNicksComboBox">
104                <property name="sizePolicy">
105                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
106                  <horstretch>0</horstretch>
107                  <verstretch>0</verstretch>
108                 </sizepolicy>
109                </property>
110                <property name="minimumSize">
111                 <size>
112                  <width>0</width>
113                  <height>0</height>
114                 </size>
115                </property>
116                <property name="currentIndex">
117                 <number>-1</number>
118                </property>
119                <property name="sizeAdjustPolicy">
120                 <enum>QComboBox::AdjustToContents</enum>
121                </property>
122               </widget>
123              </item>
124              <item>
125               <widget class="QCheckBox" name="nicksCaseSensitive">
126                <property name="text">
127                 <string>Case sensitive</string>
128                </property>
129                <property name="checked">
130                 <bool>true</bool>
131                </property>
132               </widget>
133              </item>
134              <item>
135               <spacer name="horizontalSpacer">
136                <property name="orientation">
137                 <enum>Qt::Horizontal</enum>
138                </property>
139                <property name="sizeHint" stdset="0">
140                 <size>
141                  <width>40</width>
142                  <height>20</height>
143                 </size>
144                </property>
145               </spacer>
146              </item>
147             </layout>
148            </widget>
149           </item>
150           <item>
151            <widget class="QGroupBox" name="rulesBox">
152             <property name="title">
153              <string>Custom Highlights</string>
154             </property>
155             <layout class="QVBoxLayout" name="highlightLayout">
156              <item>
157               <widget class="QTableWidget" name="highlightTable">
158                <property name="toolTip">
159                 <string/>
160                </property>
161                <property name="styleSheet">
162                 <string notr="true"/>
163                </property>
164                <column>
165                 <property name="text">
166                  <string>Enabled</string>
167                 </property>
168                </column>
169                <column>
170                 <property name="text">
171                  <string>Rule</string>
172                 </property>
173                </column>
174                <column>
175                 <property name="text">
176                  <string>RegEx</string>
177                 </property>
178                </column>
179                <column>
180                 <property name="text">
181                  <string>CS</string>
182                 </property>
183                </column>
184                <column>
185                 <property name="text">
186                  <string>Sender</string>
187                 </property>
188                </column>
189                <column>
190                 <property name="text">
191                  <string>Channel</string>
192                 </property>
193                </column>
194               </widget>
195              </item>
196              <item>
197               <layout class="QHBoxLayout" name="highlightButtonBarLayout">
198                <property name="topMargin">
199                 <number>0</number>
200                </property>
201                <property name="bottomMargin">
202                 <number>0</number>
203                </property>
204                <item>
205                 <widget class="QPushButton" name="highlightAdd">
206                  <property name="text">
207                   <string>Add</string>
208                  </property>
209                 </widget>
210                </item>
211                <item>
212                 <widget class="QPushButton" name="highlightRemove">
213                  <property name="text">
214                   <string>Remove</string>
215                  </property>
216                 </widget>
217                </item>
218                <item>
219                 <spacer name="highlightButtonBarSpacer">
220                  <property name="orientation">
221                   <enum>Qt::Horizontal</enum>
222                  </property>
223                  <property name="sizeHint" stdset="0">
224                   <size>
225                    <width>40</width>
226                    <height>20</height>
227                   </size>
228                  </property>
229                 </spacer>
230                </item>
231                <item>
232                 <widget class="QPushButton" name="highlightImport">
233                  <property name="toolTip">
234                   <string notr="true">Import highlight rules configured in ${source}</string>
235                  </property>
236                  <property name="text">
237                   <string notr="true">Import ${source}</string>
238                  </property>
239                 </widget>
240                </item>
241               </layout>
242              </item>
243             </layout>
244            </widget>
245           </item>
246          </layout>
247         </widget>
248         <widget class="QWidget" name="ignoredTab">
249          <attribute name="title">
250           <string>Highlight Ignore Rules</string>
251          </attribute>
252          <layout class="QVBoxLayout" name="verticalLayout_4">
253           <item>
254            <widget class="QGroupBox" name="ignoresBox">
255             <property name="title">
256              <string>Never Highlight For</string>
257             </property>
258             <layout class="QVBoxLayout" name="ignoredLayout">
259              <item>
260               <widget class="QTableWidget" name="ignoredTable">
261                <property name="toolTip">
262                 <string/>
263                </property>
264                <property name="styleSheet">
265                 <string notr="true"/>
266                </property>
267                <column>
268                 <property name="text">
269                  <string>Enabled</string>
270                 </property>
271                </column>
272                <column>
273                 <property name="text">
274                  <string>Rule</string>
275                 </property>
276                </column>
277                <column>
278                 <property name="text">
279                  <string>RegEx</string>
280                 </property>
281                </column>
282                <column>
283                 <property name="text">
284                  <string>CS</string>
285                 </property>
286                </column>
287                <column>
288                 <property name="text">
289                  <string>Sender</string>
290                 </property>
291                </column>
292                <column>
293                 <property name="text">
294                  <string>Channel</string>
295                 </property>
296                </column>
297               </widget>
298              </item>
299              <item>
300               <layout class="QHBoxLayout" name="ignoredButtonBarLayout">
301                <property name="topMargin">
302                 <number>0</number>
303                </property>
304                <property name="bottomMargin">
305                 <number>0</number>
306                </property>
307                <item>
308                 <widget class="QPushButton" name="ignoredAdd">
309                  <property name="text">
310                   <string>Add</string>
311                  </property>
312                 </widget>
313                </item>
314                <item>
315                 <widget class="QPushButton" name="ignoredRemove">
316                  <property name="text">
317                   <string>Remove</string>
318                  </property>
319                 </widget>
320                </item>
321                <item>
322                 <spacer name="ignoredButtonBarSpacer">
323                  <property name="orientation">
324                   <enum>Qt::Horizontal</enum>
325                  </property>
326                  <property name="sizeHint" stdset="0">
327                   <size>
328                    <width>40</width>
329                    <height>20</height>
330                   </size>
331                  </property>
332                 </spacer>
333                </item>
334               </layout>
335              </item>
336             </layout>
337            </widget>
338           </item>
339          </layout>
340         </widget>
341        </widget>
342       </item>
343      </layout>
344     </widget>
345    </item>
346   </layout>
347  </widget>
348  <resources/>
349  <connections/>
350 </ui>