forked from Seeed-Studio/Seeed_Python_ReTerminalQt5Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHMI_reTerminal_block_2.ui.qml
58 lines (51 loc) · 1.13 KB
/
HMI_reTerminal_block_2.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
import QtQuick 2.8
Item {
id: reterm_1
width: 190
height: 246
Image {
id: terminal2_copy
x: 0
y: 115
source: "assets/terminal2_copy.png"
}
Text {
id: reterm_text
x: 54
y: 67
width: 91
height: 21
color: "#000000"
text: "reTerminal"
font.pixelSize: 20
horizontalAlignment: Text.AlignLeft
font.styleName: "Regular"
font.family: "Source Sans Pro"
}
Text {
id: circle6_text
x: 93
y: 16
width: 11
height: 20
color: "#3B86FF"
text: "2"
font.pixelSize: 20
horizontalAlignment: Text.AlignLeft
font.styleName: "Regular"
font.family: "Myriad Pro"
}
Image {
id: circle_6
x: 69
y: 0
source: "assets/circle_6.png"
}
}
/*##^##
Designer {
D{i:0;uuid:"c6c19d391d22dc093a7aa0ca53e32834"}D{i:1;uuid:"2e973df5ab0004dd61581ab19498de90"}
D{i:2;uuid:"26acb45a92989fdd88494c8e4c209777"}D{i:3;uuid:"3a9f667ab799137f2082ef1582798ebd"}
D{i:4;uuid:"f97d8898a30d692971e2722dad4dc344"}
}
##^##*/