added '-t' option to musrgui

This commit is contained in:
nemu
2009-06-25 17:19:01 +00:00
parent c8fc4a95fe
commit 622a1d704d
11 changed files with 93 additions and 26 deletions
+37 -21
View File
@@ -502,25 +502,6 @@
<string>will try to extract information from the summary file (LEM)</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fWriteColumnData_checkBox</cstring>
</property>
<property name="geometry">
<rect>
<x>230</x>
<y>30</y>
<width>150</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Write Column Data</string>
</property>
<property name="toolTip" stdset="0">
<string>will write the output data in column like format, to be read by gnuplot ...</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fWriteDbHeader_checkBox</cstring>
@@ -540,13 +521,32 @@
<string>will add a default header to the DB-file</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fWriteColumnData_checkBox</cstring>
</property>
<property name="geometry">
<rect>
<x>220</x>
<y>30</y>
<width>150</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Write Column Data</string>
</property>
<property name="toolTip" stdset="0">
<string>will write the output data in column like format, to be read by gnuplot ...</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fRecreateDbFile_checkBox</cstring>
</property>
<property name="geometry">
<rect>
<x>230</x>
<x>220</x>
<y>50</y>
<width>150</width>
<height>22</height>
@@ -565,7 +565,7 @@
</property>
<property name="geometry">
<rect>
<x>230</x>
<x>220</x>
<y>70</y>
<width>170</width>
<height>22</height>
@@ -575,6 +575,22 @@
<string>Open Files after Fitting</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fTitleFromData_checkBox</cstring>
</property>
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>160</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Take Data File Title</string>
</property>
</widget>
</widget>
</widget>
<images>
+16
View File
@@ -100,6 +100,22 @@
<string>will generate a ROOT dump file after the fit with the data and the theory</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fTitleFromData_checkBox</cstring>
</property>
<property name="geometry">
<rect>
<x>198</x>
<y>11</y>
<width>140</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>take data file title</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLayoutWidget">