From 7aaf38cc6c46e3ab4d79c13b06a26e53ec458d00 Mon Sep 17 00:00:00 2001 From: dorian Date: Sun, 14 Jul 2019 12:49:05 +0200 Subject: [PATCH] started to test some styling stuff --- blueROCK.pro | 2 +- sources/main.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/blueROCK.pro b/blueROCK.pro index af11718..5477919 100644 --- a/blueROCK.pro +++ b/blueROCK.pro @@ -1,4 +1,4 @@ -QT += quick qml quickcontrols2 purchasing +QT += quick qml quickcontrols2 purchasing widgets CONFIG += c++11 android { diff --git a/sources/main.cpp b/sources/main.cpp index 6afdf77..df5e095 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include "headers/serverconn.h" #include "headers/appsettings.h" @@ -32,6 +33,7 @@ int main(int argc, char *argv[]) QGuiApplication app(argc, argv); + qDebug() << QStyleFactory::keys(); QQuickStyle::setStyle("Material"); QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() << ":/resources/shared/icons"); QIcon::setThemeName("bluerock");