6e18ecbcdab2c02e5d1c59e993268af4ff99f28e
[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>438</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="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Custom Highlights</string>
21      </property>
22      <layout class="QVBoxLayout" name="verticalLayout">
23       <item>
24        <widget class="QTableWidget" name="highlightTable">
25         <property name="toolTip">
26          <string/>
27         </property>
28         <property name="styleSheet">
29          <string notr="true"/>
30         </property>
31         <column>
32          <property name="text">
33           <string>Highlight</string>
34          </property>
35         </column>
36         <column>
37          <property name="text">
38           <string>RegEx</string>
39          </property>
40         </column>
41         <column>
42          <property name="text">
43           <string>CS</string>
44          </property>
45         </column>
46         <column>
47          <property name="text">
48           <string>Enable</string>
49          </property>
50         </column>
51         <column>
52          <property name="text">
53           <string>Inverse</string>
54          </property>
55         </column>
56         <column>
57          <property name="text">
58           <string>Channel</string>
59          </property>
60         </column>
61        </widget>
62       </item>
63       <item>
64        <layout class="QHBoxLayout" name="horizontalLayout">
65         <property name="topMargin">
66          <number>0</number>
67         </property>
68         <property name="bottomMargin">
69          <number>0</number>
70         </property>
71         <item>
72          <widget class="QPushButton" name="add">
73           <property name="text">
74            <string>Add</string>
75           </property>
76          </widget>
77         </item>
78         <item>
79          <widget class="QPushButton" name="remove">
80           <property name="text">
81            <string>Remove</string>
82           </property>
83          </widget>
84         </item>
85         <item>
86          <spacer name="horizontalSpacer">
87           <property name="orientation">
88            <enum>Qt::Horizontal</enum>
89           </property>
90           <property name="sizeHint" stdset="0">
91            <size>
92             <width>40</width>
93             <height>20</height>
94            </size>
95           </property>
96          </spacer>
97         </item>
98        </layout>
99       </item>
100      </layout>
101     </widget>
102    </item>
103    <item>
104     <widget class="QGroupBox" name="groupBox_2">
105      <property name="title">
106       <string>Highlight Nicks</string>
107      </property>
108      <layout class="QVBoxLayout">
109       <item>
110        <widget class="QRadioButton" name="highlightAllNicks">
111         <property name="text">
112          <string>All nicks from identity</string>
113         </property>
114        </widget>
115       </item>
116       <item>
117        <widget class="QRadioButton" name="highlightCurrentNick">
118         <property name="text">
119          <string>Current nick</string>
120         </property>
121         <property name="checked">
122          <bool>true</bool>
123         </property>
124        </widget>
125       </item>
126       <item>
127        <widget class="QRadioButton" name="highlightNoNick">
128         <property name="text">
129          <string>None</string>
130         </property>
131        </widget>
132       </item>
133       <item>
134        <widget class="QCheckBox" name="nicksCaseSensitive">
135         <property name="text">
136          <string>Case sensitive</string>
137         </property>
138         <property name="checked">
139          <bool>true</bool>
140         </property>
141        </widget>
142       </item>
143      </layout>
144     </widget>
145    </item>
146   </layout>
147  </widget>
148  <resources/>
149  <connections>
150   <connection>
151    <sender>highlightNoNick</sender>
152    <signal>toggled(bool)</signal>
153    <receiver>nicksCaseSensitive</receiver>
154    <slot>setDisabled(bool)</slot>
155    <hints>
156     <hint type="sourcelabel">
157      <x>64</x>
158      <y>350</y>
159     </hint>
160     <hint type="destinationlabel">
161      <x>69</x>
162      <y>381</y>
163     </hint>
164    </hints>
165   </connection>
166  </connections>
167 </ui>