forked from Seeed-Studio/Seeed_Python_ReTerminalQt5Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
System_info_block.ui.qml
298 lines (270 loc) · 6.85 KB
/
System_info_block.ui.qml
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
import QtQuick 2.8
Item {
id: touch_panel12
width: 713
height: 1001
property alias cm4104032Text: cm4104032.text
property alias n_aText: n_a.text
property alias gadgetText: gadget.text
property alias gadget1Text: gadget1.text
property alias raspberry_pi_os_marcText: raspberry_pi_os_marc.text
property alias rt02cm4Text: rt02cm4.text
Image {
id: sysinfobox
x: 4
y: 0
source: "assets/sysinfobox.png"
}
Image {
id: wifilogo
x: 57
y: 834
source: "assets/wifilogo.png"
}
Image {
id: ethernetlogo
x: 57
y: 690
source: "assets/ethernetlogo.png"
}
Image {
id: kernallogo
x: 57
y: 547
source: "assets/kernallogo.png"
}
Image {
id: oslogo
x: 57
y: 404
source: "assets/oslogo.png"
}
Image {
id: buildlogo
x: 56
y: 260
source: "assets/buildlogo.png"
}
Image {
id: cm4logo
x: 56
y: 116
source: "assets/cm4logo.png"
}
Text {
id: n_a
x: 168
y: 886
width: 49
height: 35
color: "#6c6c6c"
text: "N/A"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: wi_fi_conection
x: 168
y: 838
width: 278
height: 37
color: "#000000"
text: "Wi-Fi Connection"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: gadget
x: 166
y: 743
width: 172
height: 30
color: "#6c6c6c"
text: "192.168.2.101"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: ethernet_connection
x: 165
y: 699
width: 328
height: 38
color: "#000000"
text: "Ethernet Connection"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: gadget1
x: 168
y: 602
width: 38
height: 30
color: "#6c6c6c"
text: "5.4"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: kernal_version
x: 165
y: 555
width: 229
height: 38
color: "#000000"
text: "Kernal Version"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: raspberry_pi_os_marc
x: 168
y: 459
width: 429
height: 37
color: "#6c6c6c"
text: "Raspberry Pi OS: March. 12th 2021"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: operating_system_ver
x: 167
y: 407
width: 407
height: 46
color: "#000000"
text: "Operating System Version"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: rt02cm4
x: 168
y: 315
width: 119
height: 30
color: "#6c6c6c"
text: "RT02CM4"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: wio_terminal_build_c
x: 168
y: 265
width: 393
height: 38
color: "#000000"
text: "reTerminal Build Code"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: cm4104032
x: 166
y: 175
width: 145
height: 30
color: "#6c6c6c"
text: "CM4104032"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: raspberry_pi_compute
x: 165
y: 128
width: 512
height: 46
color: "#000000"
text: "Raspberry Pi Compute Module 4"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Regular"
}
Text {
id: system_information
x: 41
y: 31
width: 396
height: 53
color: "#000000"
text: "System Information"
font.pixelSize: 32
horizontalAlignment: Text.AlignLeft
font.family: "Source Sans Pro"
font.styleName: "Bold"
}
Image {
id: shortline5
x: 105
y: 794
source: "assets/shortline5.png"
}
Image {
id: shortline4
x: 105
y: 651
source: "assets/shortline4.png"
}
Image {
id: shortline3
x: 105
y: 506
source: "assets/shortline3.png"
}
Image {
id: shortline2
x: 105
y: 363
source: "assets/shortline2.png"
}
Image {
id: shortline1
x: 105
y: 218
source: "assets/shortline1.png"
}
}
/*##^##
Designer {
D{i:0;height:1001;width:713}D{i:1;uuid:"2e351861a3a4148693af0a77848281c3"}D{i:2;uuid:"93f84ce0a1cff87bb91b9031f7ec3d64"}
D{i:3;uuid:"2030782408eefec7597ca13403c6b456"}D{i:4;uuid:"96e7d40674f395d33389098a0adc21ee"}
D{i:5;uuid:"ed598c20c547b891effdd330b7744c88"}D{i:6;uuid:"4616affb9e21b3486baff51003401289"}
D{i:7;uuid:"58aa8986616ea1c8eec68137de6e0039"}D{i:8;uuid:"4b6b1e656b3482aeb34f7e8ee5c591c7"}
D{i:9;uuid:"95554435ae538d97382c7b3a21432abe"}D{i:10;uuid:"fd95570dae5dd67164ad6b69f46eb479"}
D{i:11;uuid:"af332f359ec6e3f6906174fb45b7a0d9"}D{i:12;uuid:"a0a8925941941d69537520327049210f"}
D{i:13;uuid:"53c621c0118b7a040a18d95c5c2f1973"}D{i:14;uuid:"01d8e28e1a4cb86efd823c3189df6b17"}
D{i:15;uuid:"a986d06292f0d12e8b7f0b7ef59731e0"}D{i:16;uuid:"bc845089357dba280ab34a5550713956"}
D{i:17;uuid:"028eec625336f6ec96f466f61d26a574"}D{i:18;uuid:"0a52ba8c844b49dba0133e369691238d"}
D{i:19;uuid:"82c6bfbe7ea8b42b9e60defe1fe29bd4"}D{i:20;uuid:"73e7469685613500103b772ff3cc103b"}
D{i:21;uuid:"74822af68468715e52a0206eb55acefa"}D{i:22;uuid:"f23b57cf78b57c6860538df861aea8b3"}
D{i:23;uuid:"b0e663d19031e004aba6645856d8feb4"}D{i:24;uuid:"6e433cf1f233a5624ede5b8a24dfb10e"}
D{i:25;uuid:"daefed33f4fb56838b15aa9fc599d7dd"}
}
##^##*/