Added export of data in CSV format.
This commit is contained in:
parent
df866d7b67
commit
073c62048f
7 changed files with 56 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue