| 1 |
|
<ui version="4.0" >
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
| 2 |
3 |
<class>HighlightSettingsPage</class>
|
| 3 |
|
<widget class="QWidget" name="HighlightSettingsPage" >
|
| 4 |
|
<property name="geometry" >
|
|
4 |
<widget class="QWidget" name="HighlightSettingsPage">
|
|
5 |
<property name="geometry">
|
| 5 |
6 |
<rect>
|
| 6 |
7 |
<x>0</x>
|
| 7 |
8 |
<y>0</y>
|
| ... | ... | |
| 9 |
10 |
<height>404</height>
|
| 10 |
11 |
</rect>
|
| 11 |
12 |
</property>
|
| 12 |
|
<property name="windowTitle" >
|
|
13 |
<property name="windowTitle">
|
| 13 |
14 |
<string>Form</string>
|
| 14 |
15 |
</property>
|
| 15 |
|
<layout class="QVBoxLayout" >
|
|
16 |
<layout class="QVBoxLayout">
|
| 16 |
17 |
<item>
|
| 17 |
|
<widget class="QGroupBox" name="groupBox" >
|
| 18 |
|
<property name="title" >
|
|
18 |
<widget class="QGroupBox" name="groupBox">
|
|
19 |
<property name="title">
|
| 19 |
20 |
<string>Custom Highlights</string>
|
| 20 |
21 |
</property>
|
| 21 |
|
<layout class="QGridLayout" >
|
| 22 |
|
<item rowspan="3" row="0" column="0" >
|
| 23 |
|
<widget class="QTableWidget" name="highlightTable" >
|
| 24 |
|
<property name="toolTip" >
|
|
22 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
23 |
<item>
|
|
24 |
<widget class="QTableWidget" name="highlightTable">
|
|
25 |
<property name="toolTip">
|
| 25 |
26 |
<string/>
|
| 26 |
27 |
</property>
|
| 27 |
|
<property name="styleSheet" >
|
| 28 |
|
<string notr="true" />
|
|
28 |
<property name="styleSheet">
|
|
29 |
<string notr="true"/>
|
| 29 |
30 |
</property>
|
| 30 |
31 |
<column>
|
| 31 |
|
<property name="text" >
|
|
32 |
<property name="text">
|
| 32 |
33 |
<string>Highlight</string>
|
| 33 |
34 |
</property>
|
| 34 |
35 |
</column>
|
| 35 |
36 |
<column>
|
| 36 |
|
<property name="text" >
|
|
37 |
<property name="text">
|
| 37 |
38 |
<string>RegEx</string>
|
| 38 |
39 |
</property>
|
| 39 |
40 |
</column>
|
| 40 |
41 |
<column>
|
| 41 |
|
<property name="text" >
|
|
42 |
<property name="text">
|
| 42 |
43 |
<string>CS</string>
|
| 43 |
44 |
</property>
|
| 44 |
45 |
</column>
|
| 45 |
46 |
<column>
|
| 46 |
|
<property name="text" >
|
|
47 |
<property name="text">
|
| 47 |
48 |
<string>Enable</string>
|
| 48 |
49 |
</property>
|
| 49 |
50 |
</column>
|
| 50 |
51 |
<column>
|
| 51 |
|
<property name="text" >
|
|
52 |
<property name="text">
|
| 52 |
53 |
<string>Chan</string>
|
| 53 |
54 |
</property>
|
| 54 |
55 |
</column>
|
| 55 |
56 |
</widget>
|
| 56 |
57 |
</item>
|
| 57 |
|
<item row="0" column="1" >
|
| 58 |
|
<widget class="QPushButton" name="add" >
|
| 59 |
|
<property name="text" >
|
| 60 |
|
<string>Add</string>
|
| 61 |
|
</property>
|
| 62 |
|
</widget>
|
| 63 |
|
</item>
|
| 64 |
|
<item row="1" column="1" >
|
| 65 |
|
<widget class="QPushButton" name="remove" >
|
| 66 |
|
<property name="text" >
|
| 67 |
|
<string>Remove</string>
|
| 68 |
|
</property>
|
| 69 |
|
</widget>
|
| 70 |
|
</item>
|
| 71 |
|
<item row="2" column="1" >
|
| 72 |
|
<spacer>
|
| 73 |
|
<property name="orientation" >
|
| 74 |
|
<enum>Qt::Vertical</enum>
|
|
58 |
<item>
|
|
59 |
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
60 |
<property name="topMargin">
|
|
61 |
<number>0</number>
|
| 75 |
62 |
</property>
|
| 76 |
|
<property name="sizeHint" stdset="0" >
|
| 77 |
|
<size>
|
| 78 |
|
<width>20</width>
|
| 79 |
|
<height>40</height>
|
| 80 |
|
</size>
|
|
63 |
<property name="bottomMargin">
|
|
64 |
<number>0</number>
|
| 81 |
65 |
</property>
|
| 82 |
|
</spacer>
|
|
66 |
<item>
|
|
67 |
<widget class="QPushButton" name="add">
|
|
68 |
<property name="text">
|
|
69 |
<string>Add</string>
|
|
70 |
</property>
|
|
71 |
</widget>
|
|
72 |
</item>
|
|
73 |
<item>
|
|
74 |
<widget class="QPushButton" name="remove">
|
|
75 |
<property name="text">
|
|
76 |
<string>Remove</string>
|
|
77 |
</property>
|
|
78 |
</widget>
|
|
79 |
</item>
|
|
80 |
<item>
|
|
81 |
<spacer name="horizontalSpacer">
|
|
82 |
<property name="orientation">
|
|
83 |
<enum>Qt::Horizontal</enum>
|
|
84 |
</property>
|
|
85 |
<property name="sizeHint" stdset="0">
|
|
86 |
<size>
|
|
87 |
<width>40</width>
|
|
88 |
<height>20</height>
|
|
89 |
</size>
|
|
90 |
</property>
|
|
91 |
</spacer>
|
|
92 |
</item>
|
|
93 |
</layout>
|
| 83 |
94 |
</item>
|
| 84 |
95 |
</layout>
|
| 85 |
96 |
</widget>
|
| 86 |
97 |
</item>
|
| 87 |
98 |
<item>
|
| 88 |
|
<widget class="QGroupBox" name="groupBox_2" >
|
| 89 |
|
<property name="title" >
|
|
99 |
<widget class="QGroupBox" name="groupBox_2">
|
|
100 |
<property name="title">
|
| 90 |
101 |
<string>Highlight Nicks</string>
|
| 91 |
102 |
</property>
|
| 92 |
|
<layout class="QVBoxLayout" >
|
|
103 |
<layout class="QVBoxLayout">
|
| 93 |
104 |
<item>
|
| 94 |
|
<widget class="QRadioButton" name="highlightAllNicks" >
|
| 95 |
|
<property name="text" >
|
|
105 |
<widget class="QRadioButton" name="highlightAllNicks">
|
|
106 |
<property name="text">
|
| 96 |
107 |
<string>All nicks from identity</string>
|
| 97 |
108 |
</property>
|
| 98 |
109 |
</widget>
|
| 99 |
110 |
</item>
|
| 100 |
111 |
<item>
|
| 101 |
|
<widget class="QRadioButton" name="highlightCurrentNick" >
|
| 102 |
|
<property name="text" >
|
|
112 |
<widget class="QRadioButton" name="highlightCurrentNick">
|
|
113 |
<property name="text">
|
| 103 |
114 |
<string>Current nick</string>
|
| 104 |
115 |
</property>
|
| 105 |
|
<property name="checked" >
|
|
116 |
<property name="checked">
|
| 106 |
117 |
<bool>true</bool>
|
| 107 |
118 |
</property>
|
| 108 |
119 |
</widget>
|
| 109 |
120 |
</item>
|
| 110 |
121 |
<item>
|
| 111 |
|
<widget class="QRadioButton" name="highlightNoNick" >
|
| 112 |
|
<property name="text" >
|
|
122 |
<widget class="QRadioButton" name="highlightNoNick">
|
|
123 |
<property name="text">
|
| 113 |
124 |
<string>None</string>
|
| 114 |
125 |
</property>
|
| 115 |
126 |
</widget>
|
| 116 |
127 |
</item>
|
| 117 |
128 |
<item>
|
| 118 |
|
<widget class="QCheckBox" name="nicksCaseSensitive" >
|
| 119 |
|
<property name="text" >
|
|
129 |
<widget class="QCheckBox" name="nicksCaseSensitive">
|
|
130 |
<property name="text">
|
| 120 |
131 |
<string>Case sensitive</string>
|
| 121 |
132 |
</property>
|
| 122 |
|
<property name="checked" >
|
|
133 |
<property name="checked">
|
| 123 |
134 |
<bool>true</bool>
|
| 124 |
135 |
</property>
|
| 125 |
136 |
</widget>
|
| ... | ... | |
| 137 |
148 |
<receiver>nicksCaseSensitive</receiver>
|
| 138 |
149 |
<slot>setDisabled(bool)</slot>
|
| 139 |
150 |
<hints>
|
| 140 |
|
<hint type="sourcelabel" >
|
|
151 |
<hint type="sourcelabel">
|
| 141 |
152 |
<x>64</x>
|
| 142 |
153 |
<y>350</y>
|
| 143 |
154 |
</hint>
|
| 144 |
|
<hint type="destinationlabel" >
|
|
155 |
<hint type="destinationlabel">
|
| 145 |
156 |
<x>69</x>
|
| 146 |
157 |
<y>381</y>
|
| 147 |
158 |
</hint>
|
| 148 |
|
-
|