tibia-client/modules/skills/skills.otui

44 lines
795 B
Plaintext
Raw Normal View History

2011-09-13 23:54:23 +02:00
SkillFirstWidget < UIWidget
2011-11-01 03:35:50 +01:00
2011-11-14 09:46:27 +01:00
SkillButton < UIButton
height: 14
2011-11-14 03:40:18 +01:00
margin.top: 4
2011-09-13 23:54:23 +02:00
margin.left: 10
margin.right: 10
2011-11-14 09:46:27 +01:00
SkillNameLabel < Label
font: verdana-11px-monochrome
2011-09-13 23:54:23 +02:00
anchors.left: parent.left
2011-11-14 09:46:27 +01:00
anchors.top: parent.top
anchors.bottom: parent.bottom
2011-11-01 03:35:50 +01:00
2011-09-13 23:54:23 +02:00
SkillLevelLabel < Label
2011-11-01 03:35:50 +01:00
font: verdana-11px-monochrome
2011-09-13 23:54:23 +02:00
align: right
anchors.right: parent.right
2011-11-14 09:46:27 +01:00
anchors.top: parent.top
anchors.bottom: parent.bottom
2011-11-01 03:35:50 +01:00
2011-11-14 03:40:18 +01:00
SkillPercentPanel < UIProgressBar
color: black
background-color: green
tooltip: test
height: 5
margin.top: 3
2011-09-13 23:54:23 +02:00
margin.left: 10
margin.right: 10
MiniWindow
2011-09-13 23:54:23 +02:00
id: skillWindow
title: Skills
2011-11-14 03:40:18 +01:00
size: 200 220
2011-11-01 03:35:50 +01:00
2011-09-13 23:54:23 +02:00
Panel
id: skillPanel
anchors.fill: parent
margin.top: 26
2011-09-13 23:54:23 +02:00
margin.bottom: 3
margin.left: 3
2011-11-14 03:40:18 +01:00
margin.right: 3
2011-11-14 09:46:27 +01:00
layout: verticalBox