mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 02:27:25 -04:00
Added inlineButton for lineEdit and worked on network status progress bar + text
This commit is contained in:
committed by
moneromooo-monero
parent
f9e264ca0a
commit
e62fab767a
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user