This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<RCC>
|
||||
<qresource prefix="/font" >
|
||||
<file>n019003l.afm</file>
|
||||
</qresource>
|
||||
<qresource prefix="/graphics" >
|
||||
<file>cards/dealerbutton.png</file>
|
||||
<file>cards/logo1-140x100_neu.png</file>
|
||||
|
||||
Binary file not shown.
@@ -116,9 +116,9 @@
|
||||
<colorrole role="Base" >
|
||||
<brush brushstyle="SolidPattern" >
|
||||
<color alpha="255" >
|
||||
<red>255</red>
|
||||
<green>255</green>
|
||||
<blue>255</blue>
|
||||
<red>74</red>
|
||||
<green>131</green>
|
||||
<blue>83</blue>
|
||||
</color>
|
||||
</brush>
|
||||
</colorrole>
|
||||
@@ -271,9 +271,9 @@
|
||||
<colorrole role="Base" >
|
||||
<brush brushstyle="SolidPattern" >
|
||||
<color alpha="255" >
|
||||
<red>255</red>
|
||||
<green>255</green>
|
||||
<blue>255</blue>
|
||||
<red>74</red>
|
||||
<green>131</green>
|
||||
<blue>83</blue>
|
||||
</color>
|
||||
</brush>
|
||||
</colorrole>
|
||||
@@ -3123,6 +3123,11 @@
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font" >
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0" >
|
||||
|
||||
@@ -147,6 +147,13 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent, const char *name)
|
||||
inactive.setRgb(83,141,107);
|
||||
highlight.setRgb(151,214,109);
|
||||
|
||||
//Schriftart laden
|
||||
cout << "schriftart läd: " << QFontDatabase::addApplicationFont ("src/gui/qt/font.ttf") << endl;
|
||||
QFont tmpFont("Tuffy");
|
||||
QApplication::setFont(tmpFont);
|
||||
|
||||
|
||||
|
||||
//firstCallNewGame Test init
|
||||
firstCallNewGame = TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user