Skip to content

Commit

Permalink
Update soil processing
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz3tla committed Aug 30, 2024
1 parent db006cd commit 49023f7
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 336 deletions.
49 changes: 40 additions & 9 deletions QTalsim/qtalsim_soil.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>414</width>
<width>527</width>
<height>192</height>
</rect>
</property>
Expand Down Expand Up @@ -60,6 +60,13 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="onSelectCRS">
<property name="text">
<string>Select Output-CRS</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
Expand All @@ -70,14 +77,38 @@
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="onCalculateSoilTypes">
<property name="text">
<string>Calculate Soil Types</string>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Help</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
Expand Down
Loading

0 comments on commit 49023f7

Please sign in to comment.