utf8 windows test

This commit is contained in:
doitux
2009-04-17 23:12:56 +00:00
parent c91c8fd507
commit 3a93336dfa
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ startWindowImpl::startWindowImpl(ConfigFile *c)
this->setStatusBar(0);
centralwidget->setStyleSheet("QWidget { background-image: url(" + myAppDataPath +"gfx/gui/misc/startwindowbg.png); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
centralwidget->setStyleSheet("QWidget { background-image: url(\""+myAppDataPath+"gfx/gui/misc/startwindowbg.png\"); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
pushButtonStart_Local_Game->setStyleSheet("QPushButton { padding-left: 3px; padding-right: 3px; text-align: left; font-weight: bold;}");
pushButtonInternet_Game->setStyleSheet("QPushButton { padding-left: 3px; padding-right: 3px; text-align: left; font-weight: bold;}");