rework on chat functionalities

This commit is contained in:
Andre (Notebook)
2012-02-03 02:32:39 -02:00
parent 7bb828faee
commit 84bcdb5f95
4 changed files with 122 additions and 33 deletions

View File

@@ -21,7 +21,6 @@ Panel
anchors.top: parent.top
margin-left: 6
margin-top: 6
enabled: false
ConsoleTabBar
id: consoleTabBar
@@ -38,18 +37,21 @@ Panel
anchors.top: parent.top
margin-right: 5
margin-top: 6
enabled: false
ConsoleButton
id: closeChannelButton
tooltip: Close this channel (Ctrl+E)
icon: /core_styles/icons/closechannel.png
anchors.right: next.left
anchors.top: parent.top
enabled: false
margin-right: 5
margin-top: 6
@onClick: Console.removeCurrentTab()
ConsoleButton
id: channelsButton
tooltip: Open new channel (Ctrl+O)
icon: /core_styles/icons/channels.png
anchors.right: parent.right
anchors.top: parent.top