Added inlineButton for lineEdit and worked on network status progress bar + text

This commit is contained in:
Sander Ferdinand
2017-11-21 22:11:41 +01:00
committed by moneromooo-monero
parent f9e264ca0a
commit e62fab767a
8 changed files with 170 additions and 70 deletions

View File

@@ -231,7 +231,7 @@ Rectangle {
width: mainLayout.labelWidth
}
// this LineEdit is for testing purposes
// this LineEdit is for testing purposes
LineEdit {
id: amountLinex
fontSize: mainLayout.lineEditFontSize
@@ -239,46 +239,7 @@ Rectangle {
readOnly: false
width: mainLayout.editWidth
Layout.fillWidth: true
// validator: DoubleValidator {
// bottom: 0.0
// top: 18446744.073709551615
// decimals: 12
// notation: DoubleValidator.StandardNotation
// locale: "C"
// }
Rectangle{
color: "#808080"
border.color: "black"
height: 20
width: 40
radius: 3
anchors.top: parent.top
anchors.right: parent.right
anchors.rightMargin: 8
anchors.topMargin: 8
Text {
id: xee
font.family: Style.fontBold.name
font.pixelSize: 16 * scaleRatio
color: "#FFFFFF"
text: "Send"
anchors.top: parent.top + 2
anchors.left: parent.left + 6
}
}
// IconButton {
// imageSource: "../images/copyToClipboard.png"
// onClicked: {
// if (integratedAddressLine.text.length > 0) {
// clipboard.setText(integratedAddressLine.text)
// appWindow.showStatusMessage(qsTr("Integrated address copied to clipboard"),3)
// }
// }
// }
inlineButtonText: "Testy"
}
}