Added export of data in CSV format.

This commit is contained in:
Eelke Klein 2017-02-05 13:35:41 +01:00
parent df866d7b67
commit 073c62048f
7 changed files with 56 additions and 3 deletions

View file

@ -17,6 +17,7 @@ public:
~TuplesResultWidget();
void setResult(std::shared_ptr<QueryResultModel> res, float ms);
void exportData(const QString &file_name) const;
private:
Ui::TuplesResultWidget *ui;