tibia-client/modules/client_topmenu/topmenu.otui

46 lines
1.0 KiB
Plaintext
Raw Normal View History

2012-08-24 10:18:15 +02:00
TopMenuPanel
2012-01-07 18:36:58 +01:00
id: topMenu
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
TopMenuButtonsPanel
2012-01-07 18:36:58 +01:00
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
2012-08-26 11:10:48 +02:00
TopMenuFrameCounterLabel
2013-02-24 21:26:19 +01:00
id: fpsLabel
2012-06-02 20:58:30 +02:00
text-auto-resize: true
2011-11-12 01:33:03 +01:00
anchors.top: parent.top
anchors.left: leftGameButtonsPanel.right
2013-02-24 21:26:19 +01:00
TopMenuPingLabel
color: white
id: pingLabel
text-auto-resize: true
2013-02-24 21:26:19 +01:00
anchors.top: fpsLabel.bottom
anchors.left: fpsLabel.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