47 lines
883 B
Plaintext
47 lines
883 B
Plaintext
SkillFirstWidget < UIWidget
|
|
margin.top: 2
|
|
anchors.top: parent.top
|
|
|
|
SkillNameLabel < Label
|
|
font: verdana-11px-monochrome
|
|
|
|
margin.top: 2
|
|
margin.left: 10
|
|
margin.right: 10
|
|
anchors.top: prev.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
|
|
SkillLevelLabel < Label
|
|
font: verdana-11px-monochrome
|
|
align: right
|
|
margin.top: 2
|
|
margin.left: 10
|
|
margin.right: 10
|
|
anchors.top: prev.top
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
|
|
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
|
|
|
|
MiniWindow
|
|
id: skillWindow
|
|
title: Skills
|
|
size: 200 185
|
|
|
|
Panel
|
|
id: skillPanel
|
|
anchors.fill: parent
|
|
margin.top: 26
|
|
margin.bottom: 3
|
|
margin.left: 3
|
|
margin.right: 3 |