This commit is contained in:
doitux
2007-01-16 22:48:26 +00:00
parent e31612539b
commit 58e8a92e6a
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -3215,6 +3215,11 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="font" >
<font>
<pointsize>9</pointsize>
</font>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
@@ -3523,6 +3528,11 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="font" >
<font>
<pointsize>9</pointsize>
</font>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
@@ -3831,6 +3841,11 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="font" >
<font>
<pointsize>9</pointsize>
</font>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
+1 -1
View File
@@ -149,7 +149,7 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent, const char *name)
//Schriftart laden //Schriftart laden
cout << "schriftart läd: " << QFontDatabase::addApplicationFont ("src/gui/qt/font.ttf") << endl; cout << "schriftart läd: " << QFontDatabase::addApplicationFont ("src/gui/qt/font.ttf") << endl;
QFont tmpFont("Tuffy"); QFont tmpFont("Tuffy",9);
QApplication::setFont(tmpFont); QApplication::setFont(tmpFont);