oaminstallparam.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OamInstallParam</class>
  4. <widget class="QDialog" name="OamInstallParam">
  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>600</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="0" column="1">
  30. <spacer name="verticalSpacer">
  31. <property name="orientation">
  32. <enum>Qt::Vertical</enum>
  33. </property>
  34. <property name="sizeHint" stdset="0">
  35. <size>
  36. <width>20</width>
  37. <height>40</height>
  38. </size>
  39. </property>
  40. </spacer>
  41. </item>
  42. <item row="2" column="1">
  43. <spacer name="verticalSpacer_2">
  44. <property name="orientation">
  45. <enum>Qt::Vertical</enum>
  46. </property>
  47. <property name="sizeHint" stdset="0">
  48. <size>
  49. <width>20</width>
  50. <height>40</height>
  51. </size>
  52. </property>
  53. </spacer>
  54. </item>
  55. <item row="1" column="1">
  56. <layout class="QVBoxLayout" name="verticalLayout_2">
  57. <item>
  58. <widget class="QGroupBox" name="groupBox">
  59. <property name="minimumSize">
  60. <size>
  61. <width>770</width>
  62. <height>460</height>
  63. </size>
  64. </property>
  65. <property name="title">
  66. <string/>
  67. </property>
  68. <widget class="QWidget" name="layoutWidget">
  69. <property name="geometry">
  70. <rect>
  71. <x>16</x>
  72. <y>17</y>
  73. <width>743</width>
  74. <height>426</height>
  75. </rect>
  76. </property>
  77. <layout class="QVBoxLayout" name="verticalLayout">
  78. <property name="spacing">
  79. <number>20</number>
  80. </property>
  81. <item>
  82. <layout class="QGridLayout" name="gridLayout">
  83. <property name="horizontalSpacing">
  84. <number>10</number>
  85. </property>
  86. <property name="verticalSpacing">
  87. <number>15</number>
  88. </property>
  89. <item row="7" column="1">
  90. <widget class="QLabel" name="label_4">
  91. <property name="text">
  92. <string>安装位置</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="6" column="3">
  97. <widget class="QLabel" name="label_9">
  98. <property name="text">
  99. <string>单位:米</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="3" column="2">
  104. <widget class="QLineEdit" name="lineEditLayerBlockDesc">
  105. <property name="minimumSize">
  106. <size>
  107. <width>530</width>
  108. <height>28</height>
  109. </size>
  110. </property>
  111. <property name="maxLength">
  112. <number>30</number>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="4" column="0">
  117. <widget class="QCheckBox" name="checkBoxCoordX">
  118. <property name="text">
  119. <string/>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="1" column="0">
  124. <widget class="QCheckBox" name="checkBoxLayerId">
  125. <property name="text">
  126. <string/>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="4" column="2">
  131. <widget class="QDoubleSpinBox" name="doubleSpinBoxCoordX">
  132. <property name="minimumSize">
  133. <size>
  134. <width>530</width>
  135. <height>28</height>
  136. </size>
  137. </property>
  138. <property name="maximum">
  139. <double>999999.989999999990687</double>
  140. </property>
  141. </widget>
  142. </item>
  143. <item row="7" column="0">
  144. <widget class="QCheckBox" name="checkBoxPosition">
  145. <property name="text">
  146. <string/>
  147. </property>
  148. </widget>
  149. </item>
  150. <item row="7" column="2">
  151. <widget class="QLineEdit" name="lineEditPosition">
  152. <property name="minimumSize">
  153. <size>
  154. <width>530</width>
  155. <height>28</height>
  156. </size>
  157. </property>
  158. <property name="maxLength">
  159. <number>30</number>
  160. </property>
  161. </widget>
  162. </item>
  163. <item row="2" column="2">
  164. <widget class="QComboBox" name="comboBoxLayerBlockId">
  165. <property name="minimumSize">
  166. <size>
  167. <width>530</width>
  168. <height>28</height>
  169. </size>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="5" column="3">
  174. <widget class="QLabel" name="label_10">
  175. <property name="text">
  176. <string>单位:米</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="6" column="2">
  181. <widget class="QDoubleSpinBox" name="doubleSpinBoxCoordZ">
  182. <property name="minimumSize">
  183. <size>
  184. <width>530</width>
  185. <height>28</height>
  186. </size>
  187. </property>
  188. <property name="maximum">
  189. <double>99999.990000000005239</double>
  190. </property>
  191. </widget>
  192. </item>
  193. <item row="0" column="0">
  194. <widget class="QCheckBox" name="checkBoxBuildID">
  195. <property name="text">
  196. <string/>
  197. </property>
  198. </widget>
  199. </item>
  200. <item row="4" column="3">
  201. <widget class="QLabel" name="label_11">
  202. <property name="text">
  203. <string>单位:米</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="2" column="0">
  208. <widget class="QCheckBox" name="checkBoxLayerBlockId">
  209. <property name="text">
  210. <string/>
  211. </property>
  212. </widget>
  213. </item>
  214. <item row="5" column="2">
  215. <widget class="QDoubleSpinBox" name="doubleSpinBoxCoordY">
  216. <property name="minimumSize">
  217. <size>
  218. <width>530</width>
  219. <height>28</height>
  220. </size>
  221. </property>
  222. <property name="maximum">
  223. <double>999999.989999999990687</double>
  224. </property>
  225. </widget>
  226. </item>
  227. <item row="0" column="3">
  228. <widget class="QLabel" name="label_16">
  229. <property name="text">
  230. <string>最多100幢</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item row="3" column="0">
  235. <widget class="QCheckBox" name="checkBoxLayerBlockDesc">
  236. <property name="text">
  237. <string/>
  238. </property>
  239. </widget>
  240. </item>
  241. <item row="4" column="1">
  242. <widget class="QLabel" name="label_6">
  243. <property name="text">
  244. <string>基站X坐标</string>
  245. </property>
  246. </widget>
  247. </item>
  248. <item row="6" column="0">
  249. <widget class="QCheckBox" name="checkBoxCoordZ">
  250. <property name="text">
  251. <string/>
  252. </property>
  253. </widget>
  254. </item>
  255. <item row="6" column="1">
  256. <widget class="QLabel" name="label_5">
  257. <property name="text">
  258. <string>基站Z坐标</string>
  259. </property>
  260. </widget>
  261. </item>
  262. <item row="5" column="0">
  263. <widget class="QCheckBox" name="checkBoxCoordY">
  264. <property name="text">
  265. <string/>
  266. </property>
  267. </widget>
  268. </item>
  269. <item row="1" column="2">
  270. <widget class="QComboBox" name="comboBoxLayerId">
  271. <property name="minimumSize">
  272. <size>
  273. <width>530</width>
  274. <height>28</height>
  275. </size>
  276. </property>
  277. </widget>
  278. </item>
  279. <item row="0" column="2">
  280. <widget class="QComboBox" name="comboBoxBuildID">
  281. <property name="minimumSize">
  282. <size>
  283. <width>525</width>
  284. <height>28</height>
  285. </size>
  286. </property>
  287. </widget>
  288. </item>
  289. <item row="3" column="3">
  290. <widget class="QLabel" name="label_13">
  291. <property name="text">
  292. <string>最多15汉字</string>
  293. </property>
  294. </widget>
  295. </item>
  296. <item row="7" column="3">
  297. <widget class="QLabel" name="label_14">
  298. <property name="text">
  299. <string>最多15个汉字</string>
  300. </property>
  301. </widget>
  302. </item>
  303. <item row="2" column="3">
  304. <widget class="QLabel" name="label_12">
  305. <property name="text">
  306. <string>最多100区</string>
  307. </property>
  308. </widget>
  309. </item>
  310. <item row="2" column="1">
  311. <widget class="QLabel" name="label_2">
  312. <property name="text">
  313. <string>楼层分区</string>
  314. </property>
  315. </widget>
  316. </item>
  317. <item row="1" column="3">
  318. <widget class="QLabel" name="label_17">
  319. <property name="text">
  320. <string>最多330层</string>
  321. </property>
  322. </widget>
  323. </item>
  324. <item row="1" column="1">
  325. <widget class="QLabel" name="label">
  326. <property name="text">
  327. <string>楼层编号</string>
  328. </property>
  329. </widget>
  330. </item>
  331. <item row="0" column="1">
  332. <widget class="QLabel" name="label_15">
  333. <property name="text">
  334. <string>大楼编号</string>
  335. </property>
  336. </widget>
  337. </item>
  338. <item row="5" column="1">
  339. <widget class="QLabel" name="label_7">
  340. <property name="text">
  341. <string>基站Y坐标</string>
  342. </property>
  343. </widget>
  344. </item>
  345. <item row="3" column="1">
  346. <widget class="QLabel" name="label_3">
  347. <property name="text">
  348. <string>分区描述</string>
  349. </property>
  350. </widget>
  351. </item>
  352. </layout>
  353. </item>
  354. <item>
  355. <layout class="QHBoxLayout" name="horizontalLayout">
  356. <item>
  357. <widget class="QPushButton" name="pushButtonAllSel">
  358. <property name="text">
  359. <string>全选</string>
  360. </property>
  361. </widget>
  362. </item>
  363. <item>
  364. <widget class="QPushButton" name="pushButtonAllNoSel">
  365. <property name="text">
  366. <string>全不选</string>
  367. </property>
  368. </widget>
  369. </item>
  370. <item>
  371. <widget class="QPushButton" name="pushButtonClear">
  372. <property name="text">
  373. <string>清空</string>
  374. </property>
  375. </widget>
  376. </item>
  377. <item>
  378. <widget class="QPushButton" name="pushButtonQuery">
  379. <property name="text">
  380. <string>查询</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item>
  385. <widget class="QPushButton" name="pushButtonConfig">
  386. <property name="text">
  387. <string>设置</string>
  388. </property>
  389. </widget>
  390. </item>
  391. <item>
  392. <widget class="QPushButton" name="pushButtonUpload">
  393. <property name="text">
  394. <string>上传数据</string>
  395. </property>
  396. </widget>
  397. </item>
  398. </layout>
  399. </item>
  400. </layout>
  401. </widget>
  402. </widget>
  403. </item>
  404. <item>
  405. <widget class="QLabel" name="label_22">
  406. <property name="text">
  407. <string>注意:“上传数据”是将数据上传至管理中心</string>
  408. </property>
  409. </widget>
  410. </item>
  411. </layout>
  412. </item>
  413. <item row="1" column="2">
  414. <spacer name="horizontalSpacer">
  415. <property name="orientation">
  416. <enum>Qt::Horizontal</enum>
  417. </property>
  418. <property name="sizeHint" stdset="0">
  419. <size>
  420. <width>40</width>
  421. <height>20</height>
  422. </size>
  423. </property>
  424. </spacer>
  425. </item>
  426. <item row="1" column="0">
  427. <spacer name="horizontalSpacer_2">
  428. <property name="orientation">
  429. <enum>Qt::Horizontal</enum>
  430. </property>
  431. <property name="sizeHint" stdset="0">
  432. <size>
  433. <width>40</width>
  434. <height>20</height>
  435. </size>
  436. </property>
  437. </spacer>
  438. </item>
  439. </layout>
  440. </widget>
  441. <resources/>
  442. <connections/>
  443. </ui>