MainAndSecondaryCamerasWnd.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainAndSecondaryCamerasWnd</class>
  4. <widget class="QMainWindow" name="MainAndSecondaryCamerasWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1102</width>
  10. <height>988</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="Line" name="line_16">
  18. <property name="geometry">
  19. <rect>
  20. <x>20</x>
  21. <y>628</y>
  22. <width>1062</width>
  23. <height>1</height>
  24. </rect>
  25. </property>
  26. <property name="orientation">
  27. <enum>Qt::Horizontal</enum>
  28. </property>
  29. </widget>
  30. <widget class="QScrollArea" name="scrollArea">
  31. <property name="geometry">
  32. <rect>
  33. <x>20</x>
  34. <y>645</y>
  35. <width>1062</width>
  36. <height>177</height>
  37. </rect>
  38. </property>
  39. <property name="verticalScrollBarPolicy">
  40. <enum>Qt::ScrollBarAsNeeded</enum>
  41. </property>
  42. <property name="widgetResizable">
  43. <bool>true</bool>
  44. </property>
  45. <widget class="QWidget" name="scrollAreaWidgetContents">
  46. <property name="geometry">
  47. <rect>
  48. <x>0</x>
  49. <y>0</y>
  50. <width>1060</width>
  51. <height>175</height>
  52. </rect>
  53. </property>
  54. </widget>
  55. </widget>
  56. <widget class="LightJoystickSwitchPage" name="control_L" native="true">
  57. <property name="geometry">
  58. <rect>
  59. <x>30</x>
  60. <y>825</y>
  61. <width>491</width>
  62. <height>151</height>
  63. </rect>
  64. </property>
  65. </widget>
  66. <widget class="LightJoystickSwitchPage" name="control_r" native="true">
  67. <property name="geometry">
  68. <rect>
  69. <x>550</x>
  70. <y>825</y>
  71. <width>491</width>
  72. <height>151</height>
  73. </rect>
  74. </property>
  75. </widget>
  76. <widget class="ControlOperationPage" name="viewwidgetgroup_L" native="true">
  77. <property name="geometry">
  78. <rect>
  79. <x>10</x>
  80. <y>10</y>
  81. <width>525</width>
  82. <height>605</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="ControlOperationPage" name="viewwidgetgroup_R" native="true">
  87. <property name="geometry">
  88. <rect>
  89. <x>555</x>
  90. <y>10</y>
  91. <width>525</width>
  92. <height>605</height>
  93. </rect>
  94. </property>
  95. </widget>
  96. </widget>
  97. </widget>
  98. <customwidgets>
  99. <customwidget>
  100. <class>LightJoystickSwitchPage</class>
  101. <extends>QWidget</extends>
  102. <header>src/RewriteControl/lightjoystickswitchpage.h</header>
  103. <container>1</container>
  104. </customwidget>
  105. <customwidget>
  106. <class>ControlOperationPage</class>
  107. <extends>QWidget</extends>
  108. <header>src/RewriteControl/ControlOperationPage.h</header>
  109. <container>1</container>
  110. </customwidget>
  111. </customwidgets>
  112. <resources/>
  113. <connections/>
  114. </ui>