This commit is contained in:
doitux
2007-01-14 13:38:26 +00:00
parent 34b33a16e7
commit 9a7c60f57b
3 changed files with 235 additions and 11 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ SOURCES += pokerth.cpp \
enginefactory.cpp \
localenginefactory.cpp
RESOURCES = deck.qrc
RESOURCES = src/gui/qt/deck.qrc
TEMPLATE = app
DEPENDPATH += . src uics src/gui src/gui/qt src/engine src/engine/local_engine src/engine/network_engine
INCLUDEPATH += . src uics src/gui src/gui/qt src/engine src/engine/local_engine src/engine/network_engine
+113
View File
@@ -0,0 +1,113 @@
<RCC>
<qresource prefix="/mycards" >
<file>cards/logo1-140x100_neu.png</file>
<file>cards/mycards/0.png</file>
<file>cards/mycards/1.png</file>
<file>cards/mycards/10.png</file>
<file>cards/mycards/11.png</file>
<file>cards/mycards/12.png</file>
<file>cards/mycards/13.png</file>
<file>cards/mycards/14.png</file>
<file>cards/mycards/15.png</file>
<file>cards/mycards/16.png</file>
<file>cards/mycards/17.png</file>
<file>cards/mycards/18.png</file>
<file>cards/mycards/19.png</file>
<file>cards/mycards/2.png</file>
<file>cards/mycards/20.png</file>
<file>cards/mycards/21.png</file>
<file>cards/mycards/22.png</file>
<file>cards/mycards/23.png</file>
<file>cards/mycards/24.png</file>
<file>cards/mycards/25.png</file>
<file>cards/mycards/26.png</file>
<file>cards/mycards/27.png</file>
<file>cards/mycards/28.png</file>
<file>cards/mycards/29.png</file>
<file>cards/mycards/3.png</file>
<file>cards/mycards/30.png</file>
<file>cards/mycards/31.png</file>
<file>cards/mycards/32.png</file>
<file>cards/mycards/33.png</file>
<file>cards/mycards/34.png</file>
<file>cards/mycards/35.png</file>
<file>cards/mycards/36.png</file>
<file>cards/mycards/37.png</file>
<file>cards/mycards/38.png</file>
<file>cards/mycards/39.png</file>
<file>cards/mycards/4.png</file>
<file>cards/mycards/40.png</file>
<file>cards/mycards/41.png</file>
<file>cards/mycards/42.png</file>
<file>cards/mycards/43.png</file>
<file>cards/mycards/44.png</file>
<file>cards/mycards/45.png</file>
<file>cards/mycards/46.png</file>
<file>cards/mycards/47.png</file>
<file>cards/mycards/48.png</file>
<file>cards/mycards/49.png</file>
<file>cards/mycards/5.png</file>
<file>cards/mycards/50.png</file>
<file>cards/mycards/51.png</file>
<file>cards/mycards/6.png</file>
<file>cards/mycards/7.png</file>
<file>cards/mycards/8.png</file>
<file>cards/mycards/9.png</file>
<file>cards/mycards/flipside.png</file>
</qresource>
<qresource prefix="/othercards" >
<file>cards/othercards/0.png</file>
<file>cards/othercards/1.png</file>
<file>cards/othercards/10.png</file>
<file>cards/othercards/11.png</file>
<file>cards/othercards/12.png</file>
<file>cards/othercards/13.png</file>
<file>cards/othercards/14.png</file>
<file>cards/othercards/15.png</file>
<file>cards/othercards/16.png</file>
<file>cards/othercards/17.png</file>
<file>cards/othercards/18.png</file>
<file>cards/othercards/19.png</file>
<file>cards/othercards/2.png</file>
<file>cards/othercards/20.png</file>
<file>cards/othercards/21.png</file>
<file>cards/othercards/22.png</file>
<file>cards/othercards/23.png</file>
<file>cards/othercards/24.png</file>
<file>cards/othercards/25.png</file>
<file>cards/othercards/26.png</file>
<file>cards/othercards/27.png</file>
<file>cards/othercards/28.png</file>
<file>cards/othercards/29.png</file>
<file>cards/othercards/3.png</file>
<file>cards/othercards/30.png</file>
<file>cards/othercards/31.png</file>
<file>cards/othercards/32.png</file>
<file>cards/othercards/33.png</file>
<file>cards/othercards/34.png</file>
<file>cards/othercards/35.png</file>
<file>cards/othercards/36.png</file>
<file>cards/othercards/37.png</file>
<file>cards/othercards/38.png</file>
<file>cards/othercards/39.png</file>
<file>cards/othercards/4.png</file>
<file>cards/othercards/40.png</file>
<file>cards/othercards/41.png</file>
<file>cards/othercards/42.png</file>
<file>cards/othercards/43.png</file>
<file>cards/othercards/44.png</file>
<file>cards/othercards/45.png</file>
<file>cards/othercards/46.png</file>
<file>cards/othercards/47.png</file>
<file>cards/othercards/48.png</file>
<file>cards/othercards/49.png</file>
<file>cards/othercards/5.png</file>
<file>cards/othercards/50.png</file>
<file>cards/othercards/51.png</file>
<file>cards/othercards/6.png</file>
<file>cards/othercards/7.png</file>
<file>cards/othercards/8.png</file>
<file>cards/othercards/9.png</file>
<file>cards/othercards/flipside.png</file>
</qresource>
</RCC>
+121 -10
View File
@@ -569,7 +569,7 @@
<bool>true</bool>
</property>
<property name="pixmap" >
<pixmap resource="deck.qrc" >:/mycards/cards/logo1-140x100_neu.png</pixmap>
<pixmap/>
</property>
</widget>
</item>
@@ -1093,12 +1093,6 @@
</item>
<item row="0" column="1" >
<widget class="QFrame" name="frame_10" >
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>30</height>
</size>
</property>
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>
@@ -1574,6 +1568,49 @@
</property>
<item row="1" column="1" >
<widget class="QSlider" name="horizontalSlider" >
<property name="palette" >
<palette>
<active>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>203</red>
<green>237</green>
<blue>180</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>203</red>
<green>237</green>
<blue>180</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>203</red>
<green>237</green>
<blue>180</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="maximum" >
<number>10</number>
</property>
<property name="sliderPosition" >
<number>5</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
@@ -1596,8 +1633,14 @@
</item>
<item>
<widget class="QLabel" name="label_2" >
<property name="minimumSize" >
<size>
<width>16</width>
<height>0</height>
</size>
</property>
<property name="text" >
<string>1</string>
<string/>
</property>
</widget>
</item>
@@ -1611,6 +1654,43 @@
<height>20</height>
</size>
</property>
<property name="palette" >
<palette>
<active>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>203</red>
<green>237</green>
<blue>180</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>203</red>
<green>237</green>
<blue>180</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>203</red>
<green>237</green>
<blue>180</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="text" >
<string>Stop</string>
</property>
@@ -3901,7 +3981,7 @@
<x>0</x>
<y>0</y>
<width>874</width>
<height>29</height>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuSpiel" >
@@ -3939,8 +4019,39 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>pushButton_raise</tabstop>
<tabstop>pushButton_bet</tabstop>
<tabstop>pushButton_call</tabstop>
<tabstop>pushButton_check</tabstop>
<tabstop>pushButton_fold</tabstop>
<tabstop>pushButton_set</tabstop>
<tabstop>spinBox_set</tabstop>
<tabstop>pushButton_allin</tabstop>
<tabstop>horizontalSlider</tabstop>
<tabstop>pushButton</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>textBrowser_Log</tabstop>
</tabstops>
<resources>
<include location="deck.qrc" />
</resources>
<connections/>
<connections>
<connection>
<sender>horizontalSlider</sender>
<signal>valueChanged(int)</signal>
<receiver>label_2</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel" >
<x>720</x>
<y>619</y>
</hint>
<hint type="destinationlabel" >
<x>699</x>
<y>616</y>
</hint>
</hints>
</connection>
</connections>
</ui>