cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / qtui / settingspages / highlightsettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HighlightSettingsPage</class>
4  <widget class="QWidget" name="HighlightSettingsPage">
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     <layout class="QHBoxLayout">
19      <item>
20       <widget class="QLabel" name="localHighlightsIcon">
21        <property name="text">
22         <string notr="true">[icon]</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QLabel" name="localHighlightsLabel">
28        <property name="sizePolicy">
29         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
30          <horstretch>0</horstretch>
31          <verstretch>0</verstretch>
32         </sizepolicy>
33        </property>
34        <property name="text">
35         <string>Legacy Highlights are replaced by Highlights</string>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <widget class="QPushButton" name="localHighlightsDetails">
41        <property name="text">
42         <string>Details...</string>
43        </property>
44       </widget>
45      </item>
46     </layout>
47    </item>
48    <item>
49     <widget class="QGroupBox" name="groupBox">
50      <property name="title">
51       <string>Custom Highlights</string>
52      </property>
53      <layout class="QVBoxLayout" name="verticalLayout">
54       <item>
55        <widget class="QTableWidget" name="highlightTable">
56         <property name="toolTip">
57          <string/>
58         </property>
59         <property name="styleSheet">
60          <string notr="true"/>
61         </property>
62         <column>
63          <property name="text">
64           <string>Enabled</string>
65          </property>
66         </column>
67         <column>
68          <property name="text">
69           <string>Highlight</string>
70          </property>
71         </column>
72         <column>
73          <property name="text">
74           <string>RegEx</string>
75          </property>
76         </column>
77         <column>
78          <property name="text">
79           <string>CS</string>
80          </property>
81         </column>
82         <column>
83          <property name="text">
84           <string>Channel</string>
85          </property>
86         </column>
87        </widget>
88       </item>
89       <item>
90        <layout class="QHBoxLayout" name="horizontalLayout">
91         <property name="topMargin">
92          <number>0</number>
93         </property>
94         <property name="bottomMargin">
95          <number>0</number>
96         </property>
97         <item>
98          <widget class="QPushButton" name="add">
99           <property name="text">
100            <string>Add</string>
101           </property>
102          </widget>
103         </item>
104         <item>
105          <widget class="QPushButton" name="remove">
106           <property name="text">
107            <string>Remove</string>
108           </property>
109          </widget>
110         </item>
111         <item>
112          <spacer name="horizontalSpacer">
113           <property name="orientation">
114            <enum>Qt::Horizontal</enum>
115           </property>
116           <property name="sizeHint" stdset="0">
117            <size>
118             <width>40</width>
119             <height>20</height>
120            </size>
121           </property>
122          </spacer>
123         </item>
124        </layout>
125       </item>
126      </layout>
127     </widget>
128    </item>
129    <item>
130     <widget class="QGroupBox" name="groupBox_2">
131      <property name="title">
132       <string>Highlight Nicks</string>
133      </property>
134      <layout class="QVBoxLayout">
135       <item>
136        <widget class="QRadioButton" name="highlightAllNicks">
137         <property name="text">
138          <string>All nicks from identity</string>
139         </property>
140        </widget>
141       </item>
142       <item>
143        <widget class="QRadioButton" name="highlightCurrentNick">
144         <property name="text">
145          <string>Current nick</string>
146         </property>
147         <property name="checked">
148          <bool>true</bool>
149         </property>
150        </widget>
151       </item>
152       <item>
153        <widget class="QRadioButton" name="highlightNoNick">
154         <property name="text">
155          <string>None</string>
156         </property>
157        </widget>
158       </item>
159       <item>
160        <widget class="QCheckBox" name="nicksCaseSensitive">
161         <property name="text">
162          <string>Case sensitive</string>
163         </property>
164        </widget>
165       </item>
166      </layout>
167     </widget>
168    </item>
169   </layout>
170  </widget>
171  <resources/>
172  <connections>
173   <connection>
174    <sender>highlightNoNick</sender>
175    <signal>toggled(bool)</signal>
176    <receiver>nicksCaseSensitive</receiver>
177    <slot>setDisabled(bool)</slot>
178    <hints>
179     <hint type="sourcelabel">
180      <x>64</x>
181      <y>350</y>
182     </hint>
183     <hint type="destinationlabel">
184      <x>69</x>
185      <y>381</y>
186     </hint>
187    </hints>
188   </connection>
189  </connections>
190 </ui>