nick-autocompletition and scrollable-history encapsulated now in ChatTools

This commit is contained in:
doitux
2007-10-11 21:58:24 +00:00
parent 9663a225d5
commit ea1770ab21
8 changed files with 185 additions and 169 deletions
+1 -8
View File
@@ -454,20 +454,13 @@
<widget class="QTextBrowser" name="textBrowser_ChatDisplay" />
</item>
<item row="1" column="0" >
<widget class="MyChatInputLineEdit" name="lineEdit_ChatInput" />
<widget class="QLineEdit" name="lineEdit_ChatInput" />
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>MyChatInputLineEdit</class>
<extends>QLineEdit</extends>
<header>mychatinputlineedit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>treeWidget_GameList</tabstop>
<tabstop>pushButton_CreateGame</tabstop>