@@ -7,7 +7,7 @@ import QtQuick.Controls 2.15
7
7
import QtQuick.Layouts 1.15
8
8
import "../../controls"
9
9
import "../../components"
10
- import "../settings"
10
+ // import "../settings"
11
11
12
12
Page {
13
13
background: null
@@ -18,19 +18,19 @@ Page {
18
18
interactive: false
19
19
orientation: Qt .Horizontal
20
20
InformationPage {
21
- navRightDetail: NavButton {
22
- iconSource: " image://images/info"
23
- iconHeight: 24
24
- iconWidth: 24
25
- iconColor: Theme .color .neutral0
26
- iconBackground: Rectangle {
27
- radius: 12
28
- color: Theme .color .neutral9
29
- }
30
- onClicked: {
31
- introductions .incrementCurrentIndex ()
32
- }
33
- }
21
+ // navRightDetail: NavButton {
22
+ // iconSource: "image://images/info"
23
+ // iconHeight: 24
24
+ // iconWidth: 24
25
+ // iconColor: Theme.color.neutral0
26
+ // iconBackground: Rectangle {
27
+ // radius: 12
28
+ // color: Theme.color.neutral9
29
+ // }
30
+ // onClicked: {
31
+ // introductions.incrementCurrentIndex()
32
+ // }
33
+ // }
34
34
bannerItem: Image {
35
35
Layout .fillWidth : true
36
36
Layout .alignment : Qt .AlignCenter
@@ -49,14 +49,14 @@ Page {
49
49
subtext: qsTr (" 100% open-source & open-design" )
50
50
buttonText: qsTr (" Start" )
51
51
}
52
- SettingsAbout {
53
- navLeftDetail: NavButton {
54
- iconSource: " image://images/caret-left"
55
- text: qsTr (" Back" )
56
- onClicked: {
57
- introductions .decrementCurrentIndex ()
58
- }
59
- }
60
- }
52
+ // SettingsAbout {
53
+ // navLeftDetail: NavButton {
54
+ // iconSource: "image://images/caret-left"
55
+ // text: qsTr("Back")
56
+ // onClicked: {
57
+ // introductions.decrementCurrentIndex()
58
+ // }
59
+ // }
60
+ // }
61
61
}
62
62
}
0 commit comments