layoutthreshold was disabled for mythen, changed that

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@223 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2013-08-08 14:30:10 +00:00
parent 113ee269d4
commit f2a77be1b2
2 changed files with 10 additions and 9 deletions

View File

@ -300,7 +300,7 @@
<rect>
<x>20</x>
<y>5</y>
<width>76</width>
<width>77</width>
<height>26</height>
</rect>
</property>
@ -401,9 +401,6 @@
</size>
</property>
</widget>
<zorder>horizontalLayoutWidget_5</zorder>
<zorder>btnSave_2</zorder>
<zorder>btnRecalPedestal_2</zorder>
</widget>
<widget class="QWidget" name="page_9">
<widget class="QWidget" name="horizontalLayoutWidget_10">
@ -861,7 +858,7 @@
<rect>
<x>25</x>
<y>5</y>
<width>76</width>
<width>77</width>
<height>26</height>
</rect>
</property>
@ -964,7 +961,7 @@
</widget>
</widget>
<widget class="QWidget" name="page_8">
<widget class="QWidget" name="horizontalLayoutWidget_9">
<widget class="QWidget" name="horizontalLayoutWidget_11">
<property name="geometry">
<rect>
<x>25</x>
@ -979,13 +976,19 @@
</property>
<item>
<widget class="QCheckBox" name="chkBinary">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Binary</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_19">
<spacer name="horizontalSpacer_29">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>

View File

@ -148,7 +148,6 @@ void qTabPlot::SetupWidgetWindow(){
isOriginallyOneD = true;
chkPedestal->setEnabled(false);
btnRecalPedestal->setEnabled(false);
layoutThreshold->setEnabled(false);
chkPedestal_2->setEnabled(false);
btnRecalPedestal_2->setEnabled(false);
chkBinary->setEnabled(false);
@ -158,7 +157,6 @@ void qTabPlot::SetupWidgetWindow(){
isOriginallyOneD = false;
chkPedestal->setEnabled(false);
btnRecalPedestal->setEnabled(false);
layoutThreshold->setEnabled(false);
chkPedestal_2->setEnabled(false);
btnRecalPedestal_2->setEnabled(false);
chkBinary->setEnabled(false);