mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Initial commit
This commit is contained in:
@@ -51,6 +51,8 @@ class ReportDesignWindow;
|
||||
class DialogDesignerManager;
|
||||
class DialogDesigner;
|
||||
class TranslationEditor;
|
||||
class ScriptEditor;
|
||||
|
||||
|
||||
class ReportDesignWidget : public QWidget
|
||||
{
|
||||
@@ -190,6 +192,7 @@ private:
|
||||
ReportEnginePrivate* m_report;
|
||||
QGraphicsView *m_view;
|
||||
QTextEdit* m_scriptEditor;
|
||||
ScriptEditor* m_newScriptEditor;
|
||||
TranslationEditor* m_traslationEditor;
|
||||
#ifdef HAVE_QTDESIGNER_INTEGRATION
|
||||
DialogDesignerManager* m_dialogDesignerManager;
|
||||
@@ -205,5 +208,5 @@ private:
|
||||
bool m_dialogChanged;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace LimeReport
|
||||
#endif // LRREPORTDESIGNWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user