<?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="Line" name="line">
    <property name="geometry">
     <rect>
      <x>826</x>
      <y>20</y>
      <width>2</width>
      <height>953</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </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="ControlOperationPage" name="viewwidgetgroup" native="true">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>10</y>
      <width>810</width>
      <height>961</height>
     </rect>
    </property>
   </widget>
   <widget class="LightJoystickSwitchPage" name="lightJoystickSwitchPage" native="true">
    <property name="geometry">
     <rect>
      <x>844</x>
      <y>730</y>
      <width>251</width>
      <height>240</height>
     </rect>
    </property>
   </widget>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>ControlOperationPage</class>
   <extends>QWidget</extends>
   <header>src/RewriteControl/controloperationpage.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>LightJoystickSwitchPage</class>
   <extends>QWidget</extends>
   <header>src/RewriteControl/lightjoystickswitchpage.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>