X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=eonsl%2Fmain.cpp;h=fff91ba5d53d97f5534804aa84c7d9b5ddb37a3e;hb=447380c0224f2725b548d5c3826f880e565b2752;hp=b8fba6fa35e260a3316712446147f5bbc1fd1340;hpb=a82b0a977969cc30aa6e541ae05cba65e8518158;p=eonsl.git 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);