<ui version="4.0" >
<class>MandoWizard</class>
<widget class="QWidget" name="MandoWizard" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>649</width>
<height>676</height>
</rect>
</property>
<property name="windowTitle" >
<string>Configuration</string>
</property>
<property name="windowIcon" >
<iconset resource="mando.qrc" >:/images/configure.png</iconset>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QLabel" name="titleLabel" >
<property name="text" >
<string>Title</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="topLine" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget" >
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="page" >
<layout class="QVBoxLayout" >
<item>
<widget class="QScrollArea" name="videoDisplay" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>Camera display. Use mousewheel to change zoom.</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QComboBox" name="comboBox" >
<item>
<property name="text" >
<string>Video for Linux (V4L)</string>
</property>
</item>
<item>
<property name="text" >
<string>IIDC/DCAM firewire digital camera (DC1394)</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="reconnectButton" >
<property name="text" >
<string>&Reconnect</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QStackedWidget" name="cameraStack" >
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="v4lPage" >
<layout class="QVBoxLayout" >
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="v4lDeviceLabel" >
<property name="text" >
<string>&device</string>
</property>
<property name="buddy" >
<cstring>v4lDeviceEdit</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="v4lDeviceEdit" >
<property name="toolTip" >
<string>Filename of Video-for-Linux device</string>
</property>
<property name="text" >
<string>/dev/video0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="v4lChannelLabel" >
<property name="text" >
<string>ch&annel</string>
</property>
<property name="buddy" >
<cstring>v4lChannelSpinBox</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="v4lChannelSpinBox" >
<property name="toolTip" >
<string>Channel number of desired camera</string>
</property>
<property name="maximum" >
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>&mode</string>
</property>
<property name="buddy" >
<cstring>modeBox</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="modeBox" >
<item>
<property name="text" >
<string>PAL</string>
</property>
</item>
<item>
<property name="text" >
<string>NTSC</string>
</property>
</item>
<item>
<property name="text" >
<string>SECAM</string>
</property>
</item>
<item>
<property name="text" >
<string>AUTO</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" >
<item row="1" column="0" >
<widget class="QLabel" name="hueLabel" >
<property name="text" >
<string>&hue</string>
</property>
<property name="buddy" >
<cstring>hueSlider</cstring>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QSlider" name="colourSlider" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="maximum" >
<number>65535</number>
</property>
<property name="pageStep" >
<number>256</number>
</property>
<property name="value" >
<number>32768</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="brightnessLabel" >
<property name="text" >
<string>&brightness</string>
</property>
<property name="buddy" >
<cstring>brightnessSlider</cstring>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="contrastLabel" >
<property name="text" >
<string>contr&ast</string>
</property>
<property name="buddy" >
<cstring>contrastSlider</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QSlider" name="hueSlider" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="maximum" >
<number>65535</number>
</property>
<property name="pageStep" >
<number>256</number>
</property>
<property name="value" >
<number>32768</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QSlider" name="brightnessSlider" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="maximum" >
<number>65535</number>
</property>
<property name="pageStep" >
<number>256</number>
</property>
<property name="value" >
<number>32768</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QSlider" name="contrastSlider" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="maximum" >
<number>65535</number>
</property>
<property name="pageStep" >
<number>256</number>
</property>
<property name="value" >
<number>32768</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="colourLabel" >
<property name="text" >
<string>&colour</string>
</property>
<property name="buddy" >
<cstring>colourSlider</cstring>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="dc1394Page" >
<layout class="QVBoxLayout" >
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="dc1394DeviceLabel" >
<property name="text" >
<string>&device</string>
</property>
<property name="buddy" >
<cstring>dc1394DeviceEdit</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="dc1394DeviceEdit" >
<property name="text" >
<string>/dev/video1394/0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="dc1394NodeLabel" >
<property name="text" >
<string>&node</string>
</property>
<property name="buddy" >
<cstring>dc1394NodeSpinBox</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="dc1394NodeSpinBox" />
</item>
<item>
<widget class="QLabel" name="dc1394ChannelLabel" >
<property name="text" >
<string>&channel</string>
</property>
<property name="buddy" >
<cstring>dc1394ChannelSpinBox</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="dc1394ChannelSpinBox" >
<property name="maximum" >
<number>255</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="shutterLabel" >
<property name="text" >
<string>&shutter</string>
</property>
<property name="buddy" >
<cstring>shutterSlider</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QSlider" name="shutterSlider" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="gainLabel" >
<property name="text" >
<string>&gain</string>
</property>
<property name="buddy" >
<cstring>gainSlider</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QSlider" name="gainSlider" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="balanceLabel" >
<property name="text" >
<string>&balance</string>
</property>
<property name="buddy" >
<cstring>balanceSlider</cstring>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QSlider" name="balanceSlider" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QLabel" name="errorLabel" >
<property name="palette" >
<palette>
<active>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>221</red>
<green>223</green>
<blue>228</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>85</red>
<green>85</green>
<blue>85</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>199</red>
<green>199</green>
<blue>199</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>239</red>
<green>239</green>
<blue>239</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>103</red>
<green>141</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Link" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>238</blue>
</color>
</brush>
</colorrole>
<colorrole role="LinkVisited" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>82</red>
<green>24</green>
<blue>139</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>221</red>
<green>223</green>
<blue>228</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>85</red>
<green>85</green>
<blue>85</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>199</red>
<green>199</green>
<blue>199</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>239</red>
<green>239</green>
<blue>239</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>103</red>
<green>141</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Link" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>238</blue>
</color>
</brush>
</colorrole>
<colorrole role="LinkVisited" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>82</red>
<green>24</green>
<blue>139</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>128</red>
<green>128</green>
<blue>128</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>221</red>
<green>223</green>
<blue>228</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>85</red>
<green>85</green>
<blue>85</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>199</red>
<green>199</green>
<blue>199</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>199</red>
<green>199</green>
<blue>199</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>128</red>
<green>128</green>
<blue>128</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>239</red>
<green>239</green>
<blue>239</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>239</red>
<green>239</green>
<blue>239</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>86</red>
<green>117</green>
<blue>148</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Link" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>238</blue>
</color>
</brush>
</colorrole>
<colorrole role="LinkVisited" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>82</red>
<green>24</green>
<blue>139</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="text" >
<string/>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2" >
<layout class="QHBoxLayout" >
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QScrollArea" name="searchPatternDisplay" />
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="searchPatternButton" >
<property name="text" >
<string>Load &search pattern</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QScrollArea" name="projectedPatternDisplay" />
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="projectedPatternButton" >
<property name="text" >
<string>Load &projected pattern</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_3" >
<layout class="QVBoxLayout" >
<item>
<widget class="QScrollArea" name="calibFrameDisplay" />
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="selectImageLabel" >
<property name="text" >
<string>&Select Image: </string>
</property>
<property name="buddy" >
<cstring>calibrateSlider</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="calibrateSlider" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="maximum" >
<number>5</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="differenceCheckBox" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>&Difference image</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="calibrateButton" >
<property name="text" >
<string>Ca&librate</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_4" >
<layout class="QVBoxLayout" >
<item>
<widget class="QScrollArea" name="referenceImageDisplay" >
<property name="toolTip" >
<string>Display for captured image. Select region for reference image with your mouse. Use mousewheel to change zoom.</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="referenceImageLabel" >
<property name="text" >
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Capture</span> image and <span style=" font-weight:600;">select</span> reference image for detecting pointer.</p></body></html></string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="grabButton" >
<property name="text" >
<string>&Grab Image</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_5" >
<layout class="QVBoxLayout" >
<item>
<widget class="QScrollArea" name="segmentedDisplay" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="thresholdLabel" >
<property name="text" >
<string>&Threshold: </string>
</property>
<property name="buddy" >
<cstring>thresholdSlider</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="thresholdSlider" >
<property name="maximum" >
<number>2000</number>
</property>
<property name="value" >
<number>200</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="sigmaLabel" >
<property name="text" >
<string>&Sigma: </string>
</property>
<property name="buddy" >
<cstring>sigmaSpinBox</cstring>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="sigmaSpinBox" >
<property name="minimum" >
<double>0.100000000000000</double>
</property>
<property name="maximum" >
<double>10.000000000000000</double>
</property>
<property name="singleStep" >
<double>0.200000000000000</double>
</property>
<property name="value" >
<double>2.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="rangeLabel" >
<property name="text" >
<string>&Range: </string>
</property>
<property name="buddy" >
<cstring>rangeSlider</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="rangeSlider" >
<property name="minimum" >
<number>1</number>
</property>
<property name="maximum" >
<number>200</number>
</property>
<property name="value" >
<number>50</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_6" >
<layout class="QVBoxLayout" >
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>Mouse Position</string>
</property>
<layout class="QVBoxLayout" >
<item>
<layout class="QGridLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<property name="horizontalSpacing" >
<number>6</number>
</property>
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="0" column="1" >
<widget class="QLCDNumber" name="mouseXLCD" >
<property name="numDigits" >
<number>4</number>
</property>
<property name="segmentStyle" >
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLCDNumber" name="mouseYLCD" >
<property name="numDigits" >
<number>4</number>
</property>
<property name="segmentStyle" >
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="mouseYLabel" >
<property name="text" >
<string>Mouse-Y: </string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="mouseXLabel" >
<property name="text" >
<string>Mouse-X: </string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="delayLabel" >
<property name="text" >
<string>Delay: </string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="delaySlider" >
<property name="minimum" >
<number>2</number>
</property>
<property name="maximum" >
<number>20</number>
</property>
<property name="value" >
<number>6</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="sensitivityLabel" >
<property name="text" >
<string>Sensitivity: </string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QSlider" name="varianceSlider" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="maximum" >
<number>50</number>
</property>
<property name="value" >
<number>16</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="invertedAppearance" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sensitivitySlider" >
<property name="maximum" >
<number>50</number>
</property>
<property name="value" >
<number>16</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="invertedAppearance" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="statusLabel" >
<property name="text" >
<string>moving</string>
</property>
<property name="textFormat" >
<enum>Qt::RichText</enum>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>51</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="Line" name="bottomLine" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>174</width>
<height>29</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="previousButton" >
<property name="text" >
<string>&Previous</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="nextButton" >
<property name="text" >
<string>&Next</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="finishButton" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>&Finish</string>
</property>
<property name="autoDefault" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton" >
<property name="text" >
<string>&Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QScrollArea</class>
<extends>QFrame</extends>
<header>QtGui/QScrollArea</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="mando.qrc" />
</resources>
<connections>
<connection>
<sender>comboBox</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>cameraStack</receiver>
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel" >
<x>105</x>
<y>416</y>
</hint>
<hint type="destinationlabel" >
<x>28</x>
<y>434</y>
</hint>
</hints>
</connection>
</connections>
</ui>