summaryrefslogtreecommitdiffstats
path: root/src/ToolBarWidget.ui
blob: 25663c215bb3c891ad3832b09c3bc8fba1bf51a8 (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
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
	<class>ToolBarWidget</class>
	<widget class="TQWidget">
		<property name="name">
			<cstring>ToolBarWidget</cstring>
		</property>
		<property name="geometry">
			<rect>
				<x>0</x>
				<y>0</y>
				<width>773</width>
				<height>34</height>
			</rect>
		</property>
		<property name="caption">
			<string>Form</string>
		</property>
		<hbox>
			<property name="name">
				<cstring>unnamed</cstring>
			</property>
			<property name="spacing">
				<number>6</number>
			</property>
			<property name="margin">
				<number>0</number>
			</property>
			<widget class="TQPushButton">
				<property name="name">
					<cstring>pbOpenSourceFile</cstring>
				</property>
				<property name="text">
					<string>Open Source File </string>
				</property>
				<property name="toolTip" stdset="0">
					<string>Opens a dialog for selecting a source code file</string>
				</property>
			</widget>
			<widget class="TQCheckBox">
				<property name="name">
					<cstring>cbLivePreview</cstring>
				</property>
				<property name="text">
					<string>Live Indent Preview</string>
				</property>
				<property name="whatsThis" stdset="0">
					<string>Turns the preview of the reformatted source code on and off</string>
				</property>
				<property name="accel">
					<string>Ctrl+L</string>
				</property>
			</widget>
			<widget class="TQCheckBox">
				<property name="name">
					<cstring>cbEnableSyntaxHL</cstring>
				</property>
				<property name="text">
					<string>Syntax Highlight</string>
				</property>
				<property name="whatsThis" stdset="0">
					<string>Enables and disables the highlighting of the source</string>
				</property>
				<property name="accel">
					<string>Ctrl+H</string>
				</property>
				<property name="checked">
					<bool>true</bool>
				</property>
			</widget>
			<spacer>
				<property name="name">
					<cstring>spacer1</cstring>
				</property>
				<property name="orientation">
					<enum>TQt::Horizontal</enum>
				</property>
				<property name="sizeHint" stdset="0">
					<size>
						<width>2000</width>
						<height>20</height>
					</size>
				</property>
				<property name="sizePolicy">
					<sizepolicy>
						<hsizetype>5</hsizetype>
						<vsizetype>5</vsizetype>
						<horstretch>1</horstretch>
						<verstretch>1</verstretch>
					</sizepolicy>
				</property>
			</spacer>
			<widget class="TQPushButton">
				<property name="name">
					<cstring>pbAbout</cstring>
				</property>
				<property name="text">
					<string>About</string>
				</property>
				<property name="toolTip" stdset="0">
					<string>Shows info about UniversalIndentGUI</string>
				</property>
			</widget>
			<widget class="TQPushButton">
				<property name="name">
					<cstring>pbExit</cstring>
				</property>
				<property name="text">
					<string>Exit</string>
				</property>
				<property name="toolTip" stdset="0">
					<string>Quits UniversalIndentGUI</string>
				</property>
			</widget>
		</hbox>
	</widget>
</UI>