Skip to content

Commit

Permalink
Set 'Fusion' as default application style
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed May 28, 2022
1 parent 480d4e6 commit 60eee5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <QMessageBox>
#include <QtDBus>
#include <QDBusConnectionInterface>
#include <QStyleFactory>

using namespace std;

Expand All @@ -14,6 +15,7 @@ int main(int argc, char *argv[])
int ret = -1;

QApplication a(argc, argv);
a.setStyle(QStyleFactory::create("Fusion"));
QMessageBox msgBox;

QDBusReply<bool> reply;
Expand Down

0 comments on commit 60eee5e

Please sign in to comment.