|
@ -94,6 +94,7 @@ Pane { |
|
|
RowLayout { |
|
|
RowLayout { |
|
|
Layout.columnSpan: 4 |
|
|
Layout.columnSpan: 4 |
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
|
|
|
visible: false |
|
|
CheckBox { |
|
|
CheckBox { |
|
|
id: cb_onchain |
|
|
id: cb_onchain |
|
|
text: qsTr('Onchain') |
|
|
text: qsTr('Onchain') |
|
@ -282,15 +283,6 @@ Pane { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
add: Transition { |
|
|
|
|
|
NumberAnimation { properties: 'y'; from: -50; duration: 300 } |
|
|
|
|
|
NumberAnimation { properties: 'opacity'; from: 0; to: 1.0; duration: 700 } |
|
|
|
|
|
} |
|
|
|
|
|
addDisplaced: Transition { |
|
|
|
|
|
NumberAnimation { properties: 'y'; duration: 100 } |
|
|
|
|
|
NumberAnimation { properties: 'opacity'; to: 1.0; duration: 700 * (1-from) } |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
remove: Transition { |
|
|
remove: Transition { |
|
|
NumberAnimation { properties: 'scale'; to: 0; duration: 400 } |
|
|
NumberAnimation { properties: 'scale'; to: 0; duration: 400 } |
|
|
NumberAnimation { properties: 'opacity'; to: 0; duration: 300 } |
|
|
NumberAnimation { properties: 'opacity'; to: 0; duration: 300 } |
|
|