Single-click selection of product.

It was clumsy to first select the product and then click the select
button.
This commit is contained in:
Jim Evins
2016-03-31 22:06:05 -04:00
parent c2aef0b738
commit 9f6697376d
3 changed files with 21 additions and 39 deletions
-26
View File
@@ -164,16 +164,6 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="selectButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Select</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
@@ -255,22 +245,6 @@
</hint>
</hints>
</connection>
<connection>
<sender>selectButton</sender>
<signal>clicked()</signal>
<receiver>SelectProductDialog</receiver>
<slot>onSelectButtonClicked()</slot>
<hints>
<hint type="sourcelabel">
<x>955</x>
<y>648</y>
</hint>
<hint type="destinationlabel">
<x>687</x>
<y>682</y>
</hint>
</hints>
</connection>
<connection>
<sender>pageSizeIsoCheck</sender>
<signal>clicked()</signal>