Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL...
[kugel-rb.git] / utils / themeeditor / findreplace / findreplaceform.ui
blobacc055ca88c860342420c8fb343872318aa70012
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FindReplaceForm</class>
4 <widget class="QWidget" name="FindReplaceForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>483</width>
10 <height>288</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <layout class="QVBoxLayout" name="verticalLayout_5">
19 <item>
20 <layout class="QVBoxLayout" name="verticalLayout_2">
21 <item>
22 <layout class="QGridLayout" name="gridLayout_3">
23 <item row="0" column="0">
24 <widget class="QLabel" name="label">
25 <property name="text">
26 <string>&amp;Find:</string>
27 </property>
28 <property name="buddy">
29 <cstring>textToFind</cstring>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="QLineEdit" name="textToFind"/>
35 </item>
36 <item row="1" column="0">
37 <widget class="QLabel" name="replaceLabel">
38 <property name="text">
39 <string>R&amp;eplace with:</string>
40 </property>
41 <property name="buddy">
42 <cstring>textToReplace</cstring>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="1">
47 <widget class="QLineEdit" name="textToReplace"/>
48 </item>
49 </layout>
50 </item>
51 </layout>
52 </item>
53 <item>
54 <widget class="QLabel" name="errorLabel">
55 <property name="text">
56 <string>errorLabel</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <layout class="QHBoxLayout" name="horizontalLayout">
62 <item>
63 <widget class="QGroupBox" name="groupBox">
64 <property name="title">
65 <string>D&amp;irection</string>
66 </property>
67 <layout class="QVBoxLayout" name="verticalLayout_3">
68 <item>
69 <widget class="QRadioButton" name="downRadioButton">
70 <property name="text">
71 <string>&amp;Down</string>
72 </property>
73 <property name="checked">
74 <bool>true</bool>
75 </property>
76 </widget>
77 </item>
78 <item>
79 <widget class="QRadioButton" name="upRadioButton">
80 <property name="text">
81 <string>&amp;Up</string>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 </item>
88 <item>
89 <widget class="QGroupBox" name="groupBox_2">
90 <property name="title">
91 <string>&amp;Options</string>
92 </property>
93 <layout class="QVBoxLayout" name="verticalLayout_4">
94 <item>
95 <widget class="QCheckBox" name="caseCheckBox">
96 <property name="text">
97 <string>&amp;Case sensitive</string>
98 </property>
99 </widget>
100 </item>
101 <item>
102 <widget class="QCheckBox" name="wholeCheckBox">
103 <property name="text">
104 <string>&amp;Whole words only</string>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <widget class="QCheckBox" name="regexCheckBox">
110 <property name="toolTip">
111 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
112 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
113 p, li { white-space: pre-wrap; }
114 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
115 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;whether the text to search should be interpreted as a regular expression.&lt;/p&gt;
116 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
117 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;You may want to take a look at the syntax of regular expressions:&lt;/p&gt;
118 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;http://doc.trolltech.com/qregexp.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://doc.trolltech.com/qregexp.html&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
119 </property>
120 <property name="text">
121 <string>R&amp;egular Expression</string>
122 </property>
123 </widget>
124 </item>
125 </layout>
126 </widget>
127 </item>
128 </layout>
129 </item>
130 </layout>
131 </item>
132 <item row="0" column="1">
133 <layout class="QVBoxLayout" name="verticalLayout">
134 <property name="leftMargin">
135 <number>10</number>
136 </property>
137 <item>
138 <widget class="QPushButton" name="findButton">
139 <property name="enabled">
140 <bool>false</bool>
141 </property>
142 <property name="text">
143 <string>&amp;Find</string>
144 </property>
145 </widget>
146 </item>
147 <item>
148 <widget class="QPushButton" name="closeButton">
149 <property name="text">
150 <string>&amp;Close</string>
151 </property>
152 </widget>
153 </item>
154 <item>
155 <widget class="QPushButton" name="replaceButton">
156 <property name="enabled">
157 <bool>false</bool>
158 </property>
159 <property name="text">
160 <string>&amp;Replace</string>
161 </property>
162 </widget>
163 </item>
164 <item>
165 <widget class="QPushButton" name="replaceAllButton">
166 <property name="enabled">
167 <bool>false</bool>
168 </property>
169 <property name="text">
170 <string>Replace &amp;All</string>
171 </property>
172 </widget>
173 </item>
174 <item>
175 <spacer name="verticalSpacer">
176 <property name="orientation">
177 <enum>Qt::Vertical</enum>
178 </property>
179 <property name="sizeHint" stdset="0">
180 <size>
181 <width>20</width>
182 <height>40</height>
183 </size>
184 </property>
185 </spacer>
186 </item>
187 </layout>
188 </item>
189 </layout>
190 </widget>
191 <tabstops>
192 <tabstop>textToFind</tabstop>
193 <tabstop>textToReplace</tabstop>
194 <tabstop>downRadioButton</tabstop>
195 <tabstop>upRadioButton</tabstop>
196 <tabstop>caseCheckBox</tabstop>
197 <tabstop>wholeCheckBox</tabstop>
198 <tabstop>regexCheckBox</tabstop>
199 <tabstop>findButton</tabstop>
200 <tabstop>closeButton</tabstop>
201 </tabstops>
202 <resources/>
203 <connections/>
204 </ui>