0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Light theme has been added

This commit is contained in:
Arin Alexander
2019-05-26 15:15:06 +03:00
parent 5da4d132e6
commit 70eb749c67
80 changed files with 3038 additions and 129 deletions

View File

@@ -206,6 +206,7 @@ protected:
private:
bool eventFilter(QObject *target, QEvent *event);
void prepareReport();
void initThemeIfExist(const QString& themeName, const QString& path);
private:
ReportEnginePrivateInterface* m_report;
QGraphicsView *m_view;
@@ -228,8 +229,10 @@ private:
bool m_useGrid;
bool m_useMagnet;
bool m_dialogChanged;
bool m_useDarkTheme;
QString m_theme;
QSettings* m_settings;
QMap<QString, QString> m_themes;
QMap<QString, QString> m_localToEng;
};
} // namespace LimeReport