pokerth logo in game list bg

This commit is contained in:
doitux
2007-10-30 12:14:42 +00:00
parent 26157027dc
commit 2275a8eca8
5 changed files with 100 additions and 1 deletions
+11 -1
View File
@@ -56,13 +56,16 @@
</widget>
</item>
<item row="0" column="1" >
<widget class="QTreeWidget" name="treeWidget_GameList" >
<widget class="MyGameListTreeWidget" name="treeWidget_GameList" >
<property name="minimumSize" >
<size>
<width>400</width>
<height>0</height>
</size>
</property>
<property name="horizontalScrollBarPolicy" >
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<column>
<property name="text" >
<string>Game</string>
@@ -505,6 +508,13 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>MyGameListTreeWidget</class>
<extends>QTreeWidget</extends>
<header>mygamelisttreewidget.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>treeWidget_GameList</tabstop>
<tabstop>pushButton_CreateGame</tabstop>