Skip to content

Commit

Permalink
Update Squeexe.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
Weblet-dex committed Jul 21, 2023
1 parent 44c5402 commit d9b211f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions atomic_defi_design/Dex/Squeexe/Squeexe.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Item {
id: squeexe
anchors.fill: parent

Shortcut {
sequence: "F8"
onActivated: {
sqx_labl.text = sqx_rect.width + " - " + sqx_rect.height
}
}

Item{
id: fzdboard
anchors.fill: parent
Expand Down Expand Up @@ -68,6 +75,19 @@ Item {
radius: 18
onClicked: dashboard.fz_page = 1;
}

Label{
id: sqx_labl
anchors.horizontalCenter: parent.horizontalCenter
y: 360
text: "empty"
}

Rectangle{
id: sqx_rect
anchors.fill: parent
color: 'red'
}
}

Monitor{
Expand Down

0 comments on commit d9b211f

Please sign in to comment.