savetotemplate.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SaveToTemplate</class>
  4. <widget class="QDialog" name="SaveToTemplate">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>416</width>
  10. <height>217</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QDialog#SaveToTemplate{
  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>416</width>
  27. <height>217</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>110</width>
  39. <height>18</height>
  40. </rect>
  41. </property>
  42. <property name="text">
  43. <string>保存为模版</string>
  44. </property>
  45. </widget>
  46. <widget class="QLabel" name="label_line">
  47. <property name="geometry">
  48. <rect>
  49. <x>0</x>
  50. <y>56</y>
  51. <width>416</width>
  52. <height>1</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string/>
  57. </property>
  58. </widget>
  59. <widget class="QPushButton" name="pBtn_close">
  60. <property name="geometry">
  61. <rect>
  62. <x>368</x>
  63. <y>12</y>
  64. <width>32</width>
  65. <height>32</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string/>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label_NC3_x">
  73. <property name="geometry">
  74. <rect>
  75. <x>32</x>
  76. <y>98</y>
  77. <width>7</width>
  78. <height>14</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_NC4">
  86. <property name="geometry">
  87. <rect>
  88. <x>40</x>
  89. <y>98</y>
  90. <width>70</width>
  91. <height>14</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>模板名称:</string>
  96. </property>
  97. </widget>
  98. <widget class="QLineEdit" name="lineEdit">
  99. <property name="geometry">
  100. <rect>
  101. <x>110</x>
  102. <y>89</y>
  103. <width>274</width>
  104. <height>32</height>
  105. </rect>
  106. </property>
  107. <property name="font">
  108. <font>
  109. <family>思源黑体R</family>
  110. <weight>50</weight>
  111. <italic>false</italic>
  112. <bold>false</bold>
  113. </font>
  114. </property>
  115. <property name="placeholderText">
  116. <string>请输入</string>
  117. </property>
  118. </widget>
  119. <widget class="QPushButton" name="pBtn_cancel">
  120. <property name="geometry">
  121. <rect>
  122. <x>248</x>
  123. <y>153</y>
  124. <width>60</width>
  125. <height>32</height>
  126. </rect>
  127. </property>
  128. <property name="text">
  129. <string>取消</string>
  130. </property>
  131. </widget>
  132. <widget class="QPushButton" name="pBtn_ok">
  133. <property name="geometry">
  134. <rect>
  135. <x>324</x>
  136. <y>153</y>
  137. <width>60</width>
  138. <height>32</height>
  139. </rect>
  140. </property>
  141. <property name="text">
  142. <string>保存</string>
  143. </property>
  144. </widget>
  145. <widget class="QLabel" name="label_warn">
  146. <property name="geometry">
  147. <rect>
  148. <x>116</x>
  149. <y>126</y>
  150. <width>261</width>
  151. <height>20</height>
  152. </rect>
  153. </property>
  154. <property name="text">
  155. <string/>
  156. </property>
  157. </widget>
  158. </widget>
  159. </widget>
  160. <resources/>
  161. <connections/>
  162. </ui>