eyemapwidget.ui 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EyeMapWidget</class>
  4. <widget class="QWidget" name="EyeMapWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1545</width>
  10. <height>960</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="spacing">
  18. <number>0</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QWidget" name="widget_top" native="true">
  34. <property name="sizePolicy">
  35. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  36. <horstretch>0</horstretch>
  37. <verstretch>0</verstretch>
  38. </sizepolicy>
  39. </property>
  40. <property name="minimumSize">
  41. <size>
  42. <width>0</width>
  43. <height>60</height>
  44. </size>
  45. </property>
  46. <property name="maximumSize">
  47. <size>
  48. <width>16777215</width>
  49. <height>60</height>
  50. </size>
  51. </property>
  52. <layout class="QHBoxLayout" name="horizontalLayout">
  53. <property name="spacing">
  54. <number>0</number>
  55. </property>
  56. <property name="leftMargin">
  57. <number>16</number>
  58. </property>
  59. <property name="topMargin">
  60. <number>18</number>
  61. </property>
  62. <property name="rightMargin">
  63. <number>32</number>
  64. </property>
  65. <property name="bottomMargin">
  66. <number>18</number>
  67. </property>
  68. <item>
  69. <widget class="QLabel" name="label_stationName">
  70. <property name="sizePolicy">
  71. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  72. <horstretch>0</horstretch>
  73. <verstretch>0</verstretch>
  74. </sizepolicy>
  75. </property>
  76. <property name="minimumSize">
  77. <size>
  78. <width>300</width>
  79. <height>0</height>
  80. </size>
  81. </property>
  82. <property name="text">
  83. <string>多通道眼图监测站</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <spacer name="horizontalSpacer">
  89. <property name="orientation">
  90. <enum>Qt::Horizontal</enum>
  91. </property>
  92. <property name="sizeHint" stdset="0">
  93. <size>
  94. <width>642</width>
  95. <height>20</height>
  96. </size>
  97. </property>
  98. </spacer>
  99. </item>
  100. <item>
  101. <widget class="QLabel" name="label_date">
  102. <property name="minimumSize">
  103. <size>
  104. <width>200</width>
  105. <height>0</height>
  106. </size>
  107. </property>
  108. <property name="text">
  109. <string>2024/10/14 星期一</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item>
  114. <widget class="QLabel" name="label_time">
  115. <property name="minimumSize">
  116. <size>
  117. <width>132</width>
  118. <height>0</height>
  119. </size>
  120. </property>
  121. <property name="text">
  122. <string>14:00:00</string>
  123. </property>
  124. </widget>
  125. </item>
  126. <item>
  127. <widget class="QPushButton" name="pBtn_settingNum">
  128. <property name="sizePolicy">
  129. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  130. <horstretch>0</horstretch>
  131. <verstretch>0</verstretch>
  132. </sizepolicy>
  133. </property>
  134. <property name="minimumSize">
  135. <size>
  136. <width>92</width>
  137. <height>0</height>
  138. </size>
  139. </property>
  140. <property name="layoutDirection">
  141. <enum>Qt::LeftToRight</enum>
  142. </property>
  143. <property name="text">
  144. <string>组屏配置</string>
  145. </property>
  146. <property name="autoDefault">
  147. <bool>false</bool>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QPushButton" name="pBtn_settingScale">
  153. <property name="sizePolicy">
  154. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  155. <horstretch>0</horstretch>
  156. <verstretch>0</verstretch>
  157. </sizepolicy>
  158. </property>
  159. <property name="minimumSize">
  160. <size>
  161. <width>92</width>
  162. <height>24</height>
  163. </size>
  164. </property>
  165. <property name="layoutDirection">
  166. <enum>Qt::LeftToRight</enum>
  167. </property>
  168. <property name="text">
  169. <string>视图配置</string>
  170. </property>
  171. </widget>
  172. </item>
  173. <item>
  174. <widget class="QPushButton" name="pBtn_exit">
  175. <property name="sizePolicy">
  176. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  177. <horstretch>0</horstretch>
  178. <verstretch>0</verstretch>
  179. </sizepolicy>
  180. </property>
  181. <property name="minimumSize">
  182. <size>
  183. <width>56</width>
  184. <height>24</height>
  185. </size>
  186. </property>
  187. <property name="layoutDirection">
  188. <enum>Qt::LeftToRight</enum>
  189. </property>
  190. <property name="text">
  191. <string>退出</string>
  192. </property>
  193. </widget>
  194. </item>
  195. </layout>
  196. </widget>
  197. </item>
  198. <item>
  199. <widget class="QWidget" name="widget_container" native="true"/>
  200. </item>
  201. </layout>
  202. </widget>
  203. <resources/>
  204. <connections/>
  205. </ui>