From 745f428667e705006e954698093466a878f989c8 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 28 Dec 2000 05:14:50 +0000 Subject: [PATCH] Just changed the site and description. The style is now changed to platinum style. This is the one I like the most.. --- eonsl/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); -- 2.39.2