From d66829b0e683ef38b0455836a5112acd831f6400 Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 11 Oct 2013 02:20:11 +0000 Subject: cleanlooks style for default, guess this is static build default anyway git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1050 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index f1eb84e..a03e9f8 100644 --- a/main.cpp +++ b/main.cpp @@ -20,6 +20,7 @@ */ #include +#include #include "mainwindow.h" #include "gpgconstants.h" @@ -38,6 +39,7 @@ int main(int argc, char *argv[]) app.setApplicationVersion("0.4.0-alpha"); app.setApplicationName("gpg4usb"); + app.setStyle("cleanlooks"); // dont show icons in menus app.setAttribute(Qt::AA_DontShowIconsInMenus); -- cgit v1.2.3