GUI: Library editor - edit argument when user double clicks on it

This commit is contained in:
Daniel Marjamäki 2015-09-06 10:38:01 +02:00
parent ddfc766375
commit 65d246aea2
1 changed files with 16 additions and 0 deletions

View File

@ -314,6 +314,22 @@
</hint>
</hints>
</connection>
<connection>
<sender>arguments</sender>
<signal>itemDoubleClicked(QListWidgetItem*)</signal>
<receiver>LibraryDialog</receiver>
<slot>editArg()</slot>
<hints>
<hint type="sourcelabel">
<x>525</x>
<y>146</y>
</hint>
<hint type="destinationlabel">
<x>545</x>
<y>145</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>selectFunction(int)</slot>