- Use QPlastiqueStyle as a default

This commit is contained in:
Christophe Dumez
2008-12-29 11:31:57 +00:00
parent fe95e90e05
commit b58046b1fc

View File

@@ -85,6 +85,8 @@ void useStyle(QApplication *app, int style){
app->setStyle(new QWindowsXPStyle());
break;
#endif
default:
app->setStyle(new QPlastiqueStyle());
}
}