Ugly workarounds :) for various small bugs in the Edit Cell

Fixes #726, and also a few other small issues at the same time
This commit is contained in:
Justin Clift
2016-08-13 16:34:07 +01:00
parent dbda6871b6
commit 47b1224bc2
3 changed files with 59 additions and 5 deletions

View File

@@ -326,6 +326,22 @@
</hint>
</hints>
</connection>
<connection>
<sender>editorText</sender>
<signal>textChanged()</signal>
<receiver>EditDialog</receiver>
<slot>editTextChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>279</x>
<y>191</y>
</hint>
<hint type="destinationlabel">
<x>339</x>
<y>335</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>importData()</slot>