summaryrefslogblamecommitdiffstats
path: root/qt-ui/csvimportdialog.ui
blob: 8f405e9d490a63cf828e030ee22cd77b24d122bf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
















                                                    
               
               
                       











                                                            
              
              
                       






















































                                                      
              
              
                         



                                        















































                                                          















                                                  















                                                  















                                                        





                                       
                               
                               
                                     




























































                                                 




                                       




                                 




                                 




                                     
               
<?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>
     <x>200</x>
     <y>240</y>
     <width>171</width>
     <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>
     <x>20</x>
     <y>10</y>
     <width>351</width>
     <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>
     <x>20</x>
     <y>80</y>
     <width>171</width>
     <height>221</height>
    </rect>
   </property>
   <property name="title">
    <string>Field Configuration</string>
   </property>
   <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>
    <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>
    <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>
    <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>
   </layout>
   <zorder>label</zorder>
   <zorder>label_2</zorder>
   <zorder>CSVTime</zorder>
   <zorder>CSVDepth</zorder>
   <zorder>temperatureCheckBox</zorder>
   <zorder>CSVTemperature</zorder>
   <zorder>po2CheckBox</zorder>
   <zorder>CSVpo2</zorder>
   <zorder>cnsCheckBox</zorder>
   <zorder>CSVcns</zorder>
   <zorder>stopdepthCheckBox</zorder>
   <zorder>CSVstopdepth</zorder>
  </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>
  <connection>
   <sender>temperatureCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>CSVTemperature</receiver>
   <slot>setEnabled(bool)</slot>
  </connection>
  <connection>
   <sender>po2CheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>CSVpo2</receiver>
   <slot>setEnabled(bool)</slot>
  </connection>
  <connection>
   <sender>cnsCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>CSVcns</receiver>
   <slot>setEnabled(bool)</slot>
  </connection>
  <connection>
   <sender>stopdepthCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>CSVstopdepth</receiver>
   <slot>setEnabled(bool)</slot>
  </connection>
 </connections>
</ui>