oamconfigparam.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OamConfigParam</class>
  4. <widget class="QDialog" name="OamConfigParam">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>700</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>1024</width>
  16. <height>700</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>16777215</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>配置参数</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout_2">
  29. <item row="1" column="1">
  30. <layout class="QVBoxLayout" name="verticalLayout_2">
  31. <item>
  32. <widget class="QGroupBox" name="groupBox">
  33. <property name="minimumSize">
  34. <size>
  35. <width>770</width>
  36. <height>245</height>
  37. </size>
  38. </property>
  39. <property name="title">
  40. <string/>
  41. </property>
  42. <widget class="QWidget" name="">
  43. <property name="geometry">
  44. <rect>
  45. <x>14</x>
  46. <y>15</y>
  47. <width>742</width>
  48. <height>211</height>
  49. </rect>
  50. </property>
  51. <layout class="QVBoxLayout" name="verticalLayout">
  52. <property name="spacing">
  53. <number>20</number>
  54. </property>
  55. <item>
  56. <layout class="QGridLayout" name="gridLayout">
  57. <property name="horizontalSpacing">
  58. <number>10</number>
  59. </property>
  60. <property name="verticalSpacing">
  61. <number>15</number>
  62. </property>
  63. <item row="0" column="0">
  64. <widget class="QCheckBox" name="checkBoxDaSwitch">
  65. <property name="text">
  66. <string/>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="0" column="1">
  71. <widget class="QLabel" name="label_3">
  72. <property name="text">
  73. <string>DAC开关</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item row="0" column="2">
  78. <widget class="QComboBox" name="comboBoxDaSwitch">
  79. <property name="minimumSize">
  80. <size>
  81. <width>550</width>
  82. <height>28</height>
  83. </size>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="1" column="0">
  88. <widget class="QCheckBox" name="checkBoxDaGain">
  89. <property name="text">
  90. <string/>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="1" column="1">
  95. <widget class="QLabel" name="label_4">
  96. <property name="text">
  97. <string>DAC增益</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item row="1" column="2">
  102. <widget class="QComboBox" name="comboBoxDaGain">
  103. <property name="minimumSize">
  104. <size>
  105. <width>640</width>
  106. <height>28</height>
  107. </size>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="2" column="0">
  112. <widget class="QCheckBox" name="checkBoxPaSwitch">
  113. <property name="text">
  114. <string/>
  115. </property>
  116. </widget>
  117. </item>
  118. <item row="2" column="1">
  119. <widget class="QLabel" name="label_5">
  120. <property name="text">
  121. <string>功放开关</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="2" column="2">
  126. <widget class="QComboBox" name="comboBoxPaSwitch">
  127. <property name="minimumSize">
  128. <size>
  129. <width>640</width>
  130. <height>28</height>
  131. </size>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="3" column="0">
  136. <widget class="QCheckBox" name="checkBoxPaGain">
  137. <property name="text">
  138. <string/>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="3" column="1">
  143. <widget class="QLabel" name="label_6">
  144. <property name="text">
  145. <string>功放增益</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item row="3" column="2">
  150. <widget class="QComboBox" name="comboBoxPaGain">
  151. <property name="minimumSize">
  152. <size>
  153. <width>640</width>
  154. <height>28</height>
  155. </size>
  156. </property>
  157. </widget>
  158. </item>
  159. </layout>
  160. </item>
  161. <item>
  162. <layout class="QHBoxLayout" name="horizontalLayout">
  163. <item>
  164. <widget class="QPushButton" name="pushButtonAllSel">
  165. <property name="text">
  166. <string>全选</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="QPushButton" name="pushButtonAllNoSel">
  172. <property name="text">
  173. <string>全不选</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QPushButton" name="pushButtonClear">
  179. <property name="text">
  180. <string>清空</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item>
  185. <widget class="QPushButton" name="pushButtonQuery">
  186. <property name="text">
  187. <string>查询</string>
  188. </property>
  189. </widget>
  190. </item>
  191. <item>
  192. <widget class="QPushButton" name="pushButtonConfig">
  193. <property name="text">
  194. <string>设置</string>
  195. </property>
  196. </widget>
  197. </item>
  198. <item>
  199. <widget class="QPushButton" name="pushButtonUpload">
  200. <property name="text">
  201. <string>上传数据</string>
  202. </property>
  203. </widget>
  204. </item>
  205. </layout>
  206. </item>
  207. </layout>
  208. </widget>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="QLabel" name="label_7">
  213. <property name="text">
  214. <string>注意:“上传数据”是将数据上传至管理中心</string>
  215. </property>
  216. </widget>
  217. </item>
  218. </layout>
  219. </item>
  220. <item row="0" column="1">
  221. <spacer name="verticalSpacer">
  222. <property name="orientation">
  223. <enum>Qt::Vertical</enum>
  224. </property>
  225. <property name="sizeHint" stdset="0">
  226. <size>
  227. <width>20</width>
  228. <height>40</height>
  229. </size>
  230. </property>
  231. </spacer>
  232. </item>
  233. <item row="2" column="1">
  234. <spacer name="verticalSpacer_2">
  235. <property name="orientation">
  236. <enum>Qt::Vertical</enum>
  237. </property>
  238. <property name="sizeHint" stdset="0">
  239. <size>
  240. <width>20</width>
  241. <height>40</height>
  242. </size>
  243. </property>
  244. </spacer>
  245. </item>
  246. <item row="1" column="2">
  247. <spacer name="horizontalSpacer">
  248. <property name="orientation">
  249. <enum>Qt::Horizontal</enum>
  250. </property>
  251. <property name="sizeHint" stdset="0">
  252. <size>
  253. <width>40</width>
  254. <height>20</height>
  255. </size>
  256. </property>
  257. </spacer>
  258. </item>
  259. <item row="1" column="0">
  260. <spacer name="horizontalSpacer_2">
  261. <property name="orientation">
  262. <enum>Qt::Horizontal</enum>
  263. </property>
  264. <property name="sizeHint" stdset="0">
  265. <size>
  266. <width>40</width>
  267. <height>20</height>
  268. </size>
  269. </property>
  270. </spacer>
  271. </item>
  272. </layout>
  273. </widget>
  274. <resources/>
  275. <connections/>
  276. </ui>