musrfit/src/musrgui/forms/PGetPlotDialogBase.ui

351 lines
10 KiB
XML

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>PGetPlotDialogBase</class>
<widget class="QDialog">
<property name="name">
<cstring>PGetPlotDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>511</width>
<height>312</height>
</rect>
</property>
<property name="caption">
<string>Get Plot</string>
</property>
<property name="icon">
<pixmap>image0</pixmap>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<property name="modal">
<bool>true</bool>
</property>
<widget class="QLabel">
<property name="name">
<cstring>fYRange_textLabel</cstring>
</property>
<property name="geometry">
<rect>
<x>260</x>
<y>43</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>y-Range</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>fXRange_textLabel</cstring>
</property>
<property name="geometry">
<rect>
<x>260</x>
<y>13</y>
<width>100</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Time-/x-Range</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>fType_textLabel</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>13</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Type</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>fRunList_textLabel</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>43</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Run List</string>
</property>
</widget>
<widget class="QComboBox">
<item>
<property name="text">
<string>Single Histo</string>
</property>
</item>
<item>
<property name="text">
<string>Asymmetry</string>
</property>
</item>
<item>
<property name="text">
<string>RRF</string>
</property>
</item>
<item>
<property name="text">
<string>NonMusr</string>
</property>
</item>
<property name="name">
<cstring>fType_comboBox</cstring>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>150</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>fPlot_textEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>490</width>
<height>180</height>
</rect>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>fRunList_lineEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>40</y>
<width>150</width>
<height>24</height>
</rect>
</property>
<property name="toolTip" stdset="0">
<string>msr run list, e.g. 1 3 4</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>fXRangeLow_lineEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>370</x>
<y>10</y>
<width>60</width>
<height>24</height>
</rect>
</property>
<property name="toolTip" stdset="0">
<string>start value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>fXRangeUp_lineEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>440</x>
<y>10</y>
<width>60</width>
<height>24</height>
</rect>
</property>
<property name="toolTip" stdset="0">
<string>end value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>fYRangeLow_lineEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>370</x>
<y>40</y>
<width>60</width>
<height>24</height>
</rect>
</property>
<property name="toolTip" stdset="0">
<string>start value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>fYRangeUp_lineEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>440</x>
<y>40</y>
<width>60</width>
<height>24</height>
</rect>
</property>
<property name="toolTip" stdset="0">
<string>end value</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>290</width>
<height>20</height>
</size>
</property>
<property name="geometry">
<rect>
<x>72</x>
<y>274</y>
<width>290</width>
<height>20</height>
</rect>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>fAdd_pushButton</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>56</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fCancel_button</cstring>
</property>
<property name="geometry">
<rect>
<x>425</x>
<y>270</y>
<width>75</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fOk_button</cstring>
</property>
<property name="geometry">
<rect>
<x>367</x>
<y>270</y>
<width>49</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</widget>
<images>
<image name="image0">
<data format="PNG" length="270">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000d549444154388db594510e84200c44a78653d1f34faf853fd66d2a2aa8fb1222697068cb80d0884cadda7c6e46392c1860c9010da2bd8d4629f1670140a3200869d536ad8a2d63cfc805bc7c338ac766b33eb4c279dadb5be1b72c5ab5c5d2f3028fcda6bff042f40dd2f3f119355477c7708fdd15a3eef8ecf0f2868f847bb733332c1c9d43a344f15e9bca51e25a3cde52493736d3e2d85cb27ff36861d0081ad18b15607b783a785cabb67d4da7bf5e890070f34eb5c245cee2c4cfebc533ca593e211ee2652bdef0bfd7ed4bb1e8f5a947688615932a98c849f587290000000049454e44ae426082</data>
</image>
</images>
<connections>
<connection>
<sender>fOk_button</sender>
<signal>released()</signal>
<receiver>PGetPlotDialogBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>fCancel_button</sender>
<signal>clicked()</signal>
<receiver>PGetPlotDialogBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>fAdd_pushButton</sender>
<signal>clicked()</signal>
<receiver>PGetPlotDialogBase</receiver>
<slot>addPlot()</slot>
</connection>
</connections>
<tabstops>
<tabstop>fType_comboBox</tabstop>
<tabstop>fRunList_lineEdit</tabstop>
<tabstop>fXRangeLow_lineEdit</tabstop>
<tabstop>fXRangeUp_lineEdit</tabstop>
<tabstop>fYRangeLow_lineEdit</tabstop>
<tabstop>fYRangeUp_lineEdit</tabstop>
<tabstop>fAdd_pushButton</tabstop>
<tabstop>fOk_button</tabstop>
<tabstop>fCancel_button</tabstop>
<tabstop>fPlot_textEdit</tabstop>
</tabstops>
<slots>
<slot>addPlot()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>