summaryrefslogtreecommitdiffstats
path: root/src/MainWindowBase.ui
blob: c5e124fa0b2fa62029056eda893737b1ed4b5974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  <author>Thomas_-_S</author>
  <class>MainWindowBase</class>
  <widget class="TQMainWindow">
    <property name="name">
      <cstring>MainWindowBase</cstring>
    </property>
    <property name="geometry">
      <rect>
        <x>0</x>
        <y>0</y>
        <width>949</width>
        <height>633</height>
      </rect>
    </property>
    <property name="caption">
      <string>UniversalIndentGUI (TQt)</string>
    </property>
    <hbox>
      <property name="name">
        <cstring>centralWidget</cstring>
      </property>
      <property name="spacing">
        <number>6</number>
      </property>
      <property name="margin">
        <number>0</number>
      </property>
    </hbox>
  </widget>
  <menubar>
    <property name="name">
        <cstring>menuBar</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>949</width>
            <height>21</height>
        </rect>
    </property>
    <item text="&amp;File" name="menuFile">
      <action name="actionOpenSourceFile"/>
      <action name="actionMenuRecentlyOpenedFiles"/>
      <item text="Recently Opened Files" name="popupMenuRecentlyOpenedFiles">
        <separator/>
        <action name="actionClearRecentlyOpenedList"/>
      </item>
      <action name="actionMenuEncoding"/>
      <item text="Reopen File with other Encoding" name="popupMenuEncoding"/>
      <separator/>
      <action name="actionSaveSourceFile"/>
      <action name="actionSaveSourceFileAs"/>
      <action name="actionMenuSaveEncoded"/>
      <item text="Save Source File As with other Encoding" name="popupMenuSaveEncoded"/>
      <separator/>
      <action name="actionMenuExport"/>
      <item text="Export" name="popupMenuExport">
        <action name="actionExportHTML"/>
        <action name="actionExportPDF"/>
      </item>
      <action name="actionExit" />
    </item>
    <item text="&amp;Indenter" name="menuIndenter">
    </item>
    <item text="&amp;Settings" name="menuSettings">
      <action name="actionLiveIndentPreview"/>
      <action name="actionEnableSyntaxHighlighting"/>
      <action name="actionWhiteSpaceIsVisible"/>
      <action name="actionMenuHighlighter"/>
      <item text="Set Syntax Highlighter" name="popupMenuHighlighter"/>
      <action name="actionIndenterParameterTooltipsEnabled"/>
      <action name="actionLoadLastOpenedFileOnStartup"/>
      <action name="actionShowSettings"/>
    </item>
    <item text="&amp;Help" name="menuHelp">
      <action name="actionShowLog"/>
      <separator/>
      <action name="actionAboutUniversalIndentGUITQt"/>
    </item>
  </menubar>
	<toolbars>
		<toolbar dock="2">
			<property name="name">
				<cstring>toolBar</cstring>
			</property>
			<property name="label">
				<string>Tools</string>
			</property>
			<property name="orientation">
				<enum>TQt::Horizontal</enum>
			</property>
			<property name="sizePolicy">
				<sizepolicy>
					<hsizetype>5</hsizetype>
					<vsizetype>5</vsizetype>
					<horstretch>1</horstretch>
					<verstretch>1</verstretch>
				</sizepolicy>
			</property>
		</toolbar>
	</toolbars>
  <actions>
    <action>
      <property name="name">
        <cstring>actionOpenSourceFile</cstring>
      </property>
      <property name="text">
        <string>Open Source File</string>
      </property>
      <property name="statusTip">
        <string>Opens a dialog for selecting a source code file.</string>
      </property>
      <property name="accel">
        <string>Ctrl+O</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionMenuRecentlyOpenedFiles</cstring>
      </property>
      <property name="text">
        <string>Recently Opened Files</string>
      </property>
      <property name="statusTip">
        <string>Open a recently used file.</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionClearRecentlyOpenedList</cstring>
      </property>
      <property name="text">
        <string>Clear Recently Opened List</string>
      </property>
      <property name="statusTip">
        <string>Clears the list of recently open files.</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionMenuEncoding</cstring>
      </property>
      <property name="text">
        <string>Reopen File with other Encoding</string>
      </property>
      <property name="statusTip">
        <string>Reopen the current file using a specified encoding.</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionSaveSourceFile</cstring>
      </property>
      <property name="text">
        <string>Save Source File</string>
      </property>
      <property name="statusTip">
        <string>Saves the currently shown source code to the last opened or saved source file.</string>
      </property>
      <property name="accel">
        <string>Ctrl+S</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionSaveSourceFileAs</cstring>
      </property>
      <property name="text">
        <string>Save Source File As...</string>
      </property>
      <property name="statusTip">
        <string>Opens a file dialog to save the currently shown source code.</string>
      </property>
      <property name="accel">
        <string>Ctrl+Shift+S</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionMenuSaveEncoded</cstring>
      </property>
      <property name="text">
        <string>Save Source File As with other Encoding</string>
      </property>
      <property name="statusTip">
        <string>Save the current source file using a specified encoding.</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionMenuExport</cstring>
      </property>
      <property name="text">
        <string>Export</string>
      </property>
      <property name="statusTip">
        <string>Export the currently visible source</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionExportHTML</cstring>
      </property>
      <property name="text">
        <string>HTML</string>
      </property>
      <property name="statusTip">
        <string>Export the currently visible source code as HTML document</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionExportPDF</cstring>
      </property>
      <property name="text">
        <string>PDF</string>
      </property>
      <property name="statusTip">
        <string>Export the currently visible source code as PDF document</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionExit</cstring>
      </property>
      <property name="text">
        <string>Exit</string>
      </property>
      <property name="statusTip">
        <string>Quits the UniversalIndentGUI.</string>
      </property>
      <property name="accel">
        <string>Ctrl+Q</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionLiveIndentPreview</cstring>
      </property>
      <property name="toggleAction">
        <bool>true</bool>
      </property>
      <property name="text">
        <string>Live Indent Preview</string>
      </property>
      <property name="accel">
        <string>Ctrl+L</string>
      </property>
      <property name="visible">
        <bool>false</bool>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionEnableSyntaxHighlighting</cstring>
      </property>
      <property name="toggleAction">
        <bool>true</bool>
      </property>
      <property name="on">
        <bool>true</bool>
      </property>
      <property name="text">
        <string>Syntax Highlighting</string>
      </property>
      <property name="statusTip">
        <string>By enabling this, special keywords of the source code are highlighted.</string>
      </property>
      <property name="accel">
        <string>Ctrl+H</string>
      </property>
    </action>
    <action name="">
      <property name="name">
        <cstring>actionWhiteSpaceIsVisible</cstring>
      </property>
      <property name="toggleAction">
        <bool>true</bool>
      </property>
      <property name="text">
        <string>White Space Visible</string>
      </property>
      <property name="toolTip">
        <string>Set white space visible</string>
      </property>
      <property name="statusTip">
        <string>Enables or disables diplaying of white space characters in the editor.</string>
      </property>
      <property name="visible">
        <bool>false</bool>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionMenuHighlighter</cstring>
      </property>
      <property name="text">
        <string>Set Syntax Highlighter</string>
      </property>
      <property name="statusTip">
        <string>Set the syntax highlighter to use</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionIndenterParameterTooltipsEnabled</cstring>
      </property>
      <property name="toggleAction">
        <bool>true</bool>
      </property>
      <property name="on">
        <bool>true</bool>
      </property>
      <property name="text">
        <string>Parameter Tooltips</string>
      </property>
      <property name="statusTip">
        <string>If checked, tooltips will show up if the mouse cursor remains over an indenter parameter for a while.</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionLoadLastOpenedFileOnStartup</cstring>
      </property>
      <property name="toggleAction">
        <bool>true</bool>
      </property>
      <property name="on">
        <bool>true</bool>
      </property>
      <property name="text">
        <string>Auto Open Last File</string>
      </property>
      <property name="toolTip">
        <string>Auto open last source file on startup</string>
      </property>
      <property name="statusTip">
        <string>If selected opens last source code file on startup</string>
      </property>
      <property name="visible">
        <bool>false</bool>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionShowSettings</cstring>
      </property>
      <property name="text">
        <string>Settings</string>
      </property>
      <property name="toolTip">
        <string>Opens the settings dialog</string>
      </property>
      <property name="statusTip">
        <string>Opens the settings dialog, to set language etc.</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionShowLog</cstring>
      </property>
      <property name="text">
        <string>Show Log</string>
      </property>
      <property name="toolTip">
        <string>Displays logging information.</string>
      </property>
      <property name="statusTip">
        <string>Displays logging info about the currently running UiGUI application.</string>
      </property>
    </action>
    <action>
      <property name="name">
        <cstring>actionAboutUniversalIndentGUITQt</cstring>
      </property>
      <property name="text">
        <string>About UniversalIndentGUI TQt</string>
      </property>
      <property name="statusTip">
        <string>Shows info about UniversalIndentGUI TQt.</string>
      </property>
    </action>
  </actions>
  <connections>
    <connection>
      <sender>actionExit</sender>
      <signal>activated()</signal>
      <receiver>MainWindowBase</receiver>
      <slot>close()</slot>
      <hints>
        <hint type="sourcelabel">
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel">
          <x>399</x>
          <y>299</y>
        </hint>
      </hints>
    </connection>
  </connections>
</UI>