oamnetworkparam.ui 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OamNetworkParam</class>
  4. <widget class="QDialog" name="OamNetworkParam">
  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>800</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Dialog</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout_2">
  23. <item row="0" column="1">
  24. <spacer name="verticalSpacer">
  25. <property name="orientation">
  26. <enum>Qt::Vertical</enum>
  27. </property>
  28. <property name="sizeHint" stdset="0">
  29. <size>
  30. <width>20</width>
  31. <height>40</height>
  32. </size>
  33. </property>
  34. </spacer>
  35. </item>
  36. <item row="1" column="1">
  37. <layout class="QVBoxLayout" name="verticalLayout_2">
  38. <item>
  39. <widget class="QGroupBox" name="groupBox">
  40. <property name="minimumSize">
  41. <size>
  42. <width>770</width>
  43. <height>285</height>
  44. </size>
  45. </property>
  46. <property name="maximumSize">
  47. <size>
  48. <width>680</width>
  49. <height>300</height>
  50. </size>
  51. </property>
  52. <property name="title">
  53. <string/>
  54. </property>
  55. <widget class="QWidget" name="">
  56. <property name="geometry">
  57. <rect>
  58. <x>12</x>
  59. <y>16</y>
  60. <width>750</width>
  61. <height>254</height>
  62. </rect>
  63. </property>
  64. <layout class="QVBoxLayout" name="verticalLayout">
  65. <property name="spacing">
  66. <number>20</number>
  67. </property>
  68. <item>
  69. <layout class="QGridLayout" name="gridLayout">
  70. <property name="horizontalSpacing">
  71. <number>10</number>
  72. </property>
  73. <property name="verticalSpacing">
  74. <number>15</number>
  75. </property>
  76. <item row="0" column="0">
  77. <widget class="QCheckBox" name="checkBoxSwitch">
  78. <property name="text">
  79. <string/>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="0" column="1">
  84. <widget class="QLabel" name="label_7">
  85. <property name="text">
  86. <string>网管使能</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="0" column="2">
  91. <widget class="QComboBox" name="comboBoxSwitch">
  92. <property name="minimumSize">
  93. <size>
  94. <width>500</width>
  95. <height>28</height>
  96. </size>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="1" column="0">
  101. <widget class="QCheckBox" name="checkBoxWifiName">
  102. <property name="text">
  103. <string/>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="1" column="1">
  108. <widget class="QLabel" name="label_3">
  109. <property name="text">
  110. <string>WiFi 名称</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="1" column="2">
  115. <widget class="QLineEdit" name="lineEditWifiName">
  116. <property name="minimumSize">
  117. <size>
  118. <width>620</width>
  119. <height>28</height>
  120. </size>
  121. </property>
  122. <property name="maximumSize">
  123. <size>
  124. <width>500</width>
  125. <height>16777215</height>
  126. </size>
  127. </property>
  128. <property name="maxLength">
  129. <number>32</number>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="2" column="0">
  134. <widget class="QCheckBox" name="checkBoxWifiPwd">
  135. <property name="text">
  136. <string/>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="2" column="1">
  141. <widget class="QLabel" name="label_4">
  142. <property name="text">
  143. <string>WiFi 密码</string>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="2" column="2">
  148. <widget class="QLineEdit" name="lineEditWifiPwd">
  149. <property name="minimumSize">
  150. <size>
  151. <width>620</width>
  152. <height>28</height>
  153. </size>
  154. </property>
  155. <property name="maximumSize">
  156. <size>
  157. <width>500</width>
  158. <height>16777215</height>
  159. </size>
  160. </property>
  161. <property name="maxLength">
  162. <number>32</number>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="3" column="0">
  167. <widget class="QCheckBox" name="checkBoxServiceIp">
  168. <property name="text">
  169. <string/>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="3" column="1">
  174. <widget class="QLabel" name="label_6">
  175. <property name="text">
  176. <string>网管中心IP</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="3" column="2">
  181. <widget class="QLineEdit" name="lineEditServiceIp">
  182. <property name="minimumSize">
  183. <size>
  184. <width>620</width>
  185. <height>28</height>
  186. </size>
  187. </property>
  188. <property name="maximumSize">
  189. <size>
  190. <width>500</width>
  191. <height>16777215</height>
  192. </size>
  193. </property>
  194. <property name="maxLength">
  195. <number>32</number>
  196. </property>
  197. </widget>
  198. </item>
  199. <item row="4" column="0">
  200. <widget class="QCheckBox" name="checkBoxServicePort">
  201. <property name="text">
  202. <string/>
  203. </property>
  204. </widget>
  205. </item>
  206. <item row="4" column="1">
  207. <widget class="QLabel" name="label_5">
  208. <property name="text">
  209. <string>网管中心端口</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="4" column="2">
  214. <widget class="QSpinBox" name="spinBoxServicePort">
  215. <property name="minimumSize">
  216. <size>
  217. <width>620</width>
  218. <height>28</height>
  219. </size>
  220. </property>
  221. <property name="maximumSize">
  222. <size>
  223. <width>500</width>
  224. <height>16777215</height>
  225. </size>
  226. </property>
  227. <property name="maximum">
  228. <number>65535</number>
  229. </property>
  230. </widget>
  231. </item>
  232. </layout>
  233. </item>
  234. <item>
  235. <layout class="QHBoxLayout" name="horizontalLayout">
  236. <item>
  237. <widget class="QPushButton" name="pushButtonAllSel">
  238. <property name="text">
  239. <string>全选</string>
  240. </property>
  241. </widget>
  242. </item>
  243. <item>
  244. <widget class="QPushButton" name="pushButtonAllNoSel">
  245. <property name="text">
  246. <string>全不选</string>
  247. </property>
  248. </widget>
  249. </item>
  250. <item>
  251. <widget class="QPushButton" name="pushButtonClear">
  252. <property name="text">
  253. <string>清空</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item>
  258. <widget class="QPushButton" name="pushButtonQuery">
  259. <property name="text">
  260. <string>查询</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QPushButton" name="pushButtonConfig">
  266. <property name="text">
  267. <string>设置</string>
  268. </property>
  269. </widget>
  270. </item>
  271. <item>
  272. <widget class="QPushButton" name="pushButtonUpload">
  273. <property name="text">
  274. <string>上传数据</string>
  275. </property>
  276. </widget>
  277. </item>
  278. </layout>
  279. </item>
  280. </layout>
  281. </widget>
  282. </widget>
  283. </item>
  284. <item>
  285. <widget class="QLabel" name="label_22">
  286. <property name="text">
  287. <string>注意:“上传数据”是将数据上传至管理中心</string>
  288. </property>
  289. </widget>
  290. </item>
  291. </layout>
  292. </item>
  293. <item row="1" column="2">
  294. <spacer name="horizontalSpacer">
  295. <property name="orientation">
  296. <enum>Qt::Horizontal</enum>
  297. </property>
  298. <property name="sizeHint" stdset="0">
  299. <size>
  300. <width>40</width>
  301. <height>20</height>
  302. </size>
  303. </property>
  304. </spacer>
  305. </item>
  306. <item row="1" column="0">
  307. <spacer name="horizontalSpacer_2">
  308. <property name="orientation">
  309. <enum>Qt::Horizontal</enum>
  310. </property>
  311. <property name="sizeHint" stdset="0">
  312. <size>
  313. <width>40</width>
  314. <height>20</height>
  315. </size>
  316. </property>
  317. </spacer>
  318. </item>
  319. <item row="2" column="1">
  320. <spacer name="verticalSpacer_2">
  321. <property name="orientation">
  322. <enum>Qt::Vertical</enum>
  323. </property>
  324. <property name="sizeHint" stdset="0">
  325. <size>
  326. <width>20</width>
  327. <height>40</height>
  328. </size>
  329. </property>
  330. </spacer>
  331. </item>
  332. </layout>
  333. </widget>
  334. <resources/>
  335. <connections/>
  336. </ui>