ControlOperationPage.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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>13</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 class="ImageWidget" name="Operatewidget" native="true">
  52. <property name="geometry">
  53. <rect>
  54. <x>4</x>
  55. <y>4</y>
  56. <width>493</width>
  57. <height>493</height>
  58. </rect>
  59. </property>
  60. </widget>
  61. </widget>
  62. <widget class="QWidget" name="layoutWidget">
  63. <property name="geometry">
  64. <rect>
  65. <x>10</x>
  66. <y>560</y>
  67. <width>511</width>
  68. <height>31</height>
  69. </rect>
  70. </property>
  71. <layout class="QHBoxLayout" name="horizontalLayout_2">
  72. <property name="spacing">
  73. <number>2</number>
  74. </property>
  75. <item>
  76. <widget class="QPushButton" name="ZoomUpButton">
  77. <property name="text">
  78. <string/>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QPushButton" name="ZoomOutButton">
  84. <property name="text">
  85. <string/>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QLabel" name="label_Percentage">
  91. <property name="layoutDirection">
  92. <enum>Qt::LeftToRight</enum>
  93. </property>
  94. <property name="text">
  95. <string>100%</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QPushButton" name="RulerButton">
  101. <property name="text">
  102. <string/>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QPushButton" name="PenButton">
  108. <property name="text">
  109. <string/>
  110. </property>
  111. </widget>
  112. </item>
  113. <item>
  114. <layout class="QHBoxLayout" name="horizontalLayout">
  115. <property name="spacing">
  116. <number>1</number>
  117. </property>
  118. <item>
  119. <widget class="QComboBox" name="moduleTypeComboBox_2">
  120. <property name="maximumSize">
  121. <size>
  122. <width>16777215</width>
  123. <height>25</height>
  124. </size>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QComboBox" name="axisTypeComboBox">
  130. <property name="maximumSize">
  131. <size>
  132. <width>16777215</width>
  133. <height>27</height>
  134. </size>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </item>
  140. <item>
  141. <widget class="QPushButton" name="switchJoystickBut">
  142. <property name="maximumSize">
  143. <size>
  144. <width>53</width>
  145. <height>16777215</height>
  146. </size>
  147. </property>
  148. <property name="text">
  149. <string>.......</string>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </widget>
  155. </widget>
  156. <customwidgets>
  157. <customwidget>
  158. <class>ImageWidget</class>
  159. <extends>QWidget</extends>
  160. <header>ImageWidget.h</header>
  161. <container>1</container>
  162. </customwidget>
  163. </customwidgets>
  164. <resources/>
  165. <connections/>
  166. </ui>