<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>352</width> <height>548</height> </rect> </property> <property name="windowTitle"> <string>PyDSF</string> </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <widget class="QWidget" name="centralWidget"> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QGroupBox" name="groupBox_experiment"> <property name="title"> <string>Experimental Setup</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> <property name="flat"> <bool>false</bool> </property> <property name="checkable"> <bool>false</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_instrument"> <property name="text"> <string>Instrument</string> </property> <property name="buddy"> <cstring>comboBox_instrument</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="comboBox_instrument"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <item> <property name="text"> <string>Analytik Jena qTOWER 2.0/2.2</string> </property> </item> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QGroupBox" name="groupBox_data"> <property name="enabled"> <bool>true</bool> </property> <property name="toolTip"> <string><html><head/><body><p>Add data files to the experiment. If multiple files are loaded, they are treated as replicates.</p></body></html></string> </property> <property name="title"> <string>Data File</string> </property> <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0"> <widget class="QListWidget" name="listWidget_data"> <property name="alternatingRowColors"> <bool>true</bool> </property> </widget> </item> <item row="0" column="1"> <widget class="QDialogButtonBox" name="buttonBox_open"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Open</set> </property> <property name="centerButtons"> <bool>false</bool> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QGroupBox" name="groupBox_replicates"> <property name="title"> <string>Replicates</string> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QRadioButton" name="radioButton_rep_files"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Files</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item row="2" column="0"> <widget class="QGroupBox" name="groupBox_temp"> <property name="enabled"> <bool>true</bool> </property> <property name="toolTip"> <string><html><head/><body><p>Temperature range of the data points. Only applies, if the data file does not contain any temperature information.</p></body></html></string> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="title"> <string>Temperature settings</string> </property> <property name="checkable"> <bool>false</bool> </property> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::ExpandingFieldsGrow</enum> </property> <property name="labelAlignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="formAlignment"> <set>Qt::AlignHCenter|Qt::AlignTop</set> </property> <item row="0" column="0"> <widget class="QLabel" name="label_tmin"> <property name="text"> <string><html><head/><body><p>T<span style=" vertical-align:sub;">min</span></p></body></html></string> </property> <property name="buddy"> <cstring>doubleSpinBox_tmin</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBox_tmin"> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> <property name="suffix"> <string> °C</string> </property> <property name="decimals"> <number>1</number> </property> <property name="value"> <double>25.000000000000000</double> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_tmax"> <property name="text"> <string><html><head/><body><p>T<span style=" vertical-align:sub;">max</span></p></body></html></string> </property> <property name="buddy"> <cstring>doubleSpinBox_tmax</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBox_tmax"> <property name="suffix"> <string> °C</string> </property> <property name="decimals"> <number>1</number> </property> <property name="value"> <double>95.000000000000000</double> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_dt"> <property name="text"> <string><html><head/><body><p>&Delta;T</p></body></html></string> </property> <property name="buddy"> <cstring>doubleSpinBox_dt</cstring> </property> </widget> </item> <item row="2" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBox_dt"> <property name="suffix"> <string> °C</string> </property> <property name="decimals"> <number>1</number> </property> <property name="value"> <double>1.000000000000000</double> </property> </widget> </item> </layout> </widget> </item> <item row="2" column="1"> <widget class="QGroupBox" name="groupBox_cutoff"> <property name="enabled"> <bool>true</bool> </property> <property name="toolTip"> <string><html><head/><body><p>Only T<span style=" vertical-align:sub;">m</span> values within this limit are considered valid.</p></body></html></string> </property> <property name="title"> <string>Cutoff</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> <layout class="QFormLayout" name="formLayout_2"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::ExpandingFieldsGrow</enum> </property> <property name="labelAlignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="formAlignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <item row="0" column="0"> <widget class="QLabel" name="label_cutoff_high"> <property name="text"> <string>Upper</string> </property> <property name="buddy"> <cstring>doubleSpinBox_upper</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBox_upper"> <property name="prefix"> <string/> </property> <property name="suffix"> <string> °C</string> </property> <property name="decimals"> <number>1</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_cutoff_low"> <property name="text"> <string>Lower</string> </property> <property name="buddy"> <cstring>doubleSpinBox_lower</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBox_lower"> <property name="suffix"> <string> °C</string> </property> <property name="decimals"> <number>1</number> </property> </widget> </item> </layout> </widget> </item> <item row="3" column="0"> <widget class="QGroupBox" name="groupBox_signal_threshold"> <property name="enabled"> <bool>true</bool> </property> <property name="toolTip"> <string><html><head/><body><p>If the signal exceeds this threshold, the coresponding well is assumed to be denatured.</p></body></html></string> </property> <property name="title"> <string>Signal Threshold</string> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QSpinBox" name="spinBox_signal_threshold"> <property name="maximum"> <number>1000000</number> </property> </widget> </item> </layout> </widget> </item> <item row="3" column="1"> <widget class="QGroupBox" name="groupBox_cbar"> <property name="enabled"> <bool>true</bool> </property> <property name="toolTip"> <string><html><head/><body><p>Defines the range of the colorbar used for the T<span style=" vertical-align:sub;">m</span> heatmap.</p></body></html></string> </property> <property name="title"> <string>Colorbar</string> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> <layout class="QFormLayout" name="formLayout_4"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::ExpandingFieldsGrow</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label_cbar_start"> <property name="text"> <string>Start</string> </property> <property name="buddy"> <cstring>doubleSpinBox_cbar_start</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBox_cbar_start"> <property name="suffix"> <string> °C</string> </property> <property name="decimals"> <number>1</number> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_cbar_end"> <property name="text"> <string>End</string> </property> <property name="buddy"> <cstring>doubleSpinBox_cbar_end</cstring> </property> </widget> </item> <item row="2" column="1"> <widget class="QDoubleSpinBox" name="doubleSpinBox_cbar_end"> <property name="suffix"> <string> °C</string> </property> <property name="decimals"> <number>1</number> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item row="1" column="0"> <widget class="QDialogButtonBox" name="buttonBox_process"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menuBar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>352</width> <height>24</height> </rect> </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <widget class="QMenu" name="menuFile"> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <property name="title"> <string>File</string> </property> <addaction name="actionQuit"/> </widget> <widget class="QMenu" name="menuHelp"> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <property name="title"> <string>Help</string> </property> <addaction name="actionAbout"/> <addaction name="actionAbout_Qt"/> </widget> <addaction name="menuFile"/> <addaction name="menuHelp"/> </widget> <widget class="QStatusBar" name="statusBar"/> <action name="actionQuit"> <property name="text"> <string>Quit</string> </property> </action> <action name="actionAbout"> <property name="text"> <string>About</string> </property> </action> <action name="actionAbout_Qt"> <property name="icon"> <iconset resource="icons.qrc"> <normaloff>:/qtlogo.svg</normaloff>:/qtlogo.svg</iconset> </property> <property name="text"> <string>About Qt</string> </property> </action> </widget> <resources> <include location="icons.qrc"/> </resources> <connections/> </ui>