123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainAndSecondaryCamerasWnd</class>
- <widget class="QMainWindow" name="MainAndSecondaryCamerasWnd">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1102</width>
- <height>988</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="Line" name="line_16">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>628</y>
- <width>1062</width>
- <height>1</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QScrollArea" name="scrollArea">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>645</y>
- <width>1062</width>
- <height>177</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>1060</width>
- <height>175</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="LightJoystickSwitchPage" name="control_L" native="true">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>825</y>
- <width>491</width>
- <height>151</height>
- </rect>
- </property>
- </widget>
- <widget class="LightJoystickSwitchPage" name="control_r" native="true">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>825</y>
- <width>491</width>
- <height>151</height>
- </rect>
- </property>
- </widget>
- <widget class="ControlOperationPage" name="viewwidgetgroup_L" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>525</width>
- <height>605</height>
- </rect>
- </property>
- </widget>
- <widget class="ControlOperationPage" name="viewwidgetgroup_R" native="true">
- <property name="geometry">
- <rect>
- <x>555</x>
- <y>10</y>
- <width>525</width>
- <height>605</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>LightJoystickSwitchPage</class>
- <extends>QWidget</extends>
- <header>src/RewriteControl/lightjoystickswitchpage.h</header>
- <container>1</container>
- </customwidget>
- <customwidget>
- <class>ControlOperationPage</class>
- <extends>QWidget</extends>
- <header>src/RewriteControl/ControlOperationPage.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|