mirror of
https://github.com/RolandWH/SIPPCompare.git
synced 2025-04-19 16:01:48 +01:00
fix inout validation on first row
This commit is contained in:
parent
a99a6263a8
commit
255fed7ce7
@ -446,6 +446,9 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="add_row_but">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>532</x>
|
||||
|
@ -77,6 +77,7 @@ class PlatformEdit(QWidget):
|
||||
check_box.checkStateChanged.connect(self.check_valid)
|
||||
|
||||
self.first_tier_box.valueChanged.connect(self.check_valid)
|
||||
self.first_tier_fee_box.valueChanged.connect(self.check_valid)
|
||||
self.first_tier_box.valueChanged.connect(self.update_tier_labels)
|
||||
|
||||
# NOTE: Signal defined in UI file to close window when save button clicked
|
||||
|
Loading…
x
Reference in New Issue
Block a user