mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* All modules are sandboxed now * All images,sounds,fonts,translations and styles were moved to "data" folder * Reorganize image files folders * Remove unmaintained modules: client_particles, client_shaders * Implement new automatic way to load styles and fonts * Add hide/show offline option in VipList * Add invite/exclude to/from private channel in players menus * Many other minor changes
46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
TopMenuPanel
|
|
id: topMenu
|
|
anchors.top: parent.top
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
|
|
TopMenuButtonsPanel
|
|
id: leftButtonsPanel
|
|
anchors.top: parent.top
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: parent.left
|
|
|
|
TopMenuButtonsPanel
|
|
id: leftGameButtonsPanel
|
|
anchors.top: parent.top
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: prev.right
|
|
visible: false
|
|
|
|
TopMenuFrameCounterLabel
|
|
id: frameCounter
|
|
text-auto-resize: true
|
|
anchors.top: parent.top
|
|
anchors.left: leftGameButtonsPanel.right
|
|
|
|
PingLabel
|
|
color: white
|
|
id: pingLabel
|
|
text-auto-resize: true
|
|
anchors.top: frameCounter.bottom
|
|
anchors.left: frameCounter.left
|
|
|
|
TopMenuButtonsPanel
|
|
id: rightButtonsPanel
|
|
anchors.top: parent.top
|
|
anchors.bottom: parent.bottom
|
|
anchors.right: parent.right
|
|
padding-left: 0
|
|
|
|
TopMenuButtonsPanel
|
|
id: rightGameButtonsPanel
|
|
anchors.top: parent.top
|
|
anchors.bottom: parent.bottom
|
|
anchors.right: prev.left
|
|
visible: false
|