diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-10-11 02:20:11 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-10-11 02:20:11 +0000 |
commit | d66829b0e683ef38b0455836a5112acd831f6400 (patch) | |
tree | 1dc88becd6477521a25f5301c5acca7671154101 | |
parent | layout (diff) | |
download | gpg4usb-d66829b0e683ef38b0455836a5112acd831f6400.tar.gz gpg4usb-d66829b0e683ef38b0455836a5112acd831f6400.zip |
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
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ */ #include <QApplication> +#include <QCleanlooksStyle> #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); |