summaryrefslogtreecommitdiffstats
path: root/qt-ui/preferences.ui
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r--qt-ui/preferences.ui26
1 files changed, 26 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui
index df7333837..b02e7f13a 100644
--- a/qt-ui/preferences.ui
+++ b/qt-ui/preferences.ui
@@ -711,6 +711,16 @@
</property>
</widget>
</item>
+ <item>
+ <widget class="QCheckBox" name="calc_ndl_tts">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Calculate NDL/TTS</string>
+ </property>
+ </widget>
+ </item>
</layout>
</item>
<item>
@@ -998,6 +1008,22 @@
</hints>
</connection>
<connection>
+ <sender>calculated_ceiling</sender>
+ <signal>clicked(bool)</signal>
+ <receiver>calc_ndl_tts</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>298</x>
+ <y>327</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>668</x>
+ <y>327</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
<sender>dc_reported_ceiling</sender>
<signal>clicked(bool)</signal>
<receiver>red_ceiling</receiver>