ControlOperationPage.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ControlOperationPage</class>
  4. <widget class="QWidget" name="ControlOperationPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>525</width>
  10. <height>599</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QPushButton" name="LiveButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>452</x>
  20. <y>10</y>
  21. <width>60</width>
  22. <height>32</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Live</string>
  27. </property>
  28. </widget>
  29. <widget class="QComboBox" name="DataSources">
  30. <property name="geometry">
  31. <rect>
  32. <x>12</x>
  33. <y>10</y>
  34. <width>421</width>
  35. <height>32</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QWidget" name="BackGround" native="true">
  40. <property name="geometry">
  41. <rect>
  42. <x>10</x>
  43. <y>50</y>
  44. <width>501</width>
  45. <height>501</height>
  46. </rect>
  47. </property>
  48. <property name="styleSheet">
  49. <string notr="true">border: 4px solid red;</string>
  50. </property>
  51. </widget>
  52. <widget class="QWidget" name="layoutWidget">
  53. <property name="geometry">
  54. <rect>
  55. <x>10</x>
  56. <y>560</y>
  57. <width>511</width>
  58. <height>31</height>
  59. </rect>
  60. </property>
  61. <layout class="QHBoxLayout" name="horizontalLayout_2">
  62. <property name="spacing">
  63. <number>2</number>
  64. </property>
  65. <item>
  66. <widget class="QPushButton" name="ZoomUpButton">
  67. <property name="text">
  68. <string/>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QPushButton" name="ZoomOutButton">
  74. <property name="text">
  75. <string/>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QLabel" name="label_Percentage">
  81. <property name="layoutDirection">
  82. <enum>Qt::LeftToRight</enum>
  83. </property>
  84. <property name="text">
  85. <string>100%</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QPushButton" name="RulerButton">
  91. <property name="text">
  92. <string/>
  93. </property>
  94. <property name="checkable">
  95. <bool>true</bool>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QPushButton" name="PenButton">
  101. <property name="text">
  102. <string/>
  103. </property>
  104. <property name="checkable">
  105. <bool>true</bool>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <layout class="QHBoxLayout" name="horizontalLayout">
  111. <property name="spacing">
  112. <number>1</number>
  113. </property>
  114. <item>
  115. <widget class="QComboBox" name="moduleTypeComboBox">
  116. <property name="maximumSize">
  117. <size>
  118. <width>16777215</width>
  119. <height>25</height>
  120. </size>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QComboBox" name="axisTypeComboBox">
  126. <property name="maximumSize">
  127. <size>
  128. <width>16777215</width>
  129. <height>27</height>
  130. </size>
  131. </property>
  132. </widget>
  133. </item>
  134. </layout>
  135. </item>
  136. <item>
  137. <widget class="QPushButton" name="switchJoystickBut">
  138. <property name="maximumSize">
  139. <size>
  140. <width>53</width>
  141. <height>16777215</height>
  142. </size>
  143. </property>
  144. <property name="text">
  145. <string>.......</string>
  146. </property>
  147. </widget>
  148. </item>
  149. </layout>
  150. </widget>
  151. <widget class="ImageWidget" name="Operatewidget" native="true">
  152. <property name="geometry">
  153. <rect>
  154. <x>14</x>
  155. <y>54</y>
  156. <width>493</width>
  157. <height>493</height>
  158. </rect>
  159. </property>
  160. </widget>
  161. </widget>
  162. <customwidgets>
  163. <customwidget>
  164. <class>ImageWidget</class>
  165. <extends>QWidget</extends>
  166. <header>ImageWidget.h</header>
  167. <container>1</container>
  168. </customwidget>
  169. </customwidgets>
  170. <resources/>
  171. <connections/>
  172. </ui>