some bugfixes

This commit is contained in:
doitux
2007-04-27 20:01:22 +00:00
parent 078cbf79ec
commit ea5d62261c
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
</rect>
</property>
<property name="windowTitle" >
<string>About PokerTH</string>
<string>About PokerTH 0.4</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
@@ -41,7 +41,7 @@
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&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;">PokerTH&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;span style=" font-weight:600;">PokerTH 0.4&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; font-weight:600;">&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker-Engine for the popular "Texas Holdem"-Poker&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Singleplayer-Modus&lt;/p>
+1 -1
View File
@@ -47,7 +47,7 @@ Log::Log(mainWindowImpl* w) : myW(w)
stream << "</head>\n";
stream << "<body>\n";
stream << "<img src='logo.png'>\n";
stream << "<h3><b>Log-File for PokerTH Session started on "+QDate::currentDate().toString("yyyy-MM-dd")+" at "+QTime::currentTime().toString("hh:mm:ss")+"</b></h3>\n";
stream << "<h3><b>Log-File for PokerTH 0.4 Session started on "+QDate::currentDate().toString("yyyy-MM-dd")+" at "+QTime::currentTime().toString("hh:mm:ss")+"</b></h3>\n";
// stream << "</body>\n";
// stream << "</html>\n";
myLogFile->close();
+1 -1
View File
@@ -499,7 +499,7 @@
</palette>
</property>
<property name="windowTitle" >
<string>PokerTH - The Open-Source Texas Holdem Engine</string>
<string>PokerTH 0.4 - The Open-Source Texas Holdem Engine</string>
</property>
<property name="styleSheet" >
<string>QMainWindow { background-image: url(:/guiv2/resources/guiv2/table.png); background-position: bottom center; background-origin: content; }</string>
+1 -1
View File
@@ -10,7 +10,7 @@
</rect>
</property>
<property name="windowTitle" >
<string>PokerTH - Settings</string>
<string>PokerTH 0.4 - Settings</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >