added and to predefined alias variables. (needs core restart)
[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="toolTip" >
25          <string/>
26         </property>
27         <property name="styleSheet" >
28          <string/>
29         </property>
30         <column>
31          <property name="text" >
32           <string>Highlight</string>
33          </property>
34         </column>
35         <column>
36          <property name="text" >
37           <string>RegEx</string>
38          </property>
39         </column>
40         <column>
41          <property name="text" >
42           <string>CS</string>
43          </property>
44         </column>
45         <column>
46          <property name="text" >
47           <string>Enable</string>
48          </property>
49         </column>
50        </widget>
51       </item>
52       <item row="0" column="1" >
53        <widget class="QPushButton" name="add" >
54         <property name="text" >
55          <string>Add</string>
56         </property>
57        </widget>
58       </item>
59       <item row="1" column="1" >
60        <widget class="QPushButton" name="remove" >
61         <property name="text" >
62          <string>Remove</string>
63         </property>
64        </widget>
65       </item>
66       <item row="2" column="1" >
67        <spacer>
68         <property name="orientation" >
69          <enum>Qt::Vertical</enum>
70         </property>
71         <property name="sizeHint" >
72          <size>
73           <width>20</width>
74           <height>40</height>
75          </size>
76         </property>
77        </spacer>
78       </item>
79      </layout>
80     </widget>
81    </item>
82    <item>
83     <widget class="QGroupBox" name="groupBox_2" >
84      <property name="title" >
85       <string>Highlight nicks</string>
86      </property>
87      <layout class="QVBoxLayout" >
88       <item>
89        <widget class="QRadioButton" name="highlightAllNicks" >
90         <property name="text" >
91          <string>All nicks from identity</string>
92         </property>
93        </widget>
94       </item>
95       <item>
96        <widget class="QRadioButton" name="highlightCurrentNick" >
97         <property name="text" >
98          <string>Current nick</string>
99         </property>
100         <property name="checked" >
101          <bool>true</bool>
102         </property>
103        </widget>
104       </item>
105       <item>
106        <widget class="QRadioButton" name="highlightNoNick" >
107         <property name="text" >
108          <string>None</string>
109         </property>
110        </widget>
111       </item>
112      </layout>
113     </widget>
114    </item>
115   </layout>
116  </widget>
117  <resources/>
118  <connections/>
119 </ui>