added custom highlighting (in the settings: behaviour -> highlight)
[quassel.git] / src / qtui / settingspages / highlightsettingspage.ui
1 <ui version="4.0" >
2  <class>HighlightSettingsPage</class>
3  <widget class="QWidget" name="HighlightSettingsPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>438</width>
9     <height>404</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QGroupBox" name="groupBox" >
18      <property name="title" >
19       <string>Highlight list</string>
20      </property>
21      <layout class="QGridLayout" >
22       <item rowspan="3" row="0" column="0" >
23        <widget class="QTableWidget" name="highlightTable" >
24         <property name="styleSheet" >
25          <string/>
26         </property>
27         <column>
28          <property name="text" >
29           <string>RexEx</string>
30          </property>
31         </column>
32         <column>
33          <property name="text" >
34           <string>Highlight</string>
35          </property>
36         </column>
37         <column>
38          <property name="text" >
39           <string>Enable</string>
40          </property>
41         </column>
42        </widget>
43       </item>
44       <item row="0" column="1" >
45        <widget class="QPushButton" name="add" >
46         <property name="text" >
47          <string>Add</string>
48         </property>
49        </widget>
50       </item>
51       <item row="1" column="1" >
52        <widget class="QPushButton" name="remove" >
53         <property name="text" >
54          <string>Remove</string>
55         </property>
56        </widget>
57       </item>
58       <item row="2" column="1" >
59        <spacer>
60         <property name="orientation" >
61          <enum>Qt::Vertical</enum>
62         </property>
63         <property name="sizeHint" >
64          <size>
65           <width>20</width>
66           <height>40</height>
67          </size>
68         </property>
69        </spacer>
70       </item>
71      </layout>
72     </widget>
73    </item>
74    <item>
75     <widget class="QCheckBox" name="highlightCurrentNick" >
76      <property name="text" >
77       <string>Highlight current nick</string>
78      </property>
79      <property name="checked" >
80       <bool>true</bool>
81      </property>
82     </widget>
83    </item>
84   </layout>
85  </widget>
86  <resources/>
87  <connections/>
88 </ui>