-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hmi_config.ui.qml
156 lines (139 loc) · 2.65 KB
/
Hmi_config.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
import QtQuick 2.8
import QtQuick.Studio.Components 1.0
import QtQuick.Controls 2.1
Item {
id: hmi_config
width: 1280
height: 720
visible: true
Image {
id: hmi_configAsset
x: 0
y: 0
width: 1280
height: 720
visible: true
source: "assets/hmi_config.png"
Text {
id: text1
x: 1033
y: 683
visible: true
text: qsTr("*HMI Configuration Example")
font.pixelSize: 17
font.family: "Source Sans Pro Light"
}
}
Ui_navigate_3 {
id: ui_navigate_3
x: -26
y: -178
width: 159
height: 1080
visible: true
scale: 0.67
}
Reterm2 {
id: reterm2
x: 128
y: 434
width: 190
height: 246
visible: true
scale: 0.67
}
Database {
id: database
x: 505
y: 434
width: 100
height: 247
visible: true
scale: 0.67
}
Cloud {
id: cloud
x: 753
y: 435
width: 151
height: 240
visible: true
scale: 0.67
}
Reterm_1 {
id: reterm_1
x: 1094
y: 434
width: 190
height: 246
visible: true
scale: 0.67
}
Sensor_2 {
id: sensor_2
x: 1127
y: 133
width: 131
height: 246
visible: true
scale: 0.67
}
Sensor_1 {
id: sensor_1
x: 880
y: 122
width: 176
height: 259
visible: true
scale: 0.67
}
Robot_3 {
id: robot_3
x: 651
y: 116
width: 154
height: 266
visible: true
scale: 0.67
}
Robot_2 {
id: robot_2
x: 412
y: 116
width: 154
height: 266
visible: true
scale: 0.67
}
Robot_1 {
id: robot_1
x: 171
y: 116
width: 154
height: 266
visible: true
scale: 0.67
}
Hmi_title {
id: hmi_title
x: 118
y: 35
width: 249
height: 78
visible: true
scale: 0.67
}
Image {
id: hmi_flow_1
x: -24
y: 250
source: "assets/hmi_flow_1.png"
scale: 0.67
fillMode: Image.PreserveAspectFit
}
}
/*##^##
Designer {
D{i:0;formeditorZoom:1.1;uuid:"db758c043a516da3a6cc8edd0f479654"}
}
##^##*/