maindlg.ui 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainDlg</class>
  4. <widget class="QMainWindow" name="MainDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1280</width>
  10. <height>786</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>1280</width>
  22. <height>768</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>声波定位系统网管软件 IPS8000GUI-D V2.0.00</string>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true">title:{background-color:rgb(255,0,0);}</string>
  30. </property>
  31. <widget class="QWidget" name="centralwidget">
  32. <layout class="QVBoxLayout" name="verticalLayout">
  33. <item>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <item>
  36. <widget class="QLabel" name="label_4">
  37. <property name="text">
  38. <string>设备类型</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QComboBox" name="comboBoxDeviceType">
  44. <property name="minimumSize">
  45. <size>
  46. <width>100</width>
  47. <height>0</height>
  48. </size>
  49. </property>
  50. <property name="maximumSize">
  51. <size>
  52. <width>100</width>
  53. <height>16777215</height>
  54. </size>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <spacer name="horizontalSpacer">
  60. <property name="orientation">
  61. <enum>Qt::Horizontal</enum>
  62. </property>
  63. <property name="sizeType">
  64. <enum>QSizePolicy::Fixed</enum>
  65. </property>
  66. <property name="sizeHint" stdset="0">
  67. <size>
  68. <width>40</width>
  69. <height>20</height>
  70. </size>
  71. </property>
  72. </spacer>
  73. </item>
  74. <item>
  75. <widget class="QLabel" name="label">
  76. <property name="text">
  77. <string>串口编号</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QComboBox" name="comboBoxUart">
  83. <property name="minimumSize">
  84. <size>
  85. <width>100</width>
  86. <height>0</height>
  87. </size>
  88. </property>
  89. <property name="maximumSize">
  90. <size>
  91. <width>100</width>
  92. <height>16777215</height>
  93. </size>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="pushButtonOpenUart">
  99. <property name="minimumSize">
  100. <size>
  101. <width>50</width>
  102. <height>0</height>
  103. </size>
  104. </property>
  105. <property name="text">
  106. <string>打开</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QPushButton" name="pushButtonCloseUart">
  112. <property name="minimumSize">
  113. <size>
  114. <width>50</width>
  115. <height>0</height>
  116. </size>
  117. </property>
  118. <property name="styleSheet">
  119. <string notr="true">background-color:rgb(255, 0, 0);
  120. border-color: rgb(255, 0, 0);
  121. color:rgb(255,255,255);</string>
  122. </property>
  123. <property name="text">
  124. <string>关闭</string>
  125. </property>
  126. <property name="autoDefault">
  127. <bool>false</bool>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QPushButton" name="pushButtonRefresh">
  133. <property name="minimumSize">
  134. <size>
  135. <width>50</width>
  136. <height>0</height>
  137. </size>
  138. </property>
  139. <property name="text">
  140. <string>刷新</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <spacer name="horizontalSpacer_2">
  146. <property name="orientation">
  147. <enum>Qt::Horizontal</enum>
  148. </property>
  149. <property name="sizeType">
  150. <enum>QSizePolicy::Fixed</enum>
  151. </property>
  152. <property name="sizeHint" stdset="0">
  153. <size>
  154. <width>80</width>
  155. <height>20</height>
  156. </size>
  157. </property>
  158. </spacer>
  159. </item>
  160. <item>
  161. <widget class="QLabel" name="label_2">
  162. <property name="text">
  163. <string>项目编号:</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item>
  168. <widget class="QLabel" name="labelPorjectId">
  169. <property name="text">
  170. <string>请配置</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <spacer name="horizontalSpacer_4">
  176. <property name="orientation">
  177. <enum>Qt::Horizontal</enum>
  178. </property>
  179. <property name="sizeType">
  180. <enum>QSizePolicy::Expanding</enum>
  181. </property>
  182. <property name="sizeHint" stdset="0">
  183. <size>
  184. <width>80</width>
  185. <height>20</height>
  186. </size>
  187. </property>
  188. </spacer>
  189. </item>
  190. <item>
  191. <widget class="QLabel" name="label_3">
  192. <property name="text">
  193. <string>基站编号:</string>
  194. </property>
  195. </widget>
  196. </item>
  197. <item>
  198. <widget class="QLabel" name="labelBtsId">
  199. <property name="text">
  200. <string>请配置</string>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <spacer name="horizontalSpacer_3">
  206. <property name="orientation">
  207. <enum>Qt::Horizontal</enum>
  208. </property>
  209. <property name="sizeType">
  210. <enum>QSizePolicy::Fixed</enum>
  211. </property>
  212. <property name="sizeHint" stdset="0">
  213. <size>
  214. <width>80</width>
  215. <height>20</height>
  216. </size>
  217. </property>
  218. </spacer>
  219. </item>
  220. <item>
  221. <widget class="QPushButton" name="pushButtonSaveParam">
  222. <property name="minimumSize">
  223. <size>
  224. <width>50</width>
  225. <height>0</height>
  226. </size>
  227. </property>
  228. <property name="text">
  229. <string>保存参数</string>
  230. </property>
  231. </widget>
  232. </item>
  233. <item>
  234. <widget class="QPushButton" name="pushButtonRestart">
  235. <property name="minimumSize">
  236. <size>
  237. <width>50</width>
  238. <height>0</height>
  239. </size>
  240. </property>
  241. <property name="text">
  242. <string>重启设备</string>
  243. </property>
  244. </widget>
  245. </item>
  246. <item>
  247. <widget class="QPushButton" name="pushButtonResetParam">
  248. <property name="minimumSize">
  249. <size>
  250. <width>50</width>
  251. <height>0</height>
  252. </size>
  253. </property>
  254. <property name="text">
  255. <string>重置参数</string>
  256. </property>
  257. </widget>
  258. </item>
  259. </layout>
  260. </item>
  261. <item>
  262. <widget class="Line" name="line">
  263. <property name="orientation">
  264. <enum>Qt::Horizontal</enum>
  265. </property>
  266. </widget>
  267. </item>
  268. <item>
  269. <widget class="QTabWidget" name="tabWidgetOamItem">
  270. <property name="minimumSize">
  271. <size>
  272. <width>1255</width>
  273. <height>700</height>
  274. </size>
  275. </property>
  276. <property name="autoFillBackground">
  277. <bool>false</bool>
  278. </property>
  279. <property name="styleSheet">
  280. <string notr="true"/>
  281. </property>
  282. <property name="currentIndex">
  283. <number>0</number>
  284. </property>
  285. <widget class="QWidget" name="tabBaseParameter">
  286. <attribute name="title">
  287. <string>基本参数</string>
  288. </attribute>
  289. </widget>
  290. <widget class="QWidget" name="tabNetworParameter">
  291. <attribute name="title">
  292. <string>网管参数</string>
  293. </attribute>
  294. </widget>
  295. <widget class="QWidget" name="tabInstallParameter">
  296. <attribute name="title">
  297. <string>安装参数</string>
  298. </attribute>
  299. </widget>
  300. </widget>
  301. </item>
  302. </layout>
  303. </widget>
  304. </widget>
  305. <resources/>
  306. <connections/>
  307. </ui>