forked from Seeed-Studio/Seeed_Python_ReTerminalQt5Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPage3_navigation_bar.ui.qml
More file actions
76 lines (65 loc) · 1.52 KB
/
Page3_navigation_bar.ui.qml
File metadata and controls
76 lines (65 loc) · 1.52 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
import QtQuick 2.8
Item {
id: ui_navigate_4
width: 159
height: 1080
Image {
id: rectangle_99
x: 0
y: 0
source: "assets/rectangle_99.png"
Image {
id: ui_button_default
x: 45
y: 271
source: "assets/ui_button_default.png"
fillMode: Image.PreserveAspectFit
}
}
Image {
id: icon_setting_6
x: 48
y: 955
source: "assets/icon_setting_6.png"
}
Image {
id: home_icon_7
x: 41
y: 71
source: "assets/home_icon_7.png"
}
Image {
id: bold_rectangle_5
x: 0
y: 397
source: "assets/bold_rectangle_5.png"
}
Image {
id: indicator4
x: 0
y: 397
source: "assets/indicator4.png"
}
Image {
id: hardware_button_click
x: 45
y: 467
source: "assets/hardware_button_click.png"
fillMode: Image.PreserveAspectFit
}
Image {
id: hmi_button_default
x: 35
y: 708
source: "assets/hmi_button_default.png"
fillMode: Image.PreserveAspectFit
}
}
/*##^##
Designer {
D{i:0;formeditorZoom:4;height:1080;width:159}D{i:2;uuid:"6dd64dc4fff02ccaab4a6d453d2e57de"}
D{i:1;uuid:"fbbf42350c170fa658c66eb29da7e594"}D{i:3;uuid:"6dd64dc4fff02ccaab4a6d453d2e57de"}
D{i:4;uuid:"6412fd617ff0159eccd0bb78ba930f60"}D{i:5;uuid:"2d71b6c6324c26eb363c58d09cfc17c6"}
D{i:6;uuid:"7cdc2bd8a14f7448bbc9881e7e596bd8"}
}
##^##*/