Associate copy table column menu entry to action.

This is a fix for PR #3051.

See issue #3059.
This commit is contained in:
mgrojo
2022-07-08 22:23:46 +02:00
parent bb6f633560
commit 2e39408f09

View File

@@ -1425,6 +1425,22 @@
</hint>
</hints>
</connection>
<connection>
<sender>actionCopyColumnName</sender>
<signal>triggered()</signal>
<receiver>TableBrowser</receiver>
<slot>copyColumnName()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>518</x>
<y>314</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionSetAllTablesEncoding</sender>
<signal>triggered()</signal>