This commit is contained in:
doitux
2007-02-02 13:59:09 +00:00
parent 83d97a878e
commit 21d37b2812
2 changed files with 10 additions and 7 deletions
+4 -1
View File
@@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>485</width>
<height>285</height>
<height>291</height>
</rect>
</property>
<property name="windowTitle" >
@@ -92,6 +92,9 @@ p, li { white-space: pre-wrap; }
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Projectpage: &lt;/span>&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;a href="http://sourceforge.net/projects/pokerth">&lt;span style=" text-decoration: underline; color:#0000ff;">http://sourceforge.net/projects/pokerth&lt;/span>&lt;/a>&lt;/p>
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">IRC: &lt;/span>&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)&lt;/span>&lt;/p>
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Authors: &lt;/span>&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (&lt;a href="mailto:f.hammer@web.de">&lt;span style=" text-decoration: underline; color:#0000ff;">f.hammer@web.de&lt;/span>&lt;/a>)&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (&lt;a href="mailto:f.thauer@web.de">&lt;span style=" text-decoration: underline; color:#0000ff;">f.thauer@web.de&lt;/span>&lt;/a>)&lt;/p>
+6 -6
View File
@@ -1056,7 +1056,7 @@ void mainWindowImpl::myCheck() {
myLog->showPlayerActionLogMsg(actualHand->getPlayerArray()[0]->getMyName(), actualHand->getPlayerArray()[0]->getMyAction(), actualHand->getPlayerArray()[0]->getMySet());
disableMyButtons();
//Spiel läuft weiter
nextPlayerAnimation();
}
@@ -1752,12 +1752,12 @@ void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
if (event->key() == 16777220) { if(spinBox_set->hasFocus()) pushButton_set->click(); } //ENTER
if (event->key() == 16777265) { switchToolBox(); } //F2
if (event->key() == 65) { paintStartSplash();
if (event->key() == 16777249) { pushButton_break->click(); } //CTRL
// if (event->key() == 65) { paintStartSplash();
}
if (event->key() == 66) {
label_logo->hide();
}
// if (event->key() == 66) { label_logo->hide(); }
}