# HG changeset patch # User unc0rr # Date 1225031329 0 # Node ID 60b86d6fe9ae0f292e3b2c564e8b0c7d58b72787 # Parent 6fbfee0e113a690ffe0bef68aaf33956da5d8cac Force plastique style, as others don't fully support stylesheets diff -r 6fbfee0e113a -r 60b86d6fe9ae QTfrontend/main.cpp --- a/QTfrontend/main.cpp Sun Oct 26 13:00:35 2008 +0000 +++ b/QTfrontend/main.cpp Sun Oct 26 14:28:49 2008 +0000 @@ -20,10 +20,7 @@ #include #include #include -#include -#include -#include -#include +#include #include "hwform.h" #include "hwconsts.h" @@ -47,6 +44,8 @@ { QApplication app(argc, argv); + app.setStyle(new QPlastiqueStyle); + QDateTime now = QDateTime::currentDateTime(); QDateTime zero; srand(now.secsTo(zero));