new widget, UICheckBox

This commit is contained in:
Eduardo Bart
2011-11-15 21:47:32 -02:00
parent 9c986c4c5c
commit 532d7f239f
31 changed files with 449 additions and 133 deletions

View File

@@ -8,7 +8,7 @@ CharacterListLabel < Label
margin.right: 1
margin.top: 1
state.focus:
$focus:
background-color: #ffffff22
color: #ffffff
@@ -55,7 +55,7 @@ MainWindow
anchors.bottom: parent.bottom
margin.bottom: 16
margin.right: 16
onClick: CharacterList.doLogin()
@onClick: CharacterList.doLogin()
Button
id: buttonCancel
@@ -65,4 +65,4 @@ MainWindow
anchors.bottom: parent.bottom
margin.bottom: 16
margin.right: 16
onClick: CharacterList.destroy()
@onClick: CharacterList.destroy()