DialogPreferences.ui 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogPreferences</class>
  4. <widget class="QDialog" name="DialogPreferences">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>780</width>
  10. <height>562</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogPreferences</string>
  15. </property>
  16. <widget class="QTabWidget" name="tabWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>50</y>
  21. <width>761</width>
  22. <height>441</height>
  23. </rect>
  24. </property>
  25. <property name="currentIndex">
  26. <number>4</number>
  27. </property>
  28. <widget class="QWidget" name="tab_1">
  29. <attribute name="title">
  30. <string>基本参数配置</string>
  31. </attribute>
  32. </widget>
  33. <widget class="QWidget" name="tab_2">
  34. <attribute name="title">
  35. <string>硬件组态配置</string>
  36. </attribute>
  37. </widget>
  38. <widget class="QWidget" name="tab_3">
  39. <attribute name="title">
  40. <string>功能块编辑器配置</string>
  41. </attribute>
  42. </widget>
  43. <widget class="QWidget" name="tab_4">
  44. <attribute name="title">
  45. <string>工程配置</string>
  46. </attribute>
  47. </widget>
  48. <widget class="QWidget" name="tab_5">
  49. <attribute name="title">
  50. <string>其他参数</string>
  51. </attribute>
  52. <widget class="QGroupBox" name="groupBox_2">
  53. <property name="geometry">
  54. <rect>
  55. <x>40</x>
  56. <y>40</y>
  57. <width>261</width>
  58. <height>191</height>
  59. </rect>
  60. </property>
  61. <property name="title">
  62. <string/>
  63. </property>
  64. <widget class="QLabel" name="labelTitle_2">
  65. <property name="geometry">
  66. <rect>
  67. <x>0</x>
  68. <y>0</y>
  69. <width>261</width>
  70. <height>41</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>软键盘设置</string>
  75. </property>
  76. </widget>
  77. <widget class="QCheckBox" name="checkBox">
  78. <property name="geometry">
  79. <rect>
  80. <x>30</x>
  81. <y>50</y>
  82. <width>161</width>
  83. <height>21</height>
  84. </rect>
  85. </property>
  86. <property name="text">
  87. <string>启用系统软键盘</string>
  88. </property>
  89. </widget>
  90. <widget class="QCheckBox" name="checkBox_2">
  91. <property name="geometry">
  92. <rect>
  93. <x>30</x>
  94. <y>80</y>
  95. <width>161</width>
  96. <height>21</height>
  97. </rect>
  98. </property>
  99. <property name="text">
  100. <string>启用软键盘为常驻窗口</string>
  101. </property>
  102. </widget>
  103. <widget class="QCheckBox" name="checkBox_3">
  104. <property name="geometry">
  105. <rect>
  106. <x>30</x>
  107. <y>110</y>
  108. <width>161</width>
  109. <height>21</height>
  110. </rect>
  111. </property>
  112. <property name="text">
  113. <string>启用仅触摸屏使用</string>
  114. </property>
  115. </widget>
  116. <widget class="QCheckBox" name="checkBox_4">
  117. <property name="geometry">
  118. <rect>
  119. <x>30</x>
  120. <y>140</y>
  121. <width>161</width>
  122. <height>21</height>
  123. </rect>
  124. </property>
  125. <property name="text">
  126. <string>启用实体键盘(硬键盘)同步</string>
  127. </property>
  128. </widget>
  129. </widget>
  130. <widget class="QGroupBox" name="groupBox_3">
  131. <property name="geometry">
  132. <rect>
  133. <x>340</x>
  134. <y>40</y>
  135. <width>261</width>
  136. <height>191</height>
  137. </rect>
  138. </property>
  139. <property name="title">
  140. <string/>
  141. </property>
  142. <widget class="QLabel" name="labelTitle_3">
  143. <property name="geometry">
  144. <rect>
  145. <x>0</x>
  146. <y>0</y>
  147. <width>261</width>
  148. <height>41</height>
  149. </rect>
  150. </property>
  151. <property name="text">
  152. <string>OEM设置</string>
  153. </property>
  154. </widget>
  155. <widget class="QPushButton" name="btn_ImportLogo">
  156. <property name="geometry">
  157. <rect>
  158. <x>100</x>
  159. <y>40</y>
  160. <width>111</width>
  161. <height>23</height>
  162. </rect>
  163. </property>
  164. <property name="text">
  165. <string>导入 LOGO 图</string>
  166. </property>
  167. </widget>
  168. <widget class="QPushButton" name="btn_ImportDesktop">
  169. <property name="geometry">
  170. <rect>
  171. <x>100</x>
  172. <y>70</y>
  173. <width>111</width>
  174. <height>23</height>
  175. </rect>
  176. </property>
  177. <property name="text">
  178. <string>导入 桌面图</string>
  179. </property>
  180. </widget>
  181. <widget class="QPushButton" name="btn_ImportSplash">
  182. <property name="geometry">
  183. <rect>
  184. <x>100</x>
  185. <y>100</y>
  186. <width>111</width>
  187. <height>23</height>
  188. </rect>
  189. </property>
  190. <property name="text">
  191. <string>导入 欢迎图</string>
  192. </property>
  193. </widget>
  194. </widget>
  195. <widget class="QGroupBox" name="groupBox_Hid">
  196. <property name="geometry">
  197. <rect>
  198. <x>30</x>
  199. <y>250</y>
  200. <width>271</width>
  201. <height>48</height>
  202. </rect>
  203. </property>
  204. <property name="title">
  205. <string>HID</string>
  206. </property>
  207. <widget class="QCheckBox" name="cBox_EnHid">
  208. <property name="geometry">
  209. <rect>
  210. <x>40</x>
  211. <y>20</y>
  212. <width>71</width>
  213. <height>16</height>
  214. </rect>
  215. </property>
  216. <property name="text">
  217. <string>启用 HID</string>
  218. </property>
  219. </widget>
  220. </widget>
  221. <widget class="QGroupBox" name="groupBox_5">
  222. <property name="geometry">
  223. <rect>
  224. <x>30</x>
  225. <y>310</y>
  226. <width>271</width>
  227. <height>48</height>
  228. </rect>
  229. </property>
  230. <property name="title">
  231. <string>自动运行</string>
  232. </property>
  233. <widget class="QCheckBox" name="cBox_EnAutoRun">
  234. <property name="geometry">
  235. <rect>
  236. <x>40</x>
  237. <y>20</y>
  238. <width>101</width>
  239. <height>16</height>
  240. </rect>
  241. </property>
  242. <property name="text">
  243. <string>启用 自动启动</string>
  244. </property>
  245. </widget>
  246. </widget>
  247. </widget>
  248. </widget>
  249. <widget class="QPushButton" name="btn_cancel">
  250. <property name="geometry">
  251. <rect>
  252. <x>650</x>
  253. <y>510</y>
  254. <width>91</width>
  255. <height>31</height>
  256. </rect>
  257. </property>
  258. <property name="text">
  259. <string>Cancel</string>
  260. </property>
  261. </widget>
  262. <widget class="QPushButton" name="btn_ok">
  263. <property name="geometry">
  264. <rect>
  265. <x>530</x>
  266. <y>510</y>
  267. <width>91</width>
  268. <height>31</height>
  269. </rect>
  270. </property>
  271. <property name="text">
  272. <string>OK</string>
  273. </property>
  274. <property name="default">
  275. <bool>true</bool>
  276. </property>
  277. </widget>
  278. <widget class="QLabel" name="labelTitle">
  279. <property name="enabled">
  280. <bool>false</bool>
  281. </property>
  282. <property name="geometry">
  283. <rect>
  284. <x>0</x>
  285. <y>0</y>
  286. <width>781</width>
  287. <height>41</height>
  288. </rect>
  289. </property>
  290. <property name="text">
  291. <string>系统偏好设置</string>
  292. </property>
  293. </widget>
  294. </widget>
  295. <layoutdefault spacing="6" margin="11"/>
  296. <resources/>
  297. <connections/>
  298. </ui>