MattyNotes
mattystylesheeteditor.h
Go to the documentation of this file.
1 #ifndef MATTYSTYLESHEETEDITOR_H
2 #define MATTYSTYLESHEETEDITOR_H
3 
4 #ifdef _MSC_VER
5 #pragma once
6 #endif // _MSC_VER
7 
8 #include <QString>
9 #include <QFile>
10 #include <QApplication>
11 
13 };
14 
16 {
17 public:
19 
20  static bool setTheme(const QString & ThemeName);
21  static bool setTheme(DefaultTheme ThemeName);
22  static bool reloadCssFromQss();
23  static bool composeStylesAndMoveFromDbToQss();
24  static bool createQssFile(const QString& UserCssIncm);
25 
27 
28 private:
29  static QString CurrentTheme;
30 
31 };
32 
33 #endif // MATTYSTYLESHEETEDITOR_H
static bool composeStylesAndMoveFromDbToQss()
Definition: mattystylesheeteditor.cpp:72
static QString CurrentTheme
Definition: mattystylesheeteditor.h:29
Definition: mattystylesheeteditor.h:12
Definition: mattystylesheeteditor.h:12
Definition: mattystylesheeteditor.h:12
static bool setTheme(const QString &ThemeName)
Definition: mattystylesheeteditor.cpp:11
static bool reloadCssFromQss()
Definition: mattystylesheeteditor.cpp:67
~MattyStyleSheetEditor()
Definition: mattystylesheeteditor.cpp:92
static bool createQssFile(const QString &UserCssIncm)
Definition: mattystylesheeteditor.cpp:86
Definition: mattystylesheeteditor.h:15
MattyStyleSheetEditor()
Definition: mattystylesheeteditor.cpp:7
DefaultTheme
Definition: mattystylesheeteditor.h:12