mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-03 18:40:19 -05:00
Move button for saving Execute SQL results to the toolbar
In the Execute SQL tab, move the button for saving the results of a query as either a CSV file or a view from the bottom of the results view to the toolbar at the top. See issue #1122.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
class SqlTextEdit;
|
||||
class SqliteTableModel;
|
||||
class DBBrowserDB;
|
||||
class QMenu;
|
||||
class ExtendedTableWidget;
|
||||
|
||||
namespace Ui {
|
||||
@@ -33,7 +32,6 @@ public:
|
||||
|
||||
public slots:
|
||||
virtual void finishExecution(const QString& result);
|
||||
virtual void enableSaveButton(bool enable);
|
||||
virtual void saveAsCsv();
|
||||
virtual void saveAsView();
|
||||
virtual void reloadSettings();
|
||||
@@ -41,7 +39,6 @@ public slots:
|
||||
private:
|
||||
DBBrowserDB& db;
|
||||
SqliteTableModel* model;
|
||||
QMenu* menuPopupSave;
|
||||
QString sqlFileName;
|
||||
Ui::SqlExecutionArea* ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user