2022-03-08 09:27:40 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Dialog</class>
|
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-03-22 19:07:59 +00:00
|
|
|
<width>544</width>
|
|
|
|
<height>443</height>
|
2022-03-08 09:27:40 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Read BDS data</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2022-03-22 19:07:59 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="0" rowspan="2">
|
2022-03-08 09:27:40 +00:00
|
|
|
<widget class="QListWidget" name="listWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-22 19:07:59 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>X Axis</string>
|
2022-03-08 09:27:40 +00:00
|
|
|
</property>
|
2022-03-22 19:07:59 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="freq_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>Frequency</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">buttonGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="temp_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>Temperature</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">buttonGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2022-03-08 09:27:40 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-22 19:07:59 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Y Axis</string>
|
2022-03-08 09:27:40 +00:00
|
|
|
</property>
|
2022-03-22 19:07:59 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="eps_checkBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Permittivity ε</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="modul_checkBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modulus 1/ε</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cond_checkBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Conductivity iεω</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="loss_checkBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Loss factor tan(δ)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cap_checkBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Capacity</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="temp_checkBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Meas. temperature</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="time_checkBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Meas. time</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2022-03-08 09:27:40 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-22 19:07:59 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
2022-03-08 09:27:40 +00:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-22 19:07:59 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Found entries</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-08 09:27:40 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2022-03-22 19:07:59 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>freq_button</tabstop>
|
|
|
|
<tabstop>temp_button</tabstop>
|
|
|
|
<tabstop>eps_checkBox</tabstop>
|
|
|
|
<tabstop>modul_checkBox</tabstop>
|
|
|
|
<tabstop>cond_checkBox</tabstop>
|
|
|
|
<tabstop>listWidget</tabstop>
|
|
|
|
</tabstops>
|
2022-03-08 09:27:40 +00:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2022-03-22 19:07:59 +00:00
|
|
|
<x>254</x>
|
|
|
|
<y>411</y>
|
2022-03-08 09:27:40 +00:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2022-03-22 19:07:59 +00:00
|
|
|
<x>322</x>
|
|
|
|
<y>411</y>
|
2022-03-08 09:27:40 +00:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2022-03-22 19:07:59 +00:00
|
|
|
<buttongroups>
|
|
|
|
<buttongroup name="buttonGroup"/>
|
|
|
|
</buttongroups>
|
2022-03-08 09:27:40 +00:00
|
|
|
</ui>
|