2013-10-16 19:05:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CSVImportDialog</class>
|
|
|
|
<widget class="QDialog" name="CSVImportDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2013-11-21 22:48:38 +00:00
|
|
|
<x>200</x>
|
2013-10-16 19:05:19 +00:00
|
|
|
<y>240</y>
|
2013-11-21 22:48:38 +00:00
|
|
|
<width>171</width>
|
2013-10-16 19:05:19 +00:00
|
|
|
<height>32</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2013-11-21 22:48:38 +00:00
|
|
|
<x>20</x>
|
2013-10-16 19:05:19 +00:00
|
|
|
<y>10</y>
|
2013-11-21 22:48:38 +00:00
|
|
|
<width>351</width>
|
2013-10-16 19:05:19 +00:00
|
|
|
<height>71</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Import File (CSV)</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QLineEdit" name="CSVFile">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>291</width>
|
|
|
|
<height>29</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="CSVFileSelector">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>300</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>25</width>
|
|
|
|
<height>27</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>200</x>
|
|
|
|
<y>80</y>
|
|
|
|
<width>121</width>
|
|
|
|
<height>61</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Field Separator</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QComboBox" name="CSVSeparator">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>111</width>
|
|
|
|
<height>29</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2013-11-21 22:48:38 +00:00
|
|
|
<x>20</x>
|
2013-10-16 19:05:19 +00:00
|
|
|
<y>80</y>
|
2013-11-21 22:48:38 +00:00
|
|
|
<width>171</width>
|
|
|
|
<height>221</height>
|
2013-10-16 19:05:19 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Field Configuration</string>
|
|
|
|
</property>
|
2013-11-21 22:48:37 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="CSVTime">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Time</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="CSVDepth">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Depth</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="CSVTemperature">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="temperatureCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Temp</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-11-21 22:48:40 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QSpinBox" name="CSVpo2">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="po2CheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Po2</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-11-21 22:48:41 +00:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QSpinBox" name="CSVcns">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QCheckBox" name="cnsCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cns</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-11-21 22:48:42 +00:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QSpinBox" name="CSVstopdepth">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QCheckBox" name="stopdepthCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Stopdepth</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-11-21 22:48:37 +00:00
|
|
|
</layout>
|
|
|
|
<zorder>label</zorder>
|
|
|
|
<zorder>label_2</zorder>
|
|
|
|
<zorder>CSVTime</zorder>
|
|
|
|
<zorder>CSVDepth</zorder>
|
|
|
|
<zorder>temperatureCheckBox</zorder>
|
|
|
|
<zorder>CSVTemperature</zorder>
|
2013-11-21 22:48:40 +00:00
|
|
|
<zorder>po2CheckBox</zorder>
|
|
|
|
<zorder>CSVpo2</zorder>
|
2013-11-21 22:48:41 +00:00
|
|
|
<zorder>cnsCheckBox</zorder>
|
|
|
|
<zorder>CSVcns</zorder>
|
2013-11-21 22:48:42 +00:00
|
|
|
<zorder>stopdepthCheckBox</zorder>
|
|
|
|
<zorder>CSVstopdepth</zorder>
|
2013-10-16 19:05:19 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>200</x>
|
|
|
|
<y>159</y>
|
|
|
|
<width>181</width>
|
|
|
|
<height>61</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Pre-configured imports</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QComboBox" name="knownImports">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>161</width>
|
|
|
|
<height>29</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>CSVImportDialog</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>CSVImportDialog</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>
|
2013-11-21 22:48:37 +00:00
|
|
|
<connection>
|
|
|
|
<sender>temperatureCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>CSVTemperature</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
</connection>
|
2013-11-21 22:48:40 +00:00
|
|
|
<connection>
|
|
|
|
<sender>po2CheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>CSVpo2</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
</connection>
|
2013-11-21 22:48:41 +00:00
|
|
|
<connection>
|
|
|
|
<sender>cnsCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>CSVcns</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
</connection>
|
2013-11-21 22:48:42 +00:00
|
|
|
<connection>
|
|
|
|
<sender>stopdepthCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>CSVstopdepth</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
</connection>
|
2013-10-16 19:05:19 +00:00
|
|
|
</connections>
|
|
|
|
</ui>
|