some mac hints

This commit is contained in:
doitux
2007-04-30 23:14:30 +00:00
parent a857719dff
commit b9e1df25fc
7 changed files with 515 additions and 81 deletions
+4
View File
@@ -63,7 +63,11 @@ int main( int argc, char **argv )
/////// can be removed for non-qt-guis ////////////
QApplication a( argc, argv );
#ifdef __APPLE__
a.setStyle(new QPlastiqueStyle);
#else
a.setStyle(new QPlastiqueStyle);
#endif
Q_INIT_RESOURCE(resources);
QString locale = QLocale::system().name();