File tree 1 file changed +11
-0
lines changed
atomic_defi_design/Dex/Exchange/ProView
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 70
70
transform: scale(${ Math .min (scale_x, scale_y)} );
71
71
transform-origin: top left;
72
72
}
73
+ a { pointer-events: none; }
73
74
</style>
74
75
<script defer src="https://www.livecoinwatch.com/static/lcw-widget.js"></script>
75
76
<div class="livecoinwatch-widget-1" lcw-coin="${ rel_ticker} " lcw-base="${ base_ticker} " lcw-secondary="USDC" lcw-period="w" lcw-color-tx="${ Dex .CurrentTheme .foregroundColor } " lcw-color-pr="#58c7c5" lcw-color-bg="${ Dex .CurrentTheme .comboBoxBackgroundColor } " lcw-border-w="0" lcw-digits="8" ></div>
@@ -226,6 +227,16 @@ Item
226
227
}
227
228
}
228
229
230
+ MouseArea {
231
+ id: chart_mousearea
232
+ anchors .fill : webEngineViewPlaceHolder
233
+ onClicked: {
234
+ if (webEngineView .visible ) {
235
+ Qt .openUrlExternally (" https://www.livecoinwatch.com" )
236
+ }
237
+ }
238
+ }
239
+
229
240
Connections
230
241
{
231
242
target: app
You can’t perform that action at this time.
0 commit comments