mirror of
https://github.com/brmlab/medirap.git
synced 2025-06-08 17:14:04 +02:00
180 lines
4 KiB
XML
180 lines
4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>675</width>
|
|
<height>535</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MediRap</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="QGraphicsView" name="graphicsView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>514</width>
|
|
<height>514</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushLoad">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>530</x>
|
|
<y>10</y>
|
|
<width>141</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSlider" name="sliderThreshold">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>530</x>
|
|
<y>330</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>255</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>128</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushSave">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>530</x>
|
|
<y>460</y>
|
|
<width>141</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<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>
|
|
<x>530</x>
|
|
<y>200</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>255</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>128</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelThreshold">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>530</x>
|
|
<y>310</y>
|
|
<width>141</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Threshold:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="progressLoad">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>530</x>
|
|
<y>50</y>
|
|
<width>141</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="progressLoad_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>530</x>
|
|
<y>500</y>
|
|
<width>141</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|