Start a search by pressing Enter in the album field as well as the artist field in the album cover search dialog. Fixes issue 2759

This commit is contained in:
David Sansome 2012-03-04 13:57:47 +00:00
parent 5b40338257
commit 2bc616be0b
1 changed files with 25 additions and 9 deletions

View File

@ -44,7 +44,7 @@
</widget>
</item>
<item>
<widget class="BusyIndicator" name="busy"/>
<widget class="BusyIndicator" name="busy" native="true"/>
</item>
</layout>
</item>
@ -112,8 +112,8 @@
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
<x>257</x>
<y>508</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
@ -128,8 +128,8 @@
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
<x>325</x>
<y>508</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
@ -144,12 +144,28 @@
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>347</x>
<y>50</y>
<x>357</x>
<y>35</y>
</hint>
<hint type="destinationlabel">
<x>575</x>
<y>50</y>
<x>812</x>
<y>36</y>
</hint>
</hints>
</connection>
<connection>
<sender>album</sender>
<signal>returnPressed()</signal>
<receiver>search</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>580</x>
<y>22</y>
</hint>
<hint type="destinationlabel">
<x>779</x>
<y>21</y>
</hint>
</hints>
</connection>