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

Dark theme has been added

This commit is contained in:
Arin Alexander
2017-12-11 16:48:00 +03:00
parent 13c6386af6
commit 435074064b
14 changed files with 76 additions and 13 deletions

View File

@@ -199,6 +199,7 @@ protected:
#endif
private:
bool eventFilter(QObject *target, QEvent *event);
void prepareReport();
private:
ReportEnginePrivateInterface* m_report;
QGraphicsView *m_view;
@@ -221,7 +222,7 @@ private:
bool m_useGrid;
bool m_useMagnet;
bool m_dialogChanged;
void prepareReport();
bool m_useDarkTheme;
};
} // namespace LimeReport