Skip to content

Commit 45cb8da

Browse files
committed
Associate copy table column menu entry to action.
This is a fix for PR #3051. See issue #3059.
1 parent 7cafb47 commit 45cb8da

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/TableBrowser.ui

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,22 @@
14251425
</hint>
14261426
</hints>
14271427
</connection>
1428+
<connection>
1429+
<sender>actionCopyColumnName</sender>
1430+
<signal>triggered()</signal>
1431+
<receiver>TableBrowser</receiver>
1432+
<slot>copyColumnName()</slot>
1433+
<hints>
1434+
<hint type="sourcelabel">
1435+
<x>-1</x>
1436+
<y>-1</y>
1437+
</hint>
1438+
<hint type="destinationlabel">
1439+
<x>518</x>
1440+
<y>314</y>
1441+
</hint>
1442+
</hints>
1443+
</connection>
14281444
<connection>
14291445
<sender>actionSetAllTablesEncoding</sender>
14301446
<signal>triggered()</signal>

0 commit comments

Comments
 (0)