importtemplate.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ImportTemplate</class>
  4. <widget class="QDialog" name="ImportTemplate">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>444</width>
  10. <height>618</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QDialog#ImportTemplate{
  18. background:transparent;
  19. }</string>
  20. </property>
  21. <widget class="QWidget" name="widget" native="true">
  22. <property name="geometry">
  23. <rect>
  24. <x>0</x>
  25. <y>0</y>
  26. <width>444</width>
  27. <height>618</height>
  28. </rect>
  29. </property>
  30. <property name="styleSheet">
  31. <string notr="true"/>
  32. </property>
  33. <widget class="QLabel" name="label_NC1">
  34. <property name="geometry">
  35. <rect>
  36. <x>32</x>
  37. <y>18</y>
  38. <width>80</width>
  39. <height>18</height>
  40. </rect>
  41. </property>
  42. <property name="text">
  43. <string>导入模板</string>
  44. </property>
  45. </widget>
  46. <widget class="QPushButton" name="pBtn_close">
  47. <property name="geometry">
  48. <rect>
  49. <x>396</x>
  50. <y>12</y>
  51. <width>32</width>
  52. <height>32</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string/>
  57. </property>
  58. </widget>
  59. <widget class="QLabel" name="label_line1">
  60. <property name="geometry">
  61. <rect>
  62. <x>0</x>
  63. <y>56</y>
  64. <width>444</width>
  65. <height>1</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string/>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label_line2">
  73. <property name="geometry">
  74. <rect>
  75. <x>32</x>
  76. <y>89</y>
  77. <width>380</width>
  78. <height>1</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string/>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_line3">
  86. <property name="geometry">
  87. <rect>
  88. <x>32</x>
  89. <y>137</y>
  90. <width>380</width>
  91. <height>1</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string/>
  96. </property>
  97. </widget>
  98. <widget class="QLabel" name="label_NC2">
  99. <property name="geometry">
  100. <rect>
  101. <x>44</x>
  102. <y>107</y>
  103. <width>32</width>
  104. <height>14</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>序号</string>
  109. </property>
  110. </widget>
  111. <widget class="QLabel" name="label_NC3">
  112. <property name="geometry">
  113. <rect>
  114. <x>92</x>
  115. <y>107</y>
  116. <width>56</width>
  117. <height>14</height>
  118. </rect>
  119. </property>
  120. <property name="text">
  121. <string>模板名称</string>
  122. </property>
  123. </widget>
  124. <widget class="QLabel" name="label_NC4">
  125. <property name="geometry">
  126. <rect>
  127. <x>364</x>
  128. <y>107</y>
  129. <width>28</width>
  130. <height>14</height>
  131. </rect>
  132. </property>
  133. <property name="text">
  134. <string>操作</string>
  135. </property>
  136. </widget>
  137. <widget class="QPushButton" name="pBtn_cancel">
  138. <property name="geometry">
  139. <rect>
  140. <x>276</x>
  141. <y>554</y>
  142. <width>60</width>
  143. <height>32</height>
  144. </rect>
  145. </property>
  146. <property name="text">
  147. <string>取消</string>
  148. </property>
  149. </widget>
  150. <widget class="QPushButton" name="pBtn_ok">
  151. <property name="geometry">
  152. <rect>
  153. <x>352</x>
  154. <y>554</y>
  155. <width>60</width>
  156. <height>32</height>
  157. </rect>
  158. </property>
  159. <property name="text">
  160. <string>确定</string>
  161. </property>
  162. </widget>
  163. <widget class="QTableWidget" name="tableWidget">
  164. <property name="geometry">
  165. <rect>
  166. <x>32</x>
  167. <y>140</y>
  168. <width>380</width>
  169. <height>384</height>
  170. </rect>
  171. </property>
  172. </widget>
  173. <widget class="QLabel" name="label_warning">
  174. <property name="geometry">
  175. <rect>
  176. <x>50</x>
  177. <y>65</y>
  178. <width>351</width>
  179. <height>21</height>
  180. </rect>
  181. </property>
  182. <property name="text">
  183. <string>TextLabel</string>
  184. </property>
  185. </widget>
  186. </widget>
  187. </widget>
  188. <resources/>
  189. <connections/>
  190. </ui>