forked from Seeed-Studio/Seeed_Python_ReTerminalQt5Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Page5_navigation_bar.ui.qml
74 lines (63 loc) · 1.52 KB
/
Page5_navigation_bar.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
import QtQuick 2.8
Item {
id: ui_navigate_2
width: 160
height: 1080
Image {
id: rectangle_long22
x: 0
y: 0
source: "assets/rectangle_long22.png"
Image {
id: hardware_button_default
x: 45
y: 468
source: "assets/hardware_button_default.png"
fillMode: Image.PreserveAspectFit
}
Image {
id: ui_button_default
x: 45
y: 271
source: "assets/ui_button_default.png"
fillMode: Image.PreserveAspectFit
}
Image {
id: hmi_button_default
x: 35
y: 708
source: "assets/hmi_button_default.png"
fillMode: Image.PreserveAspectFit
}
}
Image {
id: rectangle_bold_1_cop
x: 0
y: 869
source: "assets/rectangle_bold_1_cop.png"
}
Image {
id: rectangle_indicator1
x: 0
y: 869
source: "assets/rectangle_indicator1.png"
}
Image {
id: home_icon_5
x: 41
y: 71
source: "assets/home_icon_5.png"
}
Image {
id: settings_highlighted
x: 46
y: 953
source: "assets/settings_highlighted.png"
}
}
/*##^##
Designer {
D{i:0;height:1080;width:160}D{i:1;uuid:"fbbf42350c170fa658c66eb29da7e594"}D{i:5;uuid:"f8128358fd99e75b39321a142488b6b4"}
D{i:6;uuid:"a14f166787aebb0ea1e0f1422c3b1610"}D{i:7;uuid:"0f51ab2cb62c1aaeb8e80deb1ca71afc"}
}
##^##*/