medirap/qt/mainwindow.ui
2011-10-21 21:08:39 +02:00

170 lines
3.8 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>350</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="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="progressSave">
<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 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"/>
<resources/>
<connections/>
</ui>