mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
32 lines
648 B
Text
32 lines
648 B
Text
HighlightWidget < Panel
|
|
id: highlightWidget
|
|
background-color: #AA000099
|
|
focusable: false
|
|
phantom: true
|
|
|
|
Panel
|
|
id: clientUiDebug
|
|
anchors.top: parent.top
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
height: 20
|
|
margin-top: 1
|
|
focusable: false
|
|
|
|
UILabel
|
|
id: clientUiDebugLabel
|
|
color: #FF7777
|
|
background-color: #00000099
|
|
anchors.fill: parent
|
|
text-align: left
|
|
text-auto-resize: false
|
|
padding: 2
|
|
font: verdana-11px-antialised
|
|
|
|
Button
|
|
id: activateButton
|
|
text: Disable
|
|
background-color: #00FF00
|
|
anchors.top: parent.top
|
|
anchors.right: parent.right
|
|
@onClick: activate()
|