databasewidget.ui 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DatabaseWidget</class>
  4. <widget class="QWidget" name="DatabaseWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>352</width>
  10. <height>553</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>352</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true"/>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout">
  26. <property name="spacing">
  27. <number>24</number>
  28. </property>
  29. <property name="leftMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>24</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QWidget" name="widget" native="true">
  43. <layout class="QGridLayout" name="gridLayout">
  44. <property name="sizeConstraint">
  45. <enum>QLayout::SetDefaultConstraint</enum>
  46. </property>
  47. <property name="leftMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="topMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="rightMargin">
  54. <number>0</number>
  55. </property>
  56. <property name="bottomMargin">
  57. <number>24</number>
  58. </property>
  59. <property name="horizontalSpacing">
  60. <number>1</number>
  61. </property>
  62. <property name="verticalSpacing">
  63. <number>16</number>
  64. </property>
  65. <item row="4" column="1">
  66. <widget class="QLineEdit" name="lineEdit_listenPort">
  67. <property name="minimumSize">
  68. <size>
  69. <width>172</width>
  70. <height>32</height>
  71. </size>
  72. </property>
  73. <property name="maximumSize">
  74. <size>
  75. <width>232</width>
  76. <height>32</height>
  77. </size>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="1" column="0">
  82. <widget class="QLabel" name="label_3">
  83. <property name="text">
  84. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;操作日志保留:</string>
  85. </property>
  86. <property name="alignment">
  87. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="0" column="0">
  92. <widget class="QLabel" name="label_2">
  93. <property name="text">
  94. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音日志保留:</string>
  95. </property>
  96. <property name="alignment">
  97. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  98. </property>
  99. </widget>
  100. </item>
  101. <item row="2" column="2">
  102. <widget class="QLabel" name="label_11">
  103. <property name="minimumSize">
  104. <size>
  105. <width>60</width>
  106. <height>0</height>
  107. </size>
  108. </property>
  109. <property name="text">
  110. <string>(1~24)</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="2" column="1">
  115. <widget class="QLineEdit" name="lineEdit_recordFileRetain">
  116. <property name="minimumSize">
  117. <size>
  118. <width>172</width>
  119. <height>32</height>
  120. </size>
  121. </property>
  122. <property name="maximumSize">
  123. <size>
  124. <width>232</width>
  125. <height>32</height>
  126. </size>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="3" column="2">
  131. <spacer name="horizontalSpacer_3">
  132. <property name="orientation">
  133. <enum>Qt::Horizontal</enum>
  134. </property>
  135. <property name="sizeHint" stdset="0">
  136. <size>
  137. <width>40</width>
  138. <height>20</height>
  139. </size>
  140. </property>
  141. </spacer>
  142. </item>
  143. <item row="4" column="0">
  144. <widget class="QLabel" name="label_5">
  145. <property name="text">
  146. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;侦听端口:</string>
  147. </property>
  148. <property name="alignment">
  149. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  150. </property>
  151. </widget>
  152. </item>
  153. <item row="2" column="0">
  154. <widget class="QLabel" name="label_4">
  155. <property name="text">
  156. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音文件保留:</string>
  157. </property>
  158. <property name="alignment">
  159. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  160. </property>
  161. </widget>
  162. </item>
  163. <item row="0" column="2">
  164. <widget class="QLabel" name="label_10">
  165. <property name="minimumSize">
  166. <size>
  167. <width>60</width>
  168. <height>0</height>
  169. </size>
  170. </property>
  171. <property name="text">
  172. <string>(1~360)</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item row="1" column="1">
  177. <widget class="QLineEdit" name="lineEdit_operatorLOgRetain">
  178. <property name="minimumSize">
  179. <size>
  180. <width>172</width>
  181. <height>32</height>
  182. </size>
  183. </property>
  184. <property name="maximumSize">
  185. <size>
  186. <width>232</width>
  187. <height>32</height>
  188. </size>
  189. </property>
  190. </widget>
  191. </item>
  192. <item row="6" column="0">
  193. <widget class="QPushButton" name="btnRestore">
  194. <property name="minimumSize">
  195. <size>
  196. <width>102</width>
  197. <height>32</height>
  198. </size>
  199. </property>
  200. <property name="maximumSize">
  201. <size>
  202. <width>102</width>
  203. <height>32</height>
  204. </size>
  205. </property>
  206. <property name="text">
  207. <string>恢复配置项</string>
  208. </property>
  209. </widget>
  210. </item>
  211. <item row="4" column="2">
  212. <spacer name="horizontalSpacer_2">
  213. <property name="orientation">
  214. <enum>Qt::Horizontal</enum>
  215. </property>
  216. <property name="sizeHint" stdset="0">
  217. <size>
  218. <width>40</width>
  219. <height>20</height>
  220. </size>
  221. </property>
  222. </spacer>
  223. </item>
  224. <item row="5" column="2">
  225. <spacer name="horizontalSpacer">
  226. <property name="orientation">
  227. <enum>Qt::Horizontal</enum>
  228. </property>
  229. <property name="sizeHint" stdset="0">
  230. <size>
  231. <width>40</width>
  232. <height>20</height>
  233. </size>
  234. </property>
  235. </spacer>
  236. </item>
  237. <item row="5" column="0">
  238. <widget class="QLabel" name="label_7">
  239. <property name="text">
  240. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音文件目录:</string>
  241. </property>
  242. <property name="alignment">
  243. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  244. </property>
  245. </widget>
  246. </item>
  247. <item row="0" column="1">
  248. <widget class="QLineEdit" name="lineEdit_recordLogRetain">
  249. <property name="minimumSize">
  250. <size>
  251. <width>172</width>
  252. <height>32</height>
  253. </size>
  254. </property>
  255. <property name="maximumSize">
  256. <size>
  257. <width>232</width>
  258. <height>32</height>
  259. </size>
  260. </property>
  261. </widget>
  262. </item>
  263. <item row="3" column="0">
  264. <widget class="QLabel" name="label_6">
  265. <property name="text">
  266. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;客户端通讯端口:</string>
  267. </property>
  268. <property name="alignment">
  269. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  270. </property>
  271. </widget>
  272. </item>
  273. <item row="3" column="1">
  274. <widget class="QLineEdit" name="lineEdit_clientPort">
  275. <property name="minimumSize">
  276. <size>
  277. <width>172</width>
  278. <height>32</height>
  279. </size>
  280. </property>
  281. <property name="maximumSize">
  282. <size>
  283. <width>232</width>
  284. <height>32</height>
  285. </size>
  286. </property>
  287. </widget>
  288. </item>
  289. <item row="5" column="1">
  290. <widget class="QLineEdit" name="lineEdit_recordFilePath">
  291. <property name="minimumSize">
  292. <size>
  293. <width>172</width>
  294. <height>32</height>
  295. </size>
  296. </property>
  297. <property name="maximumSize">
  298. <size>
  299. <width>232</width>
  300. <height>32</height>
  301. </size>
  302. </property>
  303. </widget>
  304. </item>
  305. <item row="1" column="2">
  306. <widget class="QLabel" name="label">
  307. <property name="minimumSize">
  308. <size>
  309. <width>60</width>
  310. <height>0</height>
  311. </size>
  312. </property>
  313. <property name="text">
  314. <string>(1~360)</string>
  315. </property>
  316. </widget>
  317. </item>
  318. <item row="8" column="0" colspan="3">
  319. <spacer name="verticalSpacer">
  320. <property name="orientation">
  321. <enum>Qt::Vertical</enum>
  322. </property>
  323. <property name="sizeHint" stdset="0">
  324. <size>
  325. <width>20</width>
  326. <height>40</height>
  327. </size>
  328. </property>
  329. </spacer>
  330. </item>
  331. <item row="7" column="0" colspan="3">
  332. <widget class="QLabel" name="label_tip">
  333. <property name="text">
  334. <string>可恢复为编辑时的初始字段信息</string>
  335. </property>
  336. </widget>
  337. </item>
  338. </layout>
  339. </widget>
  340. </item>
  341. </layout>
  342. </widget>
  343. <resources/>
  344. <connections/>
  345. </ui>