2011-09-13 23:54:23 +02:00
|
|
|
SkillFirstWidget < UIWidget
|
|
|
|
margin.top: 2
|
|
|
|
anchors.top: parent.top
|
|
|
|
|
|
|
|
SkillNameLabel < Label
|
2011-11-01 03:35:50 +01:00
|
|
|
font: verdana-11px-monochrome
|
|
|
|
|
2011-09-13 23:54:23 +02:00
|
|
|
margin.top: 2
|
|
|
|
margin.left: 10
|
|
|
|
margin.right: 10
|
|
|
|
anchors.top: prev.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
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
|
|
|
|
margin.top: 2
|
|
|
|
margin.left: 10
|
|
|
|
margin.right: 10
|
|
|
|
anchors.top: prev.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2011-11-01 03:35:50 +01:00
|
|
|
|
2011-09-13 23:54:23 +02:00
|
|
|
SkillPercentPanel < UIWidget
|
|
|
|
color: blue
|
|
|
|
background-color: red
|
|
|
|
height: 4
|
|
|
|
margin.top: 2
|
|
|
|
margin.left: 10
|
|
|
|
margin.right: 10
|
|
|
|
anchors.top: prev.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
|
|
|
|
Window
|
|
|
|
id: skillWindow
|
|
|
|
title: Skills
|
|
|
|
size: 200 200
|
2011-11-01 03:35:50 +01:00
|
|
|
|
2011-09-13 23:54:23 +02:00
|
|
|
Panel
|
|
|
|
id: skillPanel
|
|
|
|
anchors.fill: parent
|
|
|
|
margin.top: 19
|
|
|
|
margin.bottom: 3
|
|
|
|
margin.left: 3
|
|
|
|
margin.right: 3
|