mirror of
https://github.com/brmlab/medirap.git
synced 2025-06-08 17:14:04 +02:00
rework on slicing and thresholding
This commit is contained in:
parent
8039ff529a
commit
bc839e5d7c
5 changed files with 75 additions and 67 deletions
|
@ -44,7 +44,7 @@
|
|||
<property name="geometry">
|
||||
<rect>
|
||||
<x>530</x>
|
||||
<y>330</y>
|
||||
<y>350</y>
|
||||
<width>141</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
|
@ -72,45 +72,6 @@
|
|||
<string>Save</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushAxis1">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>530</x>
|
||||
<y>160</y>
|
||||
<width>41</width>
|
||||
<height>31</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>A-P</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushAxis2">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>580</x>
|
||||
<y>160</y>
|
||||
<width>41</width>
|
||||
<height>31</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>D-V</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushAxis3">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>630</x>
|
||||
<y>160</y>
|
||||
<width>41</width>
|
||||
<height>31</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>L-R</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QSlider" name="sliderPosition">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
|
@ -159,7 +120,7 @@
|
|||
<number>0</number>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QProgressBar" name="progressLoad_2">
|
||||
<widget class="QProgressBar" name="progressSave">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>530</x>
|
||||
|
@ -172,6 +133,35 @@
|
|||
<number>0</number>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="labelSlice">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>530</x>
|
||||
<y>180</y>
|
||||
<width>141</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Slice:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="checkThreshold">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>530</x>
|
||||
<y>330</y>
|
||||
<width>141</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Active</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue