--- a/QTfrontend/main.cpp Thu Sep 10 15:29:28 2009 +0000
+++ b/QTfrontend/main.cpp Thu Sep 10 15:30:11 2009 +0000
@@ -74,7 +74,7 @@
}
app.setStyle(new QPlastiqueStyle);
-
+
QDateTime now = QDateTime::currentDateTime();
QDateTime zero;
srand(now.secsTo(zero));
@@ -212,13 +212,13 @@
"QComboBox::down-arrow {"
"image: url(\":/res/dropdown.png\");"
"}"
-
+
"VertScrArea {"
"background-image: url(\":/res/panelbg.png\");"
"background-position: bottom center;"
"background-repeat: repeat-x;"
"}"
-
+
"IconedGroupBox {"
"border-radius: 16px;"
"padding: 2px;"
@@ -238,7 +238,7 @@
"QCheckBox::indicator:unchecked{"
"image: url(\":/res/unchecked.png\");"
"}"
-
+
".QWidget{"
"background: transparent;"
"}"
@@ -274,7 +274,7 @@
"QToolTip{"
"background-color: #0d0544;"
"}"
-
+
":disabled{"
"color: #a0a0a0;"
"}"
@@ -289,7 +289,7 @@
cfgdir->setPath(cfgdir->homePath());
#ifdef __APPLE__
-
+
if (checkForDir(cfgdir->absolutePath() + "/Library/Application Support/Hedgewars"))
{
checkForDir(cfgdir->absolutePath() + "/Library/Application Support/Hedgewars/Demos");
@@ -340,7 +340,7 @@
mapList = new QStringList(tmpdir.entryList(QStringList("*")));
HWForm *Form = new HWForm();
-
+
Form->show();
return app.exec();