mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-30 00:49:27 -05:00
Copy rows + header to clipboard
A new option in the context menu of the table widget is added for copying to clipboard the content of the selected cells prepended with the appropiate column names. See issue #1058
This commit is contained in:
@@ -31,7 +31,7 @@ signals:
|
||||
void switchTable(bool next); // 'next' parameter is set to true if next table should be selected and to false if previous table should be selected
|
||||
|
||||
private:
|
||||
void copy();
|
||||
void copy(const bool withHeaders = false);
|
||||
void paste();
|
||||
void useAsFilter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user