SingleCameraOperationWnd.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SingleCameraOperationWnd</class>
  4. <widget class="QMainWindow" name="SingleCameraOperationWnd">
  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="mouseTracking">
  14. <bool>false</bool>
  15. </property>
  16. <property name="windowTitle">
  17. <string>MainWindow</string>
  18. </property>
  19. <property name="layoutDirection">
  20. <enum>Qt::LeftToRight</enum>
  21. </property>
  22. <widget class="QWidget" name="centralwidget">
  23. <widget class="Line" name="line_2">
  24. <property name="geometry">
  25. <rect>
  26. <x>826</x>
  27. <y>20</y>
  28. <width>1</width>
  29. <height>953</height>
  30. </rect>
  31. </property>
  32. <property name="orientation">
  33. <enum>Qt::Vertical</enum>
  34. </property>
  35. </widget>
  36. <widget class="QScrollArea" name="scrollArea">
  37. <property name="geometry">
  38. <rect>
  39. <x>842</x>
  40. <y>20</y>
  41. <width>261</width>
  42. <height>701</height>
  43. </rect>
  44. </property>
  45. <property name="verticalScrollBarPolicy">
  46. <enum>Qt::ScrollBarAsNeeded</enum>
  47. </property>
  48. <property name="widgetResizable">
  49. <bool>true</bool>
  50. </property>
  51. <widget class="QWidget" name="scrollAreaWidgetContents">
  52. <property name="geometry">
  53. <rect>
  54. <x>0</x>
  55. <y>0</y>
  56. <width>259</width>
  57. <height>699</height>
  58. </rect>
  59. </property>
  60. </widget>
  61. </widget>
  62. <widget class="ControlOperationPage" name="viewwidgetgroup" native="true">
  63. <property name="geometry">
  64. <rect>
  65. <x>10</x>
  66. <y>10</y>
  67. <width>810</width>
  68. <height>920</height>
  69. </rect>
  70. </property>
  71. </widget>
  72. <widget class="LightJoystickSwitchPage" name="lightJoystickSwitchPage" native="true">
  73. <property name="geometry">
  74. <rect>
  75. <x>830</x>
  76. <y>730</y>
  77. <width>265</width>
  78. <height>240</height>
  79. </rect>
  80. </property>
  81. </widget>
  82. </widget>
  83. </widget>
  84. <customwidgets>
  85. <customwidget>
  86. <class>ControlOperationPage</class>
  87. <extends>QWidget</extends>
  88. <header>src/RewriteControl/controloperationpage.h</header>
  89. <container>1</container>
  90. </customwidget>
  91. <customwidget>
  92. <class>LightJoystickSwitchPage</class>
  93. <extends>QWidget</extends>
  94. <header>src/RewriteControl/lightjoystickswitchpage.h</header>
  95. <container>1</container>
  96. </customwidget>
  97. </customwidgets>
  98. <resources/>
  99. <connections/>
  100. </ui>