235 lines
6.3 KiB
Plaintext
235 lines
6.3 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>fitparameter_save_dialog</class>
|
||
|
<widget class="QDialog" name="fitparameter_save_dialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>578</width>
|
||
|
<height>537</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Save parameter</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="1" colspan="6">
|
||
|
<widget class="QLineEdit" name="save_path_line"/>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QToolButton" name="save_path_button">
|
||
|
<property name="text">
|
||
|
<string>Save path...</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="6">
|
||
|
<widget class="QLineEdit" name="comment_line">
|
||
|
<property name="text">
|
||
|
<string>#</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="3">
|
||
|
<widget class="QSpinBox" name="prec_spinbox">
|
||
|
<property name="value">
|
||
|
<number>8</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0" colspan="7">
|
||
|
<widget class="Line" name="line_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QLabel" name="label_5">
|
||
|
<property name="text">
|
||
|
<string>Columns</string>
|
||
|
</property>
|
||
|
<property name="buddy">
|
||
|
<cstring>col_line</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1" colspan="6">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="col_line">
|
||
|
<property name="placeholderText">
|
||
|
<string>e.g. x; 1000/x; mean(T_1,beta); {beta/beta_1}; M_0*x</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="usage_button">
|
||
|
<property name="text">
|
||
|
<string>Usage?</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="5" column="1" colspan="6">
|
||
|
<widget class="QTextEdit" name="header_edit">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="placeholderText">
|
||
|
<string>Header ends always with column description. Additional header lines are commented automatically</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="2">
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="text">
|
||
|
<string>Precision</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0" colspan="7">
|
||
|
<widget class="Line" name="line">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="1">
|
||
|
<widget class="QLineEdit" name="missing_value_line">
|
||
|
<property name="text">
|
||
|
<string>1e308</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="4">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>Comment</string>
|
||
|
</property>
|
||
|
<property name="buddy">
|
||
|
<cstring>comment_line</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0" colspan="7">
|
||
|
<widget class="QTableWidget" name="tableWidget">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="editTriggers">
|
||
|
<set>QAbstractItemView::NoEditTriggers</set>
|
||
|
</property>
|
||
|
<property name="dragDropMode">
|
||
|
<enum>QAbstractItemView::DragOnly</enum>
|
||
|
</property>
|
||
|
<property name="alternatingRowColors">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="selectionBehavior">
|
||
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
</property>
|
||
|
<property name="columnCount">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<attribute name="horizontalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderStretchLastSection">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="7" column="0" colspan="7">
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="toolTip">
|
||
|
<string>Number of significant digits.</string>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Missing values</string>
|
||
|
</property>
|
||
|
<property name="buddy">
|
||
|
<cstring>missing_value_line</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="0">
|
||
|
<widget class="QCheckBox" name="header_checkBox">
|
||
|
<property name="text">
|
||
|
<string>Header</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<tabstops>
|
||
|
<tabstop>save_path_button</tabstop>
|
||
|
<tabstop>save_path_line</tabstop>
|
||
|
<tabstop>tableWidget</tabstop>
|
||
|
<tabstop>header_edit</tabstop>
|
||
|
<tabstop>missing_value_line</tabstop>
|
||
|
<tabstop>comment_line</tabstop>
|
||
|
</tabstops>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>accepted()</signal>
|
||
|
<receiver>fitparameter_save_dialog</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>248</x>
|
||
|
<y>254</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>157</x>
|
||
|
<y>274</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>rejected()</signal>
|
||
|
<receiver>fitparameter_save_dialog</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>316</x>
|
||
|
<y>260</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>286</x>
|
||
|
<y>274</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|