parent
7730dd510c
commit
5f631eaa76
23 changed files with 1814 additions and 1657 deletions
|
@ -74,7 +74,7 @@ PageType {
|
|||
visible: fileName.text !== ""
|
||||
|
||||
Image {
|
||||
source: "qrc:/images/controls/file-cog-2.svg"
|
||||
source: "qrc:/images/controls/file-check-2.svg"
|
||||
}
|
||||
|
||||
Header2TextType {
|
||||
|
@ -87,14 +87,6 @@ PageType {
|
|||
}
|
||||
}
|
||||
|
||||
CaptionTextType {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 16
|
||||
|
||||
text: qsTr("Do not use connection codes from untrusted sources, as they may be created to intercept your data.")
|
||||
color: "#878B91"
|
||||
}
|
||||
|
||||
BasicButtonType {
|
||||
Layout.topMargin: 16
|
||||
Layout.leftMargin: -8
|
||||
|
@ -113,6 +105,15 @@ PageType {
|
|||
}
|
||||
}
|
||||
|
||||
WarningType {
|
||||
Layout.topMargin: 16
|
||||
Layout.fillWidth: true
|
||||
|
||||
textString: qsTr("Use connection codes only from sources you trust. Codes from public sources may have been created to intercept your data.")
|
||||
|
||||
iconPath: "qrc:/images/controls/alert-circle.svg"
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.bottomMargin: 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue