Fix doc path
[opentx.git] / companion / src / simulation / debugoutput.ui
blob444ef8c4480b710849238ab0d59e8940bf687e0a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DebugOutput</class>
4 <widget class="QWidget" name="DebugOutput">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>555</width>
10 <height>733</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Debug Output</string>
21 </property>
22 <property name="windowIcon">
23 <iconset resource="../companion.qrc">
24 <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
25 </property>
26 <layout class="QGridLayout" name="gridLayout">
27 <property name="leftMargin">
28 <number>7</number>
29 </property>
30 <property name="topMargin">
31 <number>7</number>
32 </property>
33 <property name="rightMargin">
34 <number>7</number>
35 </property>
36 <property name="bottomMargin">
37 <number>7</number>
38 </property>
39 <property name="spacing">
40 <number>6</number>
41 </property>
42 <item row="0" column="0">
43 <widget class="QWidget" name="widget" native="true">
44 <layout class="QHBoxLayout" name="horizontalLayout_2">
45 <property name="spacing">
46 <number>7</number>
47 </property>
48 <property name="leftMargin">
49 <number>0</number>
50 </property>
51 <property name="topMargin">
52 <number>0</number>
53 </property>
54 <property name="rightMargin">
55 <number>0</number>
56 </property>
57 <property name="bottomMargin">
58 <number>0</number>
59 </property>
60 <item>
61 <layout class="QHBoxLayout" name="horizontalLayout">
62 <property name="spacing">
63 <number>2</number>
64 </property>
65 <item>
66 <widget class="QToolButton" name="btnFilter">
67 <property name="toolTip">
68 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable or disable the filter. If the button won't stay enabled, it is likely there is a syntax error in the Regular Expression entered.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
69 </property>
70 <property name="styleSheet">
71 <string notr="true">padding: 0.15em</string>
72 </property>
73 <property name="text">
74 <string>Filter:</string>
75 </property>
76 <property name="iconSize">
77 <size>
78 <width>18</width>
79 <height>18</height>
80 </size>
81 </property>
82 <property name="checkable">
83 <bool>true</bool>
84 </property>
85 <property name="toolButtonStyle">
86 <enum>Qt::ToolButtonTextOnly</enum>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QComboBox" name="filterText">
92 <property name="sizePolicy">
93 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
94 <horstretch>0</horstretch>
95 <verstretch>0</verstretch>
96 </sizepolicy>
97 </property>
98 <property name="minimumSize">
99 <size>
100 <width>100</width>
101 <height>0</height>
102 </size>
103 </property>
104 <property name="toolTip">
105 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter filter text here. Click the help/info button for details about using the filter. &lt;/p&gt;&lt;p&gt;
106 To &lt;b&gt;remove a remembered entry&lt;/b&gt; from the filter list, first choose it, and then press &lt;code&gt;Shift-Delete&lt;/code&gt; (or &lt;code&gt;Shift-Backspace&lt;/code&gt;) key combination.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
107 </property>
108 <property name="editable">
109 <bool>true</bool>
110 </property>
111 <property name="currentText">
112 <string/>
113 </property>
114 <property name="currentIndex">
115 <number>-1</number>
116 </property>
117 <property name="maxCount">
118 <number>50</number>
119 </property>
120 <property name="insertPolicy">
121 <enum>QComboBox::InsertAtTop</enum>
122 </property>
123 <property name="sizeAdjustPolicy">
124 <enum>QComboBox::AdjustToMinimumContentsLength</enum>
125 </property>
126 <property name="minimumContentsLength">
127 <number>1</number>
128 </property>
129 </widget>
130 </item>
131 <item>
132 <widget class="QToolButton" name="btnShowFilterHelp">
133 <property name="text">
134 <string notr="true">H</string>
135 </property>
136 <property name="autoRaise">
137 <bool>true</bool>
138 </property>
139 </widget>
140 </item>
141 </layout>
142 </item>
143 <item>
144 <spacer name="horizontalSpacer">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 <property name="sizeType">
149 <enum>QSizePolicy::Preferred</enum>
150 </property>
151 <property name="sizeHint" stdset="0">
152 <size>
153 <width>10</width>
154 <height>20</height>
155 </size>
156 </property>
157 </spacer>
158 </item>
159 <item>
160 <layout class="QFormLayout" name="formLayout">
161 <item row="0" column="0">
162 <widget class="QLabel" name="label">
163 <property name="text">
164 <string>Buffer:</string>
165 </property>
166 </widget>
167 </item>
168 <item row="0" column="1">
169 <widget class="QSpinBox" name="bufferSize">
170 <property name="sizePolicy">
171 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
172 <horstretch>0</horstretch>
173 <verstretch>0</verstretch>
174 </sizepolicy>
175 </property>
176 <property name="toolTip">
177 <string>Number of lines to keep in display.</string>
178 </property>
179 <property name="suffix">
180 <string/>
181 </property>
182 <property name="minimum">
183 <number>100</number>
184 </property>
185 <property name="maximum">
186 <number>999999</number>
187 </property>
188 <property name="singleStep">
189 <number>100</number>
190 </property>
191 <property name="value">
192 <number>10000</number>
193 </property>
194 </widget>
195 </item>
196 </layout>
197 </item>
198 <item>
199 <widget class="QToolButton" name="btnWordWrap">
200 <property name="text">
201 <string notr="true">WW</string>
202 </property>
203 <property name="iconSize">
204 <size>
205 <width>16</width>
206 <height>16</height>
207 </size>
208 </property>
209 <property name="checkable">
210 <bool>true</bool>
211 </property>
212 <property name="autoRaise">
213 <bool>true</bool>
214 </property>
215 </widget>
216 </item>
217 <item>
218 <widget class="QToolButton" name="btnClearScr">
219 <property name="text">
220 <string notr="true">C</string>
221 </property>
222 <property name="iconSize">
223 <size>
224 <width>16</width>
225 <height>16</height>
226 </size>
227 </property>
228 <property name="autoRaise">
229 <bool>true</bool>
230 </property>
231 </widget>
232 </item>
233 </layout>
234 </widget>
235 </item>
236 <item row="1" column="0">
237 <widget class="QPlainTextEdit" name="console">
238 <property name="sizePolicy">
239 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
240 <horstretch>0</horstretch>
241 <verstretch>0</verstretch>
242 </sizepolicy>
243 </property>
244 <property name="font">
245 <font>
246 <family>Courier New</family>
247 <pointsize>10</pointsize>
248 </font>
249 </property>
250 <property name="verticalScrollBarPolicy">
251 <enum>Qt::ScrollBarAlwaysOn</enum>
252 </property>
253 <property name="undoRedoEnabled">
254 <bool>false</bool>
255 </property>
256 <property name="lineWrapMode">
257 <enum>QPlainTextEdit::NoWrap</enum>
258 </property>
259 <property name="readOnly">
260 <bool>true</bool>
261 </property>
262 <property name="maximumBlockCount">
263 <number>10000</number>
264 </property>
265 </widget>
266 </item>
267 </layout>
268 <action name="actionShowFilterHelp">
269 <property name="icon">
270 <iconset resource="../companion.qrc">
271 <normaloff>:/images/simulator/icons/svg/info.svg</normaloff>:/images/simulator/icons/svg/info.svg</iconset>
272 </property>
273 <property name="text">
274 <string>Filter &amp;Help</string>
275 </property>
276 <property name="toolTip">
277 <string>Show information about using the filter.</string>
278 </property>
279 </action>
280 <action name="actionWordWrap">
281 <property name="checkable">
282 <bool>true</bool>
283 </property>
284 <property name="icon">
285 <iconset resource="../companion.qrc">
286 <normaloff>:/images/simulator/icons/svg/word_wrap.svg</normaloff>:/images/simulator/icons/svg/word_wrap.svg</iconset>
287 </property>
288 <property name="text">
289 <string>Word &amp;Wrap</string>
290 </property>
291 <property name="toolTip">
292 <string>Toggle word wrapping on/off.</string>
293 </property>
294 </action>
295 <action name="actionClearScr">
296 <property name="icon">
297 <iconset resource="../companion.qrc">
298 <normaloff>:/images/simulator/icons/svg/eraser.svg</normaloff>:/images/simulator/icons/svg/eraser.svg</iconset>
299 </property>
300 <property name="text">
301 <string>&amp;Clear</string>
302 </property>
303 <property name="toolTip">
304 <string>Clear the output window of all text.</string>
305 </property>
306 </action>
307 <action name="actionToggleFilter">
308 <property name="checkable">
309 <bool>true</bool>
310 </property>
311 <property name="icon">
312 <iconset resource="../companion.qrc">
313 <normaloff>:/images/simulator/icons/svg/toggle_lock.svg</normaloff>:/images/simulator/icons/svg/toggle_lock.svg</iconset>
314 </property>
315 <property name="text">
316 <string>Enable &amp;Filter</string>
317 </property>
318 <property name="toolTip">
319 <string>Turn the filter on/off.</string>
320 </property>
321 </action>
322 </widget>
323 <resources>
324 <include location="../companion.qrc"/>
325 </resources>
326 <connections/>
327 </ui>