Skip to content

Commit

Permalink
gui: iterate on GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 20, 2023
1 parent e56c234 commit 829bbed
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions chipstream/gui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="1">
<widget class="QSpinBox" name="spinBox_2">
<property name="toolTip">
<string>Mask-generating threshold for the background-corrected image.</string>
</property>
<property name="minimum">
<number>-10</number>
</property>
Expand Down Expand Up @@ -143,19 +146,14 @@
</sizepolicy>
</property>
<property name="title">
<string>Output Options</string>
<string>Processing</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QComboBox" name="comboBox_3">
<item>
<property name="text">
<string>Use basins (most efficient)</string>
</property>
</item>
<item>
<property name="text">
<string>Edit files in-place (only for disabled segmenter)</string>
<string>Use basins whenever possible (most efficient)</string>
</property>
</item>
<item>
Expand All @@ -165,6 +163,19 @@
</item>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_procs">
<property name="suffix">
<string> Worker Processes</string>
</property>
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>64</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -200,6 +211,9 @@
<property name="title">
<string>File</string>
</property>
<addaction name="actionAdd"/>
<addaction name="actionClear"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
<addaction name="menuFile"/>
Expand Down Expand Up @@ -231,6 +245,16 @@
<string>Quit</string>
</property>
</action>
<action name="actionAdd">
<property name="text">
<string>Add data</string>
</property>
</action>
<action name="actionClear">
<property name="text">
<string>Clear forms</string>
</property>
</action>
</widget>
<resources/>
<connections/>
Expand Down

0 comments on commit 829bbed

Please sign in to comment.