mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
new widget, UICheckBox
This commit is contained in:
@@ -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()
|
Reference in New Issue
Block a user