2012-01-08 23:32:55 +01:00
|
|
|
ConsoleLabel < UILabel
|
2011-11-04 00:34:32 +01:00
|
|
|
font: verdana-11px-antialised
|
|
|
|
height: 14
|
|
|
|
color: yellow
|
2011-11-03 21:54:53 +01:00
|
|
|
|
2012-01-10 23:13:40 +01:00
|
|
|
SayModeButton < UIButton
|
|
|
|
size: 26 26
|
|
|
|
icon: /core_styles/icons/say.png
|
|
|
|
image-source: /core_styles/images/top_button.png
|
|
|
|
image-color: white
|
|
|
|
image-clip: 0 0 26 26
|
|
|
|
image-border: 3
|
|
|
|
|
|
|
|
$hover:
|
|
|
|
image-source: /core_styles/images/top_button.png
|
|
|
|
clip: 26 0 26 26
|
|
|
|
border: 3
|
|
|
|
|
|
|
|
$pressed:
|
|
|
|
image-source: /core_styles/images/top_button.png
|
|
|
|
image-clip: 52 0 26 26
|
|
|
|
image-border: 3
|
|
|
|
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
|
|
|
|
2011-11-03 21:54:53 +01:00
|
|
|
Panel
|
2012-01-08 23:32:55 +01:00
|
|
|
id: consolePanel
|
2011-11-03 21:54:53 +01:00
|
|
|
anchors.fill: parent
|
|
|
|
|
|
|
|
Panel
|
2012-01-08 23:32:55 +01:00
|
|
|
id: consoleBuffer
|
2011-11-03 21:54:53 +01:00
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2012-01-08 23:32:55 +01:00
|
|
|
anchors.bottom: consoleLineEdit.top
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-right: 6
|
|
|
|
margin-left: 6
|
|
|
|
margin-bottom: 2
|
|
|
|
margin-top: 6
|
2011-11-04 00:34:32 +01:00
|
|
|
layout:
|
|
|
|
type: verticalBox
|
2011-11-17 22:41:02 +01:00
|
|
|
align-bottom: true
|
2011-11-03 21:54:53 +01:00
|
|
|
focusable: false
|
|
|
|
|
2012-01-10 23:13:40 +01:00
|
|
|
SayModeButton
|
|
|
|
id: sayModeButton
|
|
|
|
size: 20 20
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin-left: 6
|
|
|
|
margin-bottom: 6
|
|
|
|
|
2011-11-03 21:54:53 +01:00
|
|
|
LineEdit
|
2012-01-08 23:32:55 +01:00
|
|
|
id: consoleLineEdit
|
2012-01-10 23:13:40 +01:00
|
|
|
anchors.left: sayModeButton.right
|
2011-11-03 21:54:53 +01:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-right: 6
|
|
|
|
margin-left: 6
|
|
|
|
margin-bottom: 6
|
|
|
|
always-active: true
|