mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add support for importing TTS from CSV files
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d5991800ee
commit
6cd0928487
6 changed files with 49 additions and 8 deletions
|
|
@ -159,6 +159,26 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QCheckBox" name="ttsCheckBox">
|
||||
<property name="text">
|
||||
<string>TTS</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="QSpinBox" name="CSVtts">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>1</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="cnsCheckBox">
|
||||
<property name="text">
|
||||
|
|
@ -169,6 +189,8 @@
|
|||
</layout>
|
||||
<zorder>ndlCheckBox</zorder>
|
||||
<zorder>CSVndl</zorder>
|
||||
<zorder>ttsCheckBox</zorder>
|
||||
<zorder>CSVtts</zorder>
|
||||
<zorder>label</zorder>
|
||||
<zorder>label_2</zorder>
|
||||
<zorder>CSVTime</zorder>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue