X-Git-Url: https://ruin.nu/git/?p=eonsl.git;a=blobdiff_plain;f=eonsl%2Fmain.cpp;h=fff91ba5d53d97f5534804aa84c7d9b5ddb37a3e;hp=b8fba6fa35e260a3316712446147f5bbc1fd1340;hb=745f428667e705006e954698093466a878f989c8;hpb=7025e4b3c2b533a68b10d6192370918ed3373de5 diff --git a/eonsl/main.cpp b/eonsl/main.cpp index b8fba6f..fff91ba 100644 --- a/eonsl/main.cpp +++ b/eonsl/main.cpp @@ -18,6 +18,7 @@ #include #include +#include #include "eonsl.h" @@ -25,10 +26,12 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); + QStyle* s = new QPlatinumStyle(); + a.setFont(QFont("helvetica", 12)); /* uncomment the following line, if you want a Windows 95 look*/ // a.setStyle(WindowsStyle); - + a.setStyle(s); EonSL *eonsl=new EonSL(); a.setMainWidget(eonsl);