mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Script editor fixed
This commit is contained in:
@@ -13,6 +13,7 @@ class ReportEnginePrivate;
|
||||
class BaseDesignIntf;
|
||||
class PageDesignIntf;
|
||||
class BandDesignIntf;
|
||||
class DataSourceManager;
|
||||
|
||||
namespace Ui {
|
||||
class ScriptEditor;
|
||||
@@ -36,9 +37,13 @@ public:
|
||||
QString toPlainText();
|
||||
signals:
|
||||
void splitterMoved(int, int);
|
||||
protected:
|
||||
void initEditor(DataSourceManager* dm);
|
||||
|
||||
private slots:
|
||||
void on_twData_doubleClicked(const QModelIndex &index);
|
||||
void on_twScriptEngine_doubleClicked(const QModelIndex &index);
|
||||
void slotOnCurrentChanged(const QModelIndex& to, const QModelIndex&);
|
||||
private:
|
||||
void addItemToCompleater(const QString& pageName, BaseDesignIntf* item, QStringList& dataWords);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user