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:
mgr
2017-11-04 19:53:36 +01:00
parent 9016bf6dc7
commit a03a901051
2 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -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();