src/eric7/Preferences/ConfigurationPages/DiffColoursPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DiffColoursPage</class>
4 <widget class="QWidget" name="DiffColoursPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>286</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Diff colors&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line1">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <layout class="QGridLayout" name="gridLayout">
36 <item row="5" column="0">
37 <widget class="QPushButton" name="headerButton">
38 <property name="toolTip">
39 <string>Select the background color for header lines</string>
40 </property>
41 <property name="text">
42 <string>Header Color</string>
43 </property>
44 </widget>
45 </item>
46 <item row="5" column="1">
47 <widget class="QLineEdit" name="headerSample">
48 <property name="focusPolicy">
49 <enum>Qt::NoFocus</enum>
50 </property>
51 <property name="text">
52 <string>Header Line</string>
53 </property>
54 <property name="alignment">
55 <set>Qt::AlignHCenter</set>
56 </property>
57 <property name="readOnly">
58 <bool>true</bool>
59 </property>
60 </widget>
61 </item>
62 <item row="6" column="0">
63 <widget class="QPushButton" name="whitespaceButton">
64 <property name="toolTip">
65 <string>Select the background color for bad whitespace</string>
66 </property>
67 <property name="text">
68 <string>Whitespace Color</string>
69 </property>
70 </widget>
71 </item>
72 <item row="6" column="1">
73 <widget class="QLineEdit" name="whitespaceSample">
74 <property name="focusPolicy">
75 <enum>Qt::NoFocus</enum>
76 </property>
77 <property name="alignment">
78 <set>Qt::AlignHCenter</set>
79 </property>
80 <property name="readOnly">
81 <bool>true</bool>
82 </property>
83 </widget>
84 </item>
85 <item row="0" column="0">
86 <widget class="QPushButton" name="textButton">
87 <property name="toolTip">
88 <string>Select the text foreground color</string>
89 </property>
90 <property name="text">
91 <string>Text Color</string>
92 </property>
93 </widget>
94 </item>
95 <item row="0" column="1">
96 <widget class="QLineEdit" name="textSample">
97 <property name="focusPolicy">
98 <enum>Qt::NoFocus</enum>
99 </property>
100 <property name="text">
101 <string>Normal Text</string>
102 </property>
103 <property name="alignment">
104 <set>Qt::AlignHCenter</set>
105 </property>
106 <property name="readOnly">
107 <bool>true</bool>
108 </property>
109 </widget>
110 </item>
111 <item row="1" column="0">
112 <widget class="QPushButton" name="addedButton">
113 <property name="toolTip">
114 <string>Select the background color for additions</string>
115 </property>
116 <property name="text">
117 <string>Added Color</string>
118 </property>
119 </widget>
120 </item>
121 <item row="1" column="1">
122 <widget class="QLineEdit" name="addedSample">
123 <property name="focusPolicy">
124 <enum>Qt::NoFocus</enum>
125 </property>
126 <property name="text">
127 <string>Added Text</string>
128 </property>
129 <property name="alignment">
130 <set>Qt::AlignHCenter</set>
131 </property>
132 <property name="readOnly">
133 <bool>true</bool>
134 </property>
135 </widget>
136 </item>
137 <item row="2" column="0">
138 <widget class="QPushButton" name="removedButton">
139 <property name="toolTip">
140 <string>Select the background color for removed text</string>
141 </property>
142 <property name="text">
143 <string>Removed Color</string>
144 </property>
145 </widget>
146 </item>
147 <item row="2" column="1">
148 <widget class="QLineEdit" name="removedSample">
149 <property name="focusPolicy">
150 <enum>Qt::NoFocus</enum>
151 </property>
152 <property name="text">
153 <string>Removed Text</string>
154 </property>
155 <property name="alignment">
156 <set>Qt::AlignHCenter</set>
157 </property>
158 <property name="readOnly">
159 <bool>true</bool>
160 </property>
161 </widget>
162 </item>
163 <item row="3" column="0">
164 <widget class="QPushButton" name="replacedButton">
165 <property name="toolTip">
166 <string>Select the background color for replaced text</string>
167 </property>
168 <property name="text">
169 <string>Replaced Color</string>
170 </property>
171 </widget>
172 </item>
173 <item row="3" column="1">
174 <widget class="QLineEdit" name="replacedSample">
175 <property name="focusPolicy">
176 <enum>Qt::NoFocus</enum>
177 </property>
178 <property name="text">
179 <string>Replaced Text</string>
180 </property>
181 <property name="alignment">
182 <set>Qt::AlignHCenter</set>
183 </property>
184 <property name="readOnly">
185 <bool>true</bool>
186 </property>
187 </widget>
188 </item>
189 <item row="4" column="0">
190 <widget class="QPushButton" name="contextButton">
191 <property name="toolTip">
192 <string>Select the background color for context lines</string>
193 </property>
194 <property name="text">
195 <string>Context Color</string>
196 </property>
197 </widget>
198 </item>
199 <item row="4" column="1">
200 <widget class="QLineEdit" name="contextSample">
201 <property name="focusPolicy">
202 <enum>Qt::NoFocus</enum>
203 </property>
204 <property name="text">
205 <string>Context Line</string>
206 </property>
207 <property name="alignment">
208 <set>Qt::AlignHCenter</set>
209 </property>
210 <property name="readOnly">
211 <bool>true</bool>
212 </property>
213 </widget>
214 </item>
215 </layout>
216 </item>
217 <item>
218 <spacer name="verticalSpacer">
219 <property name="orientation">
220 <enum>Qt::Vertical</enum>
221 </property>
222 <property name="sizeHint" stdset="0">
223 <size>
224 <width>20</width>
225 <height>46</height>
226 </size>
227 </property>
228 </spacer>
229 </item>
230 </layout>
231 </widget>
232 <resources/>
233 <connections/>
234 </ui>

eric ide

mercurial