Skip to content

Commit

Permalink
move threads selection widgets into the "environment settings" group
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and nyalldawson committed Apr 24, 2023
1 parent 0f2d2bc commit 8011030
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/ui/processing/qgsprocessingcontextoptionsbase.ui
Expand Up @@ -60,26 +60,29 @@
<string>Environment Settings</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="1">
<widget class="QgsFileWidget" name="mTemporaryFolderWidget" native="true"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Temporary folder</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QgsFileWidget" name="mTemporaryFolderWidget" native="true"/>
<item row="1" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Number of threads to use</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QgsSpinBox" name="mThreadsSpinBox"/>
</item>
</layout>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Number of threads to use</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="mComboInvalidFeatureFiltering">
<property name="toolTip">
Expand Down Expand Up @@ -116,9 +119,6 @@
</layout>
</widget>
</item>
<item row="5" column="1">
<widget class="QgsSpinBox" name="mThreadsSpinBox"/>
</item>
<item row="6" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
Expand Down

0 comments on commit 8011030

Please sign in to comment.