-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathReterminalblock.ui.qml
More file actions
50 lines (44 loc) · 1.01 KB
/
Reterminalblock.ui.qml
File metadata and controls
50 lines (44 loc) · 1.01 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
import QtQuick 2.8
Item {
id: reterminalblock
width: 960
height: 524
Image {
id: reterninalobj
x: 2
y: 3
source: "assets/reterninalobj.png"
}
Text {
id: seeed_technology
x: 310
y: 258
width: 307
height: 50
color: "#FFFFFF"
text: "Seeed Technology"
font.pixelSize: 40
horizontalAlignment: Text.AlignLeft
font.styleName: "Regular"
font.family: "Source Sans Pro"
}
Text {
id: reterminal
x: 230
y: 167
width: 378
height: 84
color: "#FFFFFF"
text: "reTerminal"
font.pixelSize: 80
horizontalAlignment: Text.AlignLeft
font.styleName: "Bold"
font.family: "Source Sans Pro"
}
}
/*##^##
Designer {
D{i:0;formeditorZoom:1.1;height:524;width:960}D{i:1;uuid:"5976da68ca9a738409add10c3e6c2ecc"}
D{i:2;uuid:"8237c78be12f7a66d46ad425eea98fcd"}D{i:3;uuid:"01b24e06b57fe0a785abbb8b614e2096"}
}
##^##*/