summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/part/fpgaprogram/layout.ui
blob: f6fd2853582b703246f24299236a2ea907659f74 (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
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
	<class>FPGAProgramBase</class>
	<widget class="TQWidget">
		<property name="name">
			<cstring>FPGAProgramBase</cstring>
		</property>
		<property name="geometry">
			<rect>
				<x>0</x>
				<y>0</y>
				<width>519</width>
				<height>356</height>
			</rect>
		</property>
		<grid>
			<property name="name">
				<cstring>unnamed_grid</cstring>
			</property>
			<widget class="TQGroupBox" row="0" column="0">
				<property name="name">
					<cstring>groupFPGAProgram</cstring>
				</property>
				<property name="title">
					<string>Setup</string>
				</property>
				<grid>
					<property name="name">
						<cstring>unnamed_grid</cstring>
					</property>
					<widget class="TQLabel" row="0" column="0">
						<property name="name">
							<cstring>unnamed_label</cstring>
						</property>
						<property name="text">
							<cstring>Programming File:</cstring>
						</property>
					</widget>
					<widget class="KURLRequester" row="1" column="0">
						<property name="name">
							<cstring>programmingInputFile</cstring>
						</property>
						<property name="mode">
							<number>25</number>
						</property>
						<property name="filter">
							<cstring>*.rom|FPGA ROM Files (*.rom)\n*.bit|Bitstream Files (*.bit)</cstring>
						</property>
					</widget>
					<widget class="TQPushButton" row="1" column="2">
						<property name="name">
							<cstring>programRunButton</cstring>
						</property>
						<property name="text">
							<cstring>Program FPGA</cstring>
						</property>
					</widget>
					<widget class="TQProgressBar" row="2" column="0" colspan="3">
						<property name="name">
							<cstring>programmingProgressBar</cstring>
						</property>
					</widget>
					<widget class="TQLabel" row="3" column="1" colspan="2">
						<property name="name">
							<cstring>programmingStatusLabel</cstring>
						</property>
						<property name="alignment">
							<set>AlignVCenter|AlignRight</set>
						</property>
					</widget>
				</grid>
			</widget>
			<widget class="TQGroupBox" row="1" column="0">
				<property name="name">
					<cstring>groupProgrammingLog</cstring>
				</property>
				<property name="title">
					<string>Log</string>
				</property>
				<grid>
					<widget class="KTextEdit" row="0" column="0" colspan="2">
						<property name="name">
							<cstring>programmingLogBox</cstring>
						</property>
					</widget>
					<widget class="TQPushButton" row="1" column="0">
						<property name="name">
							<cstring>saveProgrammingLogButton</cstring>
						</property>
						<property name="text">
							<cstring>Save</cstring>
						</property>
					</widget>
					<widget class="TQPushButton" row="1" column="1">
						<property name="name">
							<cstring>clearProgrammingLogButton</cstring>
						</property>
						<property name="text">
							<cstring>Clear</cstring>
						</property>
					</widget>
				</grid>
			</widget>
		</grid>
	</widget>
	<includes>
		<include location="local" impldecl="in implementation">FPGAProgramBase.ui.h</include>
	</includes>
	<includes>
		<include location="local" impldecl="in implementation">tracewidget.h</include>
		<include location="local" impldecl="in implementation">floatspinbox.h</include>
		<include location="local" impldecl="in implementation">part.h</include>
	</includes>
	<layoutdefaults spacing="3" margin="6"/>
	<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>