@@ -114,7 +114,7 @@ void LocalPlayer::action() {
|
|||||||
default: {}
|
default: {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cout << myID << ": " << myAction << endl;
|
||||||
|
|
||||||
myTurn = 0;
|
myTurn = 0;
|
||||||
// cout << "jetzt" << endl;
|
// cout << "jetzt" << endl;
|
||||||
@@ -215,7 +215,7 @@ void LocalPlayer::preflopEngine() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
evaluation(myAction, bet, raise);
|
evaluation(bet, raise);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -331,7 +331,7 @@ void LocalPlayer::flopEngine() {
|
|||||||
|
|
||||||
cout << myID << ": Dude " << myDude4 << "\t Wert " << myOdds << "\t Niveau " << myNiveau[0] << " " << myNiveau[1] << " " << myNiveau[2] << endl;
|
cout << myID << ": Dude " << myDude4 << "\t Wert " << myOdds << "\t Niveau " << myNiveau[0] << " " << myNiveau[1] << " " << myNiveau[2] << endl;
|
||||||
|
|
||||||
evaluation(myAction, bet, raise);
|
evaluation(bet, raise);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -775,7 +775,7 @@ void LocalPlayer::turnEngine() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
evaluation(myAction, bet, raise);
|
evaluation(bet, raise);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -970,7 +970,7 @@ void LocalPlayer::riverEngine() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
evaluation(myAction, bet, raise);
|
evaluation(bet, raise);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -979,7 +979,7 @@ void LocalPlayer::riverEngine() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
void LocalPlayer::evaluation(int myAction, int bet, int raise) {
|
void LocalPlayer::evaluation(int bet, int raise) {
|
||||||
|
|
||||||
int highestSet = 0;
|
int highestSet = 0;
|
||||||
|
|
||||||
@@ -995,6 +995,8 @@ void LocalPlayer::evaluation(int myAction, int bet, int raise) {
|
|||||||
default: cout << "ERROR - wrong init of actualRound" << endl;
|
default: cout << "ERROR - wrong init of actualRound" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cout << "evaluation: " << myAction << " highestSet " << highestSet << " myCash " << myCash << endl;
|
||||||
|
|
||||||
switch(myAction) {
|
switch(myAction) {
|
||||||
// none
|
// none
|
||||||
case 0: {}
|
case 0: {}
|
||||||
@@ -1012,6 +1014,7 @@ void LocalPlayer::evaluation(int myAction, int bet, int raise) {
|
|||||||
mySet += myCash;
|
mySet += myCash;
|
||||||
myCash = 0;
|
myCash = 0;
|
||||||
myAction = 6;
|
myAction = 6;
|
||||||
|
cout << "dfgsdfg" << endl;
|
||||||
}
|
}
|
||||||
// sonst
|
// sonst
|
||||||
else {
|
else {
|
||||||
@@ -1072,6 +1075,7 @@ void LocalPlayer::evaluation(int myAction, int bet, int raise) {
|
|||||||
default: cout << "ERROR - wrong init of actualRound" << endl;
|
default: cout << "ERROR - wrong init of actualRound" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ public:
|
|||||||
|
|
||||||
void readFile();
|
void readFile();
|
||||||
|
|
||||||
void evaluation(int, int, int);
|
void evaluation(int, int);
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
@@ -774,10 +774,10 @@
|
|||||||
<widget class="QLabel" name="textLabel_Status2" >
|
<widget class="QLabel" name="textLabel_Status2" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>24</x>
|
<x>9</x>
|
||||||
<y>29</y>
|
<y>35</y>
|
||||||
<width>72</width>
|
<width>100</width>
|
||||||
<height>53</height>
|
<height>40</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize" >
|
<property name="minimumSize" >
|
||||||
@@ -839,38 +839,6 @@
|
|||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QFrame" name="frame_Cards3" >
|
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>85</x>
|
|
||||||
<y>40</y>
|
|
||||||
<width>118</width>
|
|
||||||
<height>111</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<widget class="QLabel" name="textLabel_Status3" >
|
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>24</x>
|
|
||||||
<y>29</y>
|
|
||||||
<width>72</width>
|
|
||||||
<height>53</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="minimumSize" >
|
|
||||||
<size>
|
|
||||||
<width>0</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text" >
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="alignment" >
|
|
||||||
<set>Qt::AlignCenter</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
|
||||||
<widget class="QFrame" name="frame_4" >
|
<widget class="QFrame" name="frame_4" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
@@ -1083,6 +1051,38 @@
|
|||||||
<pixmap/>
|
<pixmap/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QFrame" name="frame_Cards3" >
|
||||||
|
<property name="geometry" >
|
||||||
|
<rect>
|
||||||
|
<x>85</x>
|
||||||
|
<y>40</y>
|
||||||
|
<width>118</width>
|
||||||
|
<height>111</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<widget class="QLabel" name="textLabel_Status3" >
|
||||||
|
<property name="geometry" >
|
||||||
|
<rect>
|
||||||
|
<x>9</x>
|
||||||
|
<y>35</y>
|
||||||
|
<width>100</width>
|
||||||
|
<height>40</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize" >
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text" >
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="alignment" >
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -1127,10 +1127,10 @@
|
|||||||
<widget class="QLabel" name="textLabel_Status4" >
|
<widget class="QLabel" name="textLabel_Status4" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>24</x>
|
<x>9</x>
|
||||||
<y>29</y>
|
<y>35</y>
|
||||||
<width>72</width>
|
<width>100</width>
|
||||||
<height>53</height>
|
<height>40</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize" >
|
<property name="minimumSize" >
|
||||||
@@ -1403,10 +1403,10 @@
|
|||||||
<widget class="QLabel" name="textLabel_Status5" >
|
<widget class="QLabel" name="textLabel_Status5" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>24</x>
|
<x>9</x>
|
||||||
<y>29</y>
|
<y>35</y>
|
||||||
<width>72</width>
|
<width>100</width>
|
||||||
<height>53</height>
|
<height>40</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize" >
|
<property name="minimumSize" >
|
||||||
@@ -1727,10 +1727,16 @@
|
|||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet" >
|
||||||
|
<string>QTabWidget { background-image: url(:/graphics/resources/graphics/1px.png) }</string>
|
||||||
|
</property>
|
||||||
<property name="currentIndex" >
|
<property name="currentIndex" >
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab_log_2" >
|
<widget class="QWidget" name="tab_log_2" >
|
||||||
|
<property name="styleSheet" >
|
||||||
|
<string>QWidget { background-image: url(:/graphics/resources/graphics/1px.png) }</string>
|
||||||
|
</property>
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
<string>Hands</string>
|
<string>Hands</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@@ -2115,13 +2121,22 @@
|
|||||||
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QFrame" name="frame_Cards0" >
|
||||||
|
<property name="geometry" >
|
||||||
|
<rect>
|
||||||
|
<x>95</x>
|
||||||
|
<y>40</y>
|
||||||
|
<width>118</width>
|
||||||
|
<height>111</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
<widget class="QLabel" name="textLabel_Status0" >
|
<widget class="QLabel" name="textLabel_Status0" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>320</x>
|
<x>9</x>
|
||||||
<y>110</y>
|
<y>35</y>
|
||||||
<width>72</width>
|
<width>100</width>
|
||||||
<height>53</height>
|
<height>40</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize" >
|
<property name="minimumSize" >
|
||||||
@@ -2137,15 +2152,6 @@
|
|||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QFrame" name="frame_Cards0" >
|
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>95</x>
|
|
||||||
<y>40</y>
|
|
||||||
<width>118</width>
|
|
||||||
<height>111</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" name="label_Avatar0" >
|
<widget class="QLabel" name="label_Avatar0" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
@@ -2701,6 +2707,19 @@
|
|||||||
<set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
<set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QLabel" name="label_Avatar1" >
|
||||||
|
<property name="geometry" >
|
||||||
|
<rect>
|
||||||
|
<x>17</x>
|
||||||
|
<y>17</y>
|
||||||
|
<width>50</width>
|
||||||
|
<height>50</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="pixmap" >
|
||||||
|
<pixmap/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
<widget class="QFrame" name="frame_Cards1" >
|
<widget class="QFrame" name="frame_Cards1" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
@@ -2713,10 +2732,10 @@
|
|||||||
<widget class="QLabel" name="textLabel_Status1" >
|
<widget class="QLabel" name="textLabel_Status1" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>24</x>
|
<x>9</x>
|
||||||
<y>29</y>
|
<y>35</y>
|
||||||
<width>72</width>
|
<width>100</width>
|
||||||
<height>53</height>
|
<height>40</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize" >
|
<property name="minimumSize" >
|
||||||
@@ -2733,19 +2752,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" name="label_Avatar1" >
|
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>17</x>
|
|
||||||
<y>17</y>
|
|
||||||
<width>50</width>
|
|
||||||
<height>50</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="pixmap" >
|
|
||||||
<pixmap/>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@@ -3602,38 +3608,6 @@
|
|||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QFrame" name="frame_Cards6" >
|
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>85</x>
|
|
||||||
<y>40</y>
|
|
||||||
<width>118</width>
|
|
||||||
<height>111</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<widget class="QLabel" name="textLabel_Status6" >
|
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>20</x>
|
|
||||||
<y>80</y>
|
|
||||||
<width>72</width>
|
|
||||||
<height>53</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="minimumSize" >
|
|
||||||
<size>
|
|
||||||
<width>0</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text" >
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="alignment" >
|
|
||||||
<set>Qt::AlignCenter</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
|
||||||
<widget class="QFrame" name="frame_16" >
|
<widget class="QFrame" name="frame_16" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
@@ -3846,6 +3820,38 @@
|
|||||||
<pixmap/>
|
<pixmap/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QFrame" name="frame_Cards6" >
|
||||||
|
<property name="geometry" >
|
||||||
|
<rect>
|
||||||
|
<x>85</x>
|
||||||
|
<y>40</y>
|
||||||
|
<width>118</width>
|
||||||
|
<height>111</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<widget class="QLabel" name="textLabel_Status6" >
|
||||||
|
<property name="geometry" >
|
||||||
|
<rect>
|
||||||
|
<x>9</x>
|
||||||
|
<y>35</y>
|
||||||
|
<width>100</width>
|
||||||
|
<height>40</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize" >
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text" >
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="alignment" >
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ const int maxQuantityPlayersConst = 7;
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
mainWindowImpl::mainWindowImpl(QMainWindow *parent)
|
mainWindowImpl::mainWindowImpl(QMainWindow *parent)
|
||||||
: QMainWindow(parent), actualGame(0), actualHand(0), mySession(0), maxQuantityPlayers(maxQuantityPlayersConst), gameSpeed(0), debugMode(1), breakAfterActualHand(FALSE)
|
: QMainWindow(parent), actualGame(0), actualHand(0), mySession(0), maxQuantityPlayers(maxQuantityPlayersConst), gameSpeed(0), debugMode(0), breakAfterActualHand(FALSE)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
@@ -441,7 +441,7 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent)
|
|||||||
cashLabelArray[i]->setFont(tmpFont2);
|
cashLabelArray[i]->setFont(tmpFont2);
|
||||||
}
|
}
|
||||||
|
|
||||||
tmpFont2.setPixelSize(11);
|
tmpFont2.setPixelSize(12);
|
||||||
for (i=0; i<maxQuantityPlayers; i++) {
|
for (i=0; i<maxQuantityPlayers; i++) {
|
||||||
|
|
||||||
setLabelArray[i]->setFont(tmpFont2);
|
setLabelArray[i]->setFont(tmpFont2);
|
||||||
@@ -476,11 +476,8 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// for (i=0; i<maxQuantityPlayers; i++) {
|
//raise actionLable above just inserted mypixmaplabel
|
||||||
//
|
for (i=0; i<maxQuantityPlayers; i++) { actionLabelArray[i]->raise(); }
|
||||||
// // groupBoxArray[i]->setStyleSheet("QGroupBox { border:none }");
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
//ShortCuts
|
//ShortCuts
|
||||||
@@ -832,35 +829,33 @@ void mainWindowImpl::refreshPlayerAvatar() {
|
|||||||
|
|
||||||
void mainWindowImpl::refreshAction() {
|
void mainWindowImpl::refreshAction() {
|
||||||
|
|
||||||
|
QPixmap onePix(":/graphics/resources/graphics/1px.png");
|
||||||
|
QPixmap action;
|
||||||
|
|
||||||
QStringList actionArray;
|
QStringList actionArray;
|
||||||
actionArray << "" << "Fold" << "Check" << "Call" << "Bet" << "Raise" << "All-In";
|
actionArray << "" << "fold" << "check" << "call" << "bet" << "raise" << "allin";
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
for (i=0; i<maxQuantityPlayers; i++) {
|
for (i=0; i<maxQuantityPlayers; i++) {
|
||||||
|
|
||||||
actionLabelArray[i]->setText("<p align='center'>"+actionArray[actualHand->getPlayerArray()[i]->getMyAction()]+"</p>");
|
|
||||||
|
//if no action --> clear Pixmap
|
||||||
|
if(actualHand->getPlayerArray()[i]->getMyAction() == 0) {
|
||||||
|
actionLabelArray[i]->setPixmap(onePix);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
//paint action pixmap and raise
|
||||||
|
actionLabelArray[i]->setPixmap(QPixmap(":/actions/resources/graphics/actions/action_"+actionArray[actualHand->getPlayerArray()[i]->getMyAction()]+".png"));
|
||||||
|
}
|
||||||
|
|
||||||
if (actualHand->getPlayerArray()[i]->getMyAction()==1) {
|
if (actualHand->getPlayerArray()[i]->getMyAction()==1) {
|
||||||
// groupBoxArray[i]->setDisabled(TRUE);
|
// groupBoxArray[i]->setDisabled(TRUE);
|
||||||
QPixmap onePix(":/graphics/resources/graphics/1px.png");
|
|
||||||
if(i != 0) {
|
if(i != 0) {
|
||||||
holeCardsArray[i][0]->setPixmap(onePix, FALSE);
|
holeCardsArray[i][0]->setPixmap(onePix, FALSE);
|
||||||
holeCardsArray[i][1]->setPixmap(onePix, FALSE);
|
holeCardsArray[i][1]->setPixmap(onePix, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// QColor c(199,199,199);
|
|
||||||
// QPalette labelPalette = cashTopLabelArray[i]->palette();
|
|
||||||
// labelPalette.setColor(QPalette::WindowText, c);
|
|
||||||
// cashTopLabelArray[i]->setPalette(labelPalette);
|
|
||||||
// cashTopLabelArray[i]->setAutoFillBackground(FALSE);
|
|
||||||
}
|
}
|
||||||
// else {
|
|
||||||
// QColor c(0,0,0);
|
|
||||||
// QPalette labelPalette = cashTopLabelArray[i]->palette();
|
|
||||||
// labelPalette.setColor(QPalette::WindowText, c);
|
|
||||||
// cashTopLabelArray[i]->setPalette(labelPalette);
|
|
||||||
// cashTopLabelArray[i]->setAutoFillBackground(FALSE);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1588,7 +1583,7 @@ void mainWindowImpl::postRiverRunAnimation3() {
|
|||||||
// QPalette tempPalette = groupBoxArray[i]->palette();
|
// QPalette tempPalette = groupBoxArray[i]->palette();
|
||||||
// tempPalette.setColor(QPalette::Window, highlight);
|
// tempPalette.setColor(QPalette::Window, highlight);
|
||||||
// groupBoxArray[i]->setPalette(tempPalette);
|
// groupBoxArray[i]->setPalette(tempPalette);
|
||||||
actionLabelArray[i]->setText("<p align='center'><b>- Winner -</b></p>");
|
actionLabelArray[i]->setPixmap(QPixmap(":/actions/resources/graphics/actions/action_winner.png"));
|
||||||
|
|
||||||
//nicht gewonnene Karten ausblenden
|
//nicht gewonnene Karten ausblenden
|
||||||
if ( actualHand->getActivePlayersCounter() != 1 && myConfig->readConfigInt("ShowFadeOutCardsAnimation")) {
|
if ( actualHand->getActivePlayersCounter() != 1 && myConfig->readConfigInt("ShowFadeOutCardsAnimation")) {
|
||||||
|
|||||||
@@ -1,4 +1,14 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
|
<qresource prefix="/actions" >
|
||||||
|
<file>resources/graphics/actions/action_allin.png</file>
|
||||||
|
<file>resources/graphics/actions/action_bet.png</file>
|
||||||
|
<file>resources/graphics/actions/action_call.png</file>
|
||||||
|
<file>resources/graphics/actions/action_check.png</file>
|
||||||
|
<file>resources/graphics/actions/action_fold.png</file>
|
||||||
|
<file>resources/graphics/actions/action_raise.png</file>
|
||||||
|
<file>resources/graphics/actions/action_set.png</file>
|
||||||
|
<file>resources/graphics/actions/action_winner.png</file>
|
||||||
|
</qresource>
|
||||||
<qresource prefix="/cards" >
|
<qresource prefix="/cards" >
|
||||||
<file>resources/graphics/cards/0.png</file>
|
<file>resources/graphics/cards/0.png</file>
|
||||||
<file>resources/graphics/cards/1.png</file>
|
<file>resources/graphics/cards/1.png</file>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |