summaryrefslogtreecommitdiffstats
path: root/qt-ui/csvimportdialog.ui
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-11-21 23:48:42 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-21 15:54:28 -0800
commit26656310aba5f5de5c873603f8e74d56283d12a9 (patch)
treeeff92577e6a5a04978c37ca4176c824af21ad3b6 /qt-ui/csvimportdialog.ui
parent5eccd73a306298616da122ba4e653d4c8f391df8 (diff)
downloadsubsurface-26656310aba5f5de5c873603f8e74d56283d12a9.tar.gz
Add optional support for stopdepth import from csv
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/csvimportdialog.ui')
-rw-r--r--qt-ui/csvimportdialog.ui25
1 files changed, 25 insertions, 0 deletions
diff --git a/qt-ui/csvimportdialog.ui b/qt-ui/csvimportdialog.ui
index 3b1167066..8f405e9d4 100644
--- a/qt-ui/csvimportdialog.ui
+++ b/qt-ui/csvimportdialog.ui
@@ -183,6 +183,23 @@
</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>
@@ -194,6 +211,8 @@
<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">
@@ -274,5 +293,11 @@
<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>