databasewidget.ui 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QWidget#widget
  18. {
  19. border-bottom: 1px solid #E9E9E9;
  20. }
  21. QLabel
  22. {
  23. font-weight: 400;
  24. font-size: 14px;
  25. color: #3A3F63;
  26. }
  27. QLineEdit
  28. {
  29. background: #FFFFFF;
  30. border-radius: 4px;
  31. border: 1px solid #E6E9F4;
  32. padding-left: 12px;
  33. font-weight: 400;
  34. font-size: 14px;
  35. color: #3A3F63;
  36. }
  37. QLineEdit:hover,QLineEdit:focus
  38. {
  39. border: 1px solid #4458FE;
  40. }
  41. QPushButton
  42. {
  43. background: #FFFFFF;
  44. border-radius: 4px;
  45. border: 1px solid #E6E9F4;
  46. font-weight: 500;
  47. font-size: 14px;
  48. color: #3A3F63;
  49. }
  50. QPushButton:hover
  51. {
  52. border: 1px solid #4458FE;
  53. color: #4458FE;
  54. }</string>
  55. </property>
  56. <layout class="QVBoxLayout" name="verticalLayout">
  57. <property name="spacing">
  58. <number>24</number>
  59. </property>
  60. <property name="leftMargin">
  61. <number>0</number>
  62. </property>
  63. <property name="topMargin">
  64. <number>24</number>
  65. </property>
  66. <property name="rightMargin">
  67. <number>0</number>
  68. </property>
  69. <property name="bottomMargin">
  70. <number>0</number>
  71. </property>
  72. <item>
  73. <widget class="QWidget" name="widget" native="true">
  74. <layout class="QGridLayout" name="gridLayout">
  75. <property name="sizeConstraint">
  76. <enum>QLayout::SetDefaultConstraint</enum>
  77. </property>
  78. <property name="leftMargin">
  79. <number>0</number>
  80. </property>
  81. <property name="topMargin">
  82. <number>0</number>
  83. </property>
  84. <property name="rightMargin">
  85. <number>0</number>
  86. </property>
  87. <property name="bottomMargin">
  88. <number>24</number>
  89. </property>
  90. <property name="horizontalSpacing">
  91. <number>0</number>
  92. </property>
  93. <property name="verticalSpacing">
  94. <number>16</number>
  95. </property>
  96. <item row="0" column="0">
  97. <widget class="QLabel" name="label_2">
  98. <property name="text">
  99. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音日志保留:</string>
  100. </property>
  101. <property name="alignment">
  102. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  103. </property>
  104. </widget>
  105. </item>
  106. <item row="0" column="1">
  107. <widget class="QWidget" name="widget_2" native="true">
  108. <property name="minimumSize">
  109. <size>
  110. <width>232</width>
  111. <height>32</height>
  112. </size>
  113. </property>
  114. <property name="maximumSize">
  115. <size>
  116. <width>232</width>
  117. <height>32</height>
  118. </size>
  119. </property>
  120. </widget>
  121. </item>
  122. <item row="1" column="0">
  123. <widget class="QLabel" name="label_3">
  124. <property name="text">
  125. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;操作日志保留:</string>
  126. </property>
  127. <property name="alignment">
  128. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="1" column="1">
  133. <widget class="QWidget" name="widget_3" native="true">
  134. <property name="minimumSize">
  135. <size>
  136. <width>232</width>
  137. <height>32</height>
  138. </size>
  139. </property>
  140. <property name="maximumSize">
  141. <size>
  142. <width>232</width>
  143. <height>32</height>
  144. </size>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="2" column="0">
  149. <widget class="QLabel" name="label_4">
  150. <property name="text">
  151. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音文件保留:</string>
  152. </property>
  153. <property name="alignment">
  154. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="2" column="1">
  159. <widget class="QWidget" name="widget_4" native="true">
  160. <property name="minimumSize">
  161. <size>
  162. <width>232</width>
  163. <height>32</height>
  164. </size>
  165. </property>
  166. <property name="maximumSize">
  167. <size>
  168. <width>232</width>
  169. <height>32</height>
  170. </size>
  171. </property>
  172. </widget>
  173. </item>
  174. <item row="3" column="0">
  175. <widget class="QLabel" name="label_6">
  176. <property name="text">
  177. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;客户端通讯端口:</string>
  178. </property>
  179. <property name="alignment">
  180. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="3" column="1">
  185. <widget class="QLineEdit" name="lineEdit_2">
  186. <property name="minimumSize">
  187. <size>
  188. <width>232</width>
  189. <height>32</height>
  190. </size>
  191. </property>
  192. <property name="maximumSize">
  193. <size>
  194. <width>232</width>
  195. <height>32</height>
  196. </size>
  197. </property>
  198. </widget>
  199. </item>
  200. <item row="4" column="0">
  201. <widget class="QLabel" name="label_5">
  202. <property name="text">
  203. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;侦听端口:</string>
  204. </property>
  205. <property name="alignment">
  206. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  207. </property>
  208. </widget>
  209. </item>
  210. <item row="4" column="1">
  211. <widget class="QLineEdit" name="lineEdit">
  212. <property name="minimumSize">
  213. <size>
  214. <width>232</width>
  215. <height>32</height>
  216. </size>
  217. </property>
  218. <property name="maximumSize">
  219. <size>
  220. <width>232</width>
  221. <height>32</height>
  222. </size>
  223. </property>
  224. </widget>
  225. </item>
  226. <item row="5" column="0">
  227. <widget class="QLabel" name="label_7">
  228. <property name="text">
  229. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音文件目录:</string>
  230. </property>
  231. <property name="alignment">
  232. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  233. </property>
  234. </widget>
  235. </item>
  236. <item row="5" column="1">
  237. <widget class="QLineEdit" name="lineEdit_3">
  238. <property name="minimumSize">
  239. <size>
  240. <width>232</width>
  241. <height>32</height>
  242. </size>
  243. </property>
  244. <property name="maximumSize">
  245. <size>
  246. <width>232</width>
  247. <height>32</height>
  248. </size>
  249. </property>
  250. </widget>
  251. </item>
  252. </layout>
  253. </widget>
  254. </item>
  255. <item>
  256. <widget class="QPushButton" name="btnRestore">
  257. <property name="minimumSize">
  258. <size>
  259. <width>102</width>
  260. <height>32</height>
  261. </size>
  262. </property>
  263. <property name="maximumSize">
  264. <size>
  265. <width>102</width>
  266. <height>32</height>
  267. </size>
  268. </property>
  269. <property name="text">
  270. <string>恢复配置项</string>
  271. </property>
  272. </widget>
  273. </item>
  274. <item>
  275. <spacer name="verticalSpacer">
  276. <property name="orientation">
  277. <enum>Qt::Vertical</enum>
  278. </property>
  279. <property name="sizeHint" stdset="0">
  280. <size>
  281. <width>20</width>
  282. <height>40</height>
  283. </size>
  284. </property>
  285. </spacer>
  286. </item>
  287. </layout>
  288. </widget>
  289. <resources/>
  290. <connections/>
  291. </ui>