forked from Seeed-Studio/Seeed_Python_ReTerminalQt5Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHMI_reTerminal_block_1.ui.qml
More file actions
58 lines (51 loc) · 1.13 KB
/
HMI_reTerminal_block_1.ui.qml
File metadata and controls
58 lines (51 loc) · 1.13 KB
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
import QtQuick 2.8
Item {
id: reterm2
width: 190
height: 246
Image {
id: reterm2_pic
x: 0
y: 115
source: "assets/reterm2_pic.png"
}
Text {
id: reterm2_text
x: 40
y: 68
width: 91
height: 21
color: "#000000"
text: "reTerminal"
font.pixelSize: 20
horizontalAlignment: Text.AlignLeft
font.styleName: "Regular"
font.family: "Source Sans Pro"
}
Text {
id: circle9_text
x: 79
y: 17
width: 9
height: 20
color: "#3B86FF"
text: "1"
font.pixelSize: 20
horizontalAlignment: Text.AlignLeft
font.styleName: "Regular"
font.family: "Myriad Pro"
}
Image {
id: circle_9
x: 56
y: 0
source: "assets/circle_9.png"
}
}
/*##^##
Designer {
D{i:0;uuid:"ce1762515d0d73fff9e01f38af54ae5d"}D{i:1;uuid:"d42913027de62dcfa423438c08b5a312"}
D{i:2;uuid:"ac3f851fae4b567dc153657ba1f40d57"}D{i:3;uuid:"c281c5778d10e07b3b4a430a43eba4ab"}
D{i:4;uuid:"ab401a96f9f99fd9ac659c3ee64f0a5e"}
}
##^##*/