Skip to content

Commit

Permalink
UI: disable buttons on start.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Jan 5, 2020
1 parent 204c222 commit 87641c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@
</property>
</widget>
<widget class="QSpinBox" name="sb_li_addr">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>160</x>
Expand All @@ -326,6 +329,9 @@
</property>
</widget>
<widget class="QPushButton" name="b_li_addr_set">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>210</x>
Expand All @@ -339,6 +345,9 @@
</property>
</widget>
<widget class="QPushButton" name="b_info_update">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
Expand Down

0 comments on commit 87641c9

Please sign in to comment.