diff options
author | Joshua Drake <joshua.ellis.drake@gmail.com> | 2022-11-22 21:54:31 -0600 |
---|---|---|
committer | Joshua Drake <joshua.ellis.drake@gmail.com> | 2022-11-22 21:54:31 -0600 |
commit | 90fd54c7c549ed6b955e0cd6c242df3327af2418 (patch) | |
tree | 4f88fa5bc35170462c520edf441e1da979aa92b2 /mainwindow.ui | |
parent | 179ed918aed1c9f190ae6846ea4bcccccbeab18f (diff) |
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 4c47a92..94f4b9a 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -908,6 +908,9 @@ color: rgba(0, 0, 0,80);</string> </item> <item row="11" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBoxChosenResistance"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="styleSheet"> <string notr="true">background-color: rgba(255, 255, 255,80); color: rgba(0, 0, 0,80);</string> |