mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 19:51:31 +03:00
Added ability to create CSV data source
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
#include "lrreportdesignwidget.h"
|
||||
#include "lrsqleditdialog.h"
|
||||
#include "lrdatabrowsertree.h"
|
||||
|
||||
namespace LimeReport{
|
||||
|
||||
@@ -105,7 +106,8 @@ private:
|
||||
void changeSubQuery(SQLEditResult result);
|
||||
void addProxy(SQLEditResult result);
|
||||
void changeProxy(SQLEditResult result);
|
||||
|
||||
void addCSV(SQLEditResult result);
|
||||
void changeCSV(SQLEditResult result);
|
||||
|
||||
SQLEditResult::ResultMode currentDatasourceType(const QString& datasourceName);
|
||||
void applyChanges(SQLEditResult result);
|
||||
@@ -115,6 +117,7 @@ private:
|
||||
void changeConnectionDesc(ConnectionDesc *connection);
|
||||
bool checkConnectionDesc(ConnectionDesc *connection);
|
||||
bool containsDefaultConnection();
|
||||
void activateItem(const QString &name, DataBrowserTree::NodeType type);
|
||||
|
||||
private:
|
||||
Ui::DataBrowser* ui;
|
||||
|
Reference in New Issue
Block a user