Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Weblet-dex committed Jul 22, 2023
1 parent d9b211f commit 9e5fafa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions atomic_defi_design/Dex/Squeexe/Monitor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Item {
visible: dashboard.fz_page == 1 ? true : false;
enabled: visible

Image {
id: sqx_bg
source: "qrc:///assets/images/dashconcept.png"
anchors.fill: parent
visible: true
}

GradientButton{
x: 20
y: 20
Expand Down
34 changes: 17 additions & 17 deletions atomic_defi_design/Dex/Squeexe/Squeexe.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Item {
id: squeexe
anchors.fill: parent

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

Item{
id: fzdboard
Expand Down Expand Up @@ -76,18 +76,18 @@ Item {
onClicked: dashboard.fz_page = 1;
}

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

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

Monitor{
Expand Down
Binary file added atomic_defi_design/assets/images/dashconcept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e5fafa

Please sign in to comment.