<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SingleCameraOperationWnd</class> <widget class="QMainWindow" name="SingleCameraOperationWnd"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1102</width> <height>988</height> </rect> </property> <property name="mouseTracking"> <bool>false</bool> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <widget class="QWidget" name="centralwidget"> <widget class="QComboBox" name="DatacomboBox"> <property name="geometry"> <rect> <x>20</x> <y>20</y> <width>400</width> <height>32</height> </rect> </property> </widget> <widget class="ImageWidget" name="Operatewidget" native="true"> <property name="geometry"> <rect> <x>20</x> <y>72</y> <width>786</width> <height>786</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> </widget> <widget class="Line" name="line_2"> <property name="geometry"> <rect> <x>826</x> <y>20</y> <width>1</width> <height>953</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QPushButton" name="LiveButton"> <property name="geometry"> <rect> <x>436</x> <y>20</y> <width>60</width> <height>32</height> </rect> </property> <property name="text"> <string>Live</string> </property> </widget> <widget class="QScrollArea" name="scrollArea"> <property name="geometry"> <rect> <x>842</x> <y>20</y> <width>261</width> <height>701</height> </rect> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>259</width> <height>699</height> </rect> </property> </widget> </widget> <widget class="QWidget" name="Toolbar" native="true"> <property name="geometry"> <rect> <x>22</x> <y>882</y> <width>786</width> <height>32</height> </rect> </property> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>140</x> <y>8</y> <width>1</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QPushButton" name="ZoomUpButton"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>138</width> <height>32</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="Line" name="line_3"> <property name="geometry"> <rect> <x>256</x> <y>8</y> <width>1</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="Line" name="line_4"> <property name="geometry"> <rect> <x>395</x> <y>8</y> <width>1</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="Line" name="line_5"> <property name="geometry"> <rect> <x>523</x> <y>8</y> <width>1</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="Line" name="line_6"> <property name="geometry"> <rect> <x>635</x> <y>8</y> <width>1</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QPushButton" name="pushButton_2"> <property name="geometry"> <rect> <x>637</x> <y>0</y> <width>149</width> <height>32</height> </rect> </property> <property name="text"> <string>.......</string> </property> </widget> <widget class="QPushButton" name="ZoomOutButton"> <property name="geometry"> <rect> <x>142</x> <y>0</y> <width>112</width> <height>32</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="RulerButton"> <property name="geometry"> <rect> <x>397</x> <y>0</y> <width>124</width> <height>32</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="PenButton"> <property name="geometry"> <rect> <x>525</x> <y>0</y> <width>108</width> <height>32</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QLabel" name="label_Percentage"> <property name="geometry"> <rect> <x>258</x> <y>0</y> <width>135</width> <height>32</height> </rect> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="text"> <string>100%</string> </property> </widget> </widget> <widget class="QWidget" name="BackGround" native="true"> <property name="geometry"> <rect> <x>19</x> <y>71</y> <width>788</width> <height>788</height> </rect> </property> </widget> <widget class="QWidget" name="RedLight" native="true"> <property name="geometry"> <rect> <x>834</x> <y>800</y> <width>61</width> <height>114</height> </rect> </property> <widget class="QSlider" name="RedLightverticalSlider"> <property name="geometry"> <rect> <x>10</x> <y>12</y> <width>18</width> <height>56</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QLineEdit" name="RedLightlineEdit"> <property name="geometry"> <rect> <x>10</x> <y>78</y> <width>40</width> <height>24</height> </rect> </property> <property name="text"> <string>22</string> </property> </widget> <widget class="QLabel" name="RedLightlabel"> <property name="geometry"> <rect> <x>39</x> <y>22</y> <width>10</width> <height>34</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QWidget" name="GreenLight" native="true"> <property name="geometry"> <rect> <x>900</x> <y>800</y> <width>61</width> <height>114</height> </rect> </property> <widget class="QSlider" name="GreenLightverticalSlider"> <property name="geometry"> <rect> <x>10</x> <y>12</y> <width>18</width> <height>56</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QLineEdit" name="GreenLightlineEdit"> <property name="geometry"> <rect> <x>10</x> <y>78</y> <width>40</width> <height>24</height> </rect> </property> <property name="text"> <string>11</string> </property> </widget> <widget class="QLabel" name="GreenLightlabel"> <property name="geometry"> <rect> <x>36</x> <y>22</y> <width>12</width> <height>34</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QWidget" name="BlueLight" native="true"> <property name="geometry"> <rect> <x>966</x> <y>800</y> <width>61</width> <height>114</height> </rect> </property> <widget class="QSlider" name="BlueLightverticalSlider"> <property name="geometry"> <rect> <x>10</x> <y>12</y> <width>18</width> <height>56</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QLineEdit" name="BlueLightlineEdit"> <property name="geometry"> <rect> <x>10</x> <y>78</y> <width>40</width> <height>24</height> </rect> </property> <property name="text"> <string>0</string> </property> </widget> <widget class="QLabel" name="BlueLightlabel"> <property name="geometry"> <rect> <x>32</x> <y>22</y> <width>19</width> <height>34</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QWidget" name="DotLight" native="true"> <property name="geometry"> <rect> <x>1032</x> <y>800</y> <width>61</width> <height>114</height> </rect> </property> <widget class="QSlider" name="DotLightverticalSlider"> <property name="geometry"> <rect> <x>10</x> <y>12</y> <width>18</width> <height>56</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QLineEdit" name="DotLightlineEdit"> <property name="geometry"> <rect> <x>10</x> <y>78</y> <width>40</width> <height>24</height> </rect> </property> <property name="text"> <string>0</string> </property> </widget> <widget class="QLabel" name="DotLightlabel"> <property name="geometry"> <rect> <x>32</x> <y>22</y> <width>19</width> <height>34</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <zorder>BackGround</zorder> <zorder>DatacomboBox</zorder> <zorder>Operatewidget</zorder> <zorder>line_2</zorder> <zorder>LiveButton</zorder> <zorder>scrollArea</zorder> <zorder>Toolbar</zorder> <zorder>RedLight</zorder> <zorder>GreenLight</zorder> <zorder>BlueLight</zorder> <zorder>DotLight</zorder> </widget> </widget> <customwidgets> <customwidget> <class>ImageWidget</class> <extends>QWidget</extends> <header location="global">ImageWidget.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>