oambtsparam.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OamBtsParam</class>
  4. <widget class="QDialog" name="OamBtsParam">
  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="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_4">
  17. <item row="1" column="2">
  18. <spacer name="horizontalSpacer">
  19. <property name="orientation">
  20. <enum>Qt::Horizontal</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>40</width>
  25. <height>20</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item row="2" column="1">
  31. <spacer name="verticalSpacer">
  32. <property name="orientation">
  33. <enum>Qt::Vertical</enum>
  34. </property>
  35. <property name="sizeHint" stdset="0">
  36. <size>
  37. <width>20</width>
  38. <height>40</height>
  39. </size>
  40. </property>
  41. </spacer>
  42. </item>
  43. <item row="1" column="1">
  44. <layout class="QVBoxLayout" name="verticalLayout_2">
  45. <item>
  46. <widget class="QGroupBox" name="groupBox">
  47. <property name="minimumSize">
  48. <size>
  49. <width>770</width>
  50. <height>200</height>
  51. </size>
  52. </property>
  53. <property name="title">
  54. <string/>
  55. </property>
  56. <layout class="QGridLayout" name="gridLayout_2">
  57. <item row="0" column="0">
  58. <layout class="QVBoxLayout" name="verticalLayout">
  59. <property name="spacing">
  60. <number>20</number>
  61. </property>
  62. <item>
  63. <layout class="QGridLayout" name="gridLayout">
  64. <property name="horizontalSpacing">
  65. <number>10</number>
  66. </property>
  67. <property name="verticalSpacing">
  68. <number>15</number>
  69. </property>
  70. <item row="0" column="0">
  71. <widget class="QCheckBox" name="checkBoxBtsId">
  72. <property name="text">
  73. <string/>
  74. </property>
  75. </widget>
  76. </item>
  77. <item row="0" column="1">
  78. <widget class="QLabel" name="label">
  79. <property name="text">
  80. <string>基站编号</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="0" column="2">
  85. <widget class="QSpinBox" name="spinBoxBtsId">
  86. <property name="minimumSize">
  87. <size>
  88. <width>650</width>
  89. <height>28</height>
  90. </size>
  91. </property>
  92. <property name="minimum">
  93. <number>10000</number>
  94. </property>
  95. <property name="maximum">
  96. <number>999999999</number>
  97. </property>
  98. <property name="value">
  99. <number>10000</number>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="1" column="0">
  104. <widget class="QCheckBox" name="checkBoxCarrierId">
  105. <property name="text">
  106. <string/>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="1" column="1">
  111. <widget class="QLabel" name="label_2">
  112. <property name="text">
  113. <string>载波编号</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="1" column="2">
  118. <widget class="QComboBox" name="comboBoxCarrierId">
  119. <property name="minimumSize">
  120. <size>
  121. <width>640</width>
  122. <height>28</height>
  123. </size>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="2" column="0">
  128. <widget class="QCheckBox" name="checkBoxTimeslot">
  129. <property name="text">
  130. <string/>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="2" column="1">
  135. <widget class="QLabel" name="label_7">
  136. <property name="text">
  137. <string>基站时隙</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item row="2" column="2">
  142. <widget class="QComboBox" name="comboBoxTimeSlot">
  143. <property name="minimumSize">
  144. <size>
  145. <width>640</width>
  146. <height>28</height>
  147. </size>
  148. </property>
  149. </widget>
  150. </item>
  151. <item row="3" column="0">
  152. <widget class="QCheckBox" name="checkBoxLocationType">
  153. <property name="text">
  154. <string/>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="3" column="1">
  159. <widget class="QLabel" name="label_3">
  160. <property name="text">
  161. <string>定位类型</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item row="3" column="2">
  166. <widget class="QComboBox" name="comboBoxLocationType">
  167. <property name="minimumSize">
  168. <size>
  169. <width>650</width>
  170. <height>28</height>
  171. </size>
  172. </property>
  173. </widget>
  174. </item>
  175. <item row="4" column="0">
  176. <widget class="QCheckBox" name="checkBoxTwoBtsNum">
  177. <property name="text">
  178. <string/>
  179. </property>
  180. </widget>
  181. </item>
  182. <item row="4" column="1">
  183. <widget class="QLabel" name="label_6">
  184. <property name="text">
  185. <string>两站数量</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item row="4" column="2">
  190. <widget class="QSpinBox" name="spinBoxTwoBtsNum">
  191. <property name="minimumSize">
  192. <size>
  193. <width>650</width>
  194. <height>28</height>
  195. </size>
  196. </property>
  197. <property name="minimum">
  198. <number>0</number>
  199. </property>
  200. <property name="maximum">
  201. <number>8</number>
  202. </property>
  203. <property name="value">
  204. <number>0</number>
  205. </property>
  206. </widget>
  207. </item>
  208. <item row="5" column="0">
  209. <widget class="QCheckBox" name="checkBoxTwoBtsList">
  210. <property name="text">
  211. <string/>
  212. </property>
  213. </widget>
  214. </item>
  215. <item row="5" column="1">
  216. <widget class="QLabel" name="label_8">
  217. <property name="text">
  218. <string>两站列表</string>
  219. </property>
  220. </widget>
  221. </item>
  222. <item row="5" column="2">
  223. <widget class="QLineEdit" name="lineEditTwoBtsList">
  224. <property name="minimumSize">
  225. <size>
  226. <width>650</width>
  227. <height>28</height>
  228. </size>
  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="pushButtonUploadParam">
  273. <property name="text">
  274. <string>上传数据</string>
  275. </property>
  276. </widget>
  277. </item>
  278. </layout>
  279. </item>
  280. </layout>
  281. </item>
  282. </layout>
  283. </widget>
  284. </item>
  285. <item>
  286. <widget class="QLabel" name="label_10">
  287. <property name="text">
  288. <string/>
  289. </property>
  290. </widget>
  291. </item>
  292. <item>
  293. <layout class="QGridLayout" name="gridLayout_3">
  294. <property name="verticalSpacing">
  295. <number>10</number>
  296. </property>
  297. <item row="0" column="0">
  298. <widget class="QLabel" name="label_4">
  299. <property name="text">
  300. <string>注意:</string>
  301. </property>
  302. </widget>
  303. </item>
  304. <item row="2" column="0">
  305. <widget class="QLabel" name="label_9">
  306. <property name="text">
  307. <string>2、两站数量在一维定位和融合定位时有效,表示与当前基站进行一维定位或者融合定位的基站数量</string>
  308. </property>
  309. </widget>
  310. </item>
  311. <item row="1" column="0">
  312. <widget class="QLabel" name="label_5">
  313. <property name="text">
  314. <string>1、基站编号是基站在项目中的唯一标识</string>
  315. </property>
  316. </widget>
  317. </item>
  318. <item row="4" column="0">
  319. <widget class="QLabel" name="label_12">
  320. <property name="text">
  321. <string>4、“上传数据”是将数据上传至管理中心</string>
  322. </property>
  323. </widget>
  324. </item>
  325. <item row="3" column="0">
  326. <widget class="QLabel" name="label_11">
  327. <property name="text">
  328. <string>3、两站列表在一维定位和融合定位时有效,表示与当前基站进行一维定位或者融合定位的基站编号列表,以英文逗号分割</string>
  329. </property>
  330. </widget>
  331. </item>
  332. </layout>
  333. </item>
  334. </layout>
  335. </item>
  336. <item row="0" column="1">
  337. <spacer name="verticalSpacer_2">
  338. <property name="orientation">
  339. <enum>Qt::Vertical</enum>
  340. </property>
  341. <property name="sizeHint" stdset="0">
  342. <size>
  343. <width>20</width>
  344. <height>40</height>
  345. </size>
  346. </property>
  347. </spacer>
  348. </item>
  349. <item row="1" column="0">
  350. <spacer name="horizontalSpacer_2">
  351. <property name="orientation">
  352. <enum>Qt::Horizontal</enum>
  353. </property>
  354. <property name="sizeHint" stdset="0">
  355. <size>
  356. <width>40</width>
  357. <height>20</height>
  358. </size>
  359. </property>
  360. </spacer>
  361. </item>
  362. </layout>
  363. </widget>
  364. <resources/>
  365. <connections/>
  366. </ui>