1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainUI</class>
4 <widget class="QMainWindow" name="MainUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>505</width>
10    <height>505</height>
11   </rect>
12  </property>
13  <property name="contextMenuPolicy">
14   <enum>Qt::NoContextMenu</enum>
15  </property>
16  <widget class="QWidget" name="centralwidget">
17   <layout class="QVBoxLayout" name="verticalLayout">
18    <property name="spacing">
19     <number>2</number>
20    </property>
21    <property name="leftMargin">
22     <number>0</number>
23    </property>
24    <property name="topMargin">
25     <number>0</number>
26    </property>
27    <property name="rightMargin">
28     <number>0</number>
29    </property>
30    <property name="bottomMargin">
31     <number>0</number>
32    </property>
33    <item>
34     <widget class="QFrame" name="groupReplace">
35      <property name="frameShape">
36       <enum>QFrame::StyledPanel</enum>
37      </property>
38      <layout class="QGridLayout" name="gridLayout">
39       <property name="leftMargin">
40        <number>2</number>
41       </property>
42       <property name="topMargin">
43        <number>2</number>
44       </property>
45       <property name="rightMargin">
46        <number>2</number>
47       </property>
48       <property name="bottomMargin">
49        <number>2</number>
50       </property>
51       <property name="spacing">
52        <number>2</number>
53       </property>
54       <item row="2" column="1">
55        <widget class="QLineEdit" name="line_replace"/>
56       </item>
57       <item row="1" column="2">
58        <widget class="QToolButton" name="tool_find_prev">
59         <property name="focusPolicy">
60          <enum>Qt::NoFocus</enum>
61         </property>
62         <property name="statusTip">
63          <string>Find the previous match</string>
64         </property>
65         <property name="text">
66          <string>...</string>
67         </property>
68        </widget>
69       </item>
70       <item row="1" column="3">
71        <widget class="QToolButton" name="tool_find_next">
72         <property name="focusPolicy">
73          <enum>Qt::NoFocus</enum>
74         </property>
75         <property name="statusTip">
76          <string>Find the next match</string>
77         </property>
78         <property name="text">
79          <string>...</string>
80         </property>
81        </widget>
82       </item>
83       <item row="2" column="0">
84        <widget class="QLabel" name="label_2">
85         <property name="text">
86          <string>Replace:</string>
87         </property>
88         <property name="alignment">
89          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
90         </property>
91        </widget>
92       </item>
93       <item row="1" column="1">
94        <widget class="QLineEdit" name="line_find"/>
95       </item>
96       <item row="1" column="4">
97        <widget class="QToolButton" name="tool_find_casesensitive">
98         <property name="focusPolicy">
99          <enum>Qt::NoFocus</enum>
100         </property>
101         <property name="toolTip">
102          <string/>
103         </property>
104         <property name="statusTip">
105          <string>Match case</string>
106         </property>
107         <property name="text">
108          <string notr="true"/>
109         </property>
110         <property name="checkable">
111          <bool>true</bool>
112         </property>
113         <property name="checked">
114          <bool>false</bool>
115         </property>
116         <property name="autoRaise">
117          <bool>true</bool>
118         </property>
119        </widget>
120       </item>
121       <item row="2" column="2">
122        <widget class="QToolButton" name="tool_replace">
123         <property name="focusPolicy">
124          <enum>Qt::NoFocus</enum>
125         </property>
126         <property name="statusTip">
127          <string>Replace next match</string>
128         </property>
129         <property name="text">
130          <string>...</string>
131         </property>
132        </widget>
133       </item>
134       <item row="2" column="3">
135        <widget class="QToolButton" name="tool_replace_all">
136         <property name="focusPolicy">
137          <enum>Qt::NoFocus</enum>
138         </property>
139         <property name="statusTip">
140          <string>Replace all matches (to end of document)</string>
141         </property>
142         <property name="text">
143          <string>...</string>
144         </property>
145        </widget>
146       </item>
147       <item row="1" column="0">
148        <layout class="QHBoxLayout" name="horizontalLayout">
149         <item>
150          <widget class="QToolButton" name="tool_hideReplaceGroup">
151           <property name="statusTip">
152            <string>Hide the find/replace options</string>
153           </property>
154           <property name="text">
155            <string>...</string>
156           </property>
157           <property name="autoRaise">
158            <bool>true</bool>
159           </property>
160          </widget>
161         </item>
162         <item>
163          <widget class="QLabel" name="label">
164           <property name="text">
165            <string>Find:</string>
166           </property>
167           <property name="alignment">
168            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
169           </property>
170          </widget>
171         </item>
172        </layout>
173       </item>
174      </layout>
175     </widget>
176    </item>
177   </layout>
178  </widget>
179  <widget class="QMenuBar" name="menubar">
180   <property name="geometry">
181    <rect>
182     <x>0</x>
183     <y>0</y>
184     <width>505</width>
185     <height>23</height>
186    </rect>
187   </property>
188   <property name="contextMenuPolicy">
189    <enum>Qt::NoContextMenu</enum>
190   </property>
191   <widget class="QMenu" name="menuFile">
192    <property name="title">
193     <string>&amp;File</string>
194    </property>
195    <addaction name="actionNew_File"/>
196    <addaction name="actionOpen_File"/>
197    <addaction name="actionClose_File"/>
198    <addaction name="separator"/>
199    <addaction name="actionSave_File"/>
200    <addaction name="actionSave_File_As"/>
201    <addaction name="separator"/>
202    <addaction name="actionPrint"/>
203    <addaction name="actionClose"/>
204   </widget>
205   <widget class="QMenu" name="menuView">
206    <property name="title">
207     <string>&amp;View</string>
208    </property>
209    <widget class="QMenu" name="menuSyntax_Highlighting">
210     <property name="title">
211      <string>Syntax Highlighting</string>
212     </property>
213     <addaction name="action_syntax_none"/>
214     <addaction name="separator"/>
215    </widget>
216    <widget class="QMenu" name="menuTabs_Location">
217     <property name="title">
218      <string>Tabs Location</string>
219     </property>
220     <addaction name="action_tabsTop"/>
221     <addaction name="action_tabsBottom"/>
222     <addaction name="action_tabsLeft"/>
223     <addaction name="action_tabsRight"/>
224    </widget>
225    <addaction name="menuSyntax_Highlighting"/>
226    <addaction name="menuTabs_Location"/>
227    <addaction name="actionShow_Toolbar"/>
228    <addaction name="actionLine_Numbers"/>
229    <addaction name="actionWrap_Lines"/>
230    <addaction name="actionShow_Popups"/>
231    <addaction name="actionEnable_Spellcheck"/>
232    <addaction name="separator"/>
233    <addaction name="actionCustomize_Colors"/>
234    <addaction name="actionSet_Language"/>
235   </widget>
236   <widget class="QMenu" name="menuEdit">
237    <property name="title">
238     <string>&amp;Edit</string>
239    </property>
240    <addaction name="actionFind"/>
241    <addaction name="actionReplace"/>
242   </widget>
243   <addaction name="menuFile"/>
244   <addaction name="menuEdit"/>
245   <addaction name="menuView"/>
246  </widget>
247  <widget class="QStatusBar" name="statusbar"/>
248  <widget class="QToolBar" name="toolBar">
249   <property name="contextMenuPolicy">
250    <enum>Qt::CustomContextMenu</enum>
251   </property>
252   <property name="movable">
253    <bool>false</bool>
254   </property>
255   <property name="floatable">
256    <bool>false</bool>
257   </property>
258   <attribute name="toolBarArea">
259    <enum>TopToolBarArea</enum>
260   </attribute>
261   <attribute name="toolBarBreak">
262    <bool>false</bool>
263   </attribute>
264   <addaction name="actionNew_File"/>
265   <addaction name="actionOpen_File"/>
266   <addaction name="actionSave_File"/>
267  </widget>
268  <action name="actionLine_Numbers">
269   <property name="checkable">
270    <bool>true</bool>
271   </property>
272   <property name="checked">
273    <bool>true</bool>
274   </property>
275   <property name="text">
276    <string>Show Line Numbers</string>
277   </property>
278  </action>
279  <action name="action_syntax_none">
280   <property name="text">
281    <string>None</string>
282   </property>
283  </action>
284  <action name="actionNew_File">
285   <property name="text">
286    <string>New File</string>
287   </property>
288   <property name="shortcut">
289    <string>Ctrl+N</string>
290   </property>
291   <property name="shortcutContext">
292    <enum>Qt::ApplicationShortcut</enum>
293   </property>
294  </action>
295  <action name="actionOpen_File">
296   <property name="text">
297    <string>Open File</string>
298   </property>
299   <property name="shortcut">
300    <string>Ctrl+O</string>
301   </property>
302   <property name="shortcutContext">
303    <enum>Qt::ApplicationShortcut</enum>
304   </property>
305  </action>
306  <action name="actionSave_File">
307   <property name="text">
308    <string>Save File</string>
309   </property>
310   <property name="shortcut">
311    <string>Ctrl+S</string>
312   </property>
313   <property name="shortcutContext">
314    <enum>Qt::ApplicationShortcut</enum>
315   </property>
316  </action>
317  <action name="actionSave_File_As">
318   <property name="text">
319    <string>Save File As</string>
320   </property>
321  </action>
322  <action name="actionClose">
323   <property name="text">
324    <string>Close</string>
325   </property>
326   <property name="shortcut">
327    <string>Ctrl+Q</string>
328   </property>
329   <property name="shortcutContext">
330    <enum>Qt::ApplicationShortcut</enum>
331   </property>
332  </action>
333  <action name="actionClose_File">
334   <property name="text">
335    <string>Close File</string>
336   </property>
337   <property name="shortcut">
338    <string>Ctrl+W</string>
339   </property>
340   <property name="shortcutContext">
341    <enum>Qt::ApplicationShortcut</enum>
342   </property>
343  </action>
344  <action name="actionCustomize_Colors">
345   <property name="text">
346    <string>Customize Colors</string>
347   </property>
348  </action>
349  <action name="actionWrap_Lines">
350   <property name="checkable">
351    <bool>true</bool>
352   </property>
353   <property name="checked">
354    <bool>true</bool>
355   </property>
356   <property name="text">
357    <string>Wrap Lines</string>
358   </property>
359  </action>
360  <action name="actionFind">
361   <property name="text">
362    <string>Find</string>
363   </property>
364   <property name="shortcut">
365    <string>Ctrl+F</string>
366   </property>
367   <property name="shortcutContext">
368    <enum>Qt::ApplicationShortcut</enum>
369   </property>
370  </action>
371  <action name="actionReplace">
372   <property name="text">
373    <string>Replace</string>
374   </property>
375   <property name="shortcut">
376    <string>Ctrl+R</string>
377   </property>
378   <property name="shortcutContext">
379    <enum>Qt::ApplicationShortcut</enum>
380   </property>
381  </action>
382  <action name="actionShow_Popups">
383   <property name="checkable">
384    <bool>true</bool>
385   </property>
386   <property name="checked">
387    <bool>true</bool>
388   </property>
389   <property name="text">
390    <string>Show Popup Warnings</string>
391   </property>
392   <property name="toolTip">
393    <string>Show warnings about unsaved changes</string>
394   </property>
395   <property name="statusTip">
396    <string>Show warnings about unsaved changes</string>
397   </property>
398  </action>
399  <action name="action_tabsTop">
400   <property name="checkable">
401    <bool>true</bool>
402   </property>
403   <property name="checked">
404    <bool>true</bool>
405   </property>
406   <property name="text">
407    <string>Top</string>
408   </property>
409  </action>
410  <action name="action_tabsBottom">
411   <property name="checkable">
412    <bool>true</bool>
413   </property>
414   <property name="text">
415    <string>Bottom</string>
416   </property>
417  </action>
418  <action name="action_tabsLeft">
419   <property name="checkable">
420    <bool>true</bool>
421   </property>
422   <property name="text">
423    <string>Left</string>
424   </property>
425  </action>
426  <action name="action_tabsRight">
427   <property name="checkable">
428    <bool>true</bool>
429   </property>
430   <property name="text">
431    <string>Right</string>
432   </property>
433  </action>
434  <action name="actionPrint">
435   <property name="text">
436    <string>Print</string>
437   </property>
438   <property name="shortcut">
439    <string>Ctrl+P</string>
440   </property>
441  </action>
442  <action name="actionShow_Toolbar">
443   <property name="checkable">
444    <bool>true</bool>
445   </property>
446   <property name="checked">
447    <bool>true</bool>
448   </property>
449   <property name="text">
450    <string>Show Toolbar</string>
451   </property>
452  </action>
453  <action name="actionEnable_Spellcheck">
454   <property name="checkable">
455    <bool>true</bool>
456   </property>
457   <property name="checked">
458    <bool>true</bool>
459   </property>
460   <property name="enabled">
461    <bool>true</bool>
462   </property>
463   <property name="text">
464    <string>Enable Spellcheck</string>
465   </property>
466   <property name="statusTip">
467    <string>Enable Spellchecking</string>
468   </property>
469  </action>
470  <action name="actionSet_Language">
471   <property name="text">
472    <string>Set Language</string>
473   </property>
474  </action>
475 </widget>
476 <tabstops>
477  <tabstop>line_find</tabstop>
478  <tabstop>line_replace</tabstop>
479  <tabstop>tool_hideReplaceGroup</tabstop>
480 </tabstops>
481 <resources/>
482 <connections/>
483</ui>
484