2011-11-03 21:54:53 +01:00
|
|
|
ChatLabel < UILabel
|
2011-11-04 00:34:32 +01:00
|
|
|
font: verdana-11px-antialised
|
|
|
|
height: 14
|
|
|
|
|
|
|
|
YellowChatLabel < ChatLabel
|
|
|
|
color: yellow
|
2011-11-03 21:54:53 +01:00
|
|
|
|
|
|
|
Panel
|
|
|
|
id: chatPanel
|
|
|
|
anchors.fill: parent
|
|
|
|
|
|
|
|
Panel
|
|
|
|
id: chatBuffer
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2011-11-04 00:34:32 +01:00
|
|
|
anchors.bottom: chatLineEdit.top
|
2011-11-03 21:54:53 +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
|
|
|
|
align bottom: true
|
2011-11-03 21:54:53 +01:00
|
|
|
focusable: false
|
|
|
|
|
|
|
|
LineEdit
|
|
|
|
id: chatLineEdit
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.right: 6
|
|
|
|
margin.left: 6
|
|
|
|
margin.bottom: 6
|
|
|
|
always focused: true
|