mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
46 lines
798 B
Text
46 lines
798 B
Text
testPingPanel < UIWidget
|
|
size: 50 50
|
|
padding: 3
|
|
focusable: false
|
|
pingImg
|
|
pingFpsLabel
|
|
|
|
|
|
pingImg < UIWidget
|
|
size: 17 17
|
|
anchors.centerIn: parent
|
|
phantom: true
|
|
focusable: false
|
|
|
|
pingFpsLabel < UIWidget
|
|
size: 120 14
|
|
anchors.top: parent.bottom
|
|
anchors.centerIn: parent
|
|
margin-left: 65
|
|
phantom: true
|
|
font: verdana-11px-rounded
|
|
focusable: false
|
|
|
|
|
|
Panel
|
|
anchors.top: parent.top
|
|
anchors.left: parent.left
|
|
height: 60
|
|
width: 150
|
|
margin-top: 35
|
|
Panel
|
|
anchors.top: parent.top
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
height: 20
|
|
layout:
|
|
type: horizontalBox
|
|
|
|
Panel
|
|
anchors.top: prev.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
margin-top: 5
|
|
height: 20
|
|
layout:
|
|
type: horizontalBox
|