savetotemplate.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>448</width>
  10. <height>249</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. <layout class="QVBoxLayout" name="verticalLayout">
  22. <property name="spacing">
  23. <number>0</number>
  24. </property>
  25. <property name="leftMargin">
  26. <number>16</number>
  27. </property>
  28. <property name="topMargin">
  29. <number>16</number>
  30. </property>
  31. <property name="rightMargin">
  32. <number>16</number>
  33. </property>
  34. <property name="bottomMargin">
  35. <number>16</number>
  36. </property>
  37. <item>
  38. <widget class="QWidget" name="widget" native="true">
  39. <property name="styleSheet">
  40. <string notr="true"/>
  41. </property>
  42. <widget class="QLabel" name="label_NC1">
  43. <property name="geometry">
  44. <rect>
  45. <x>32</x>
  46. <y>18</y>
  47. <width>110</width>
  48. <height>18</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>保存为模版</string>
  53. </property>
  54. </widget>
  55. <widget class="QLabel" name="label_line">
  56. <property name="geometry">
  57. <rect>
  58. <x>0</x>
  59. <y>56</y>
  60. <width>416</width>
  61. <height>1</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string/>
  66. </property>
  67. </widget>
  68. <widget class="QPushButton" name="pBtn_close">
  69. <property name="geometry">
  70. <rect>
  71. <x>368</x>
  72. <y>12</y>
  73. <width>32</width>
  74. <height>32</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string/>
  79. </property>
  80. </widget>
  81. <widget class="QLabel" name="label_NC3_x">
  82. <property name="geometry">
  83. <rect>
  84. <x>32</x>
  85. <y>98</y>
  86. <width>7</width>
  87. <height>14</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <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>
  92. </property>
  93. </widget>
  94. <widget class="QLabel" name="label_NC4">
  95. <property name="geometry">
  96. <rect>
  97. <x>40</x>
  98. <y>98</y>
  99. <width>70</width>
  100. <height>14</height>
  101. </rect>
  102. </property>
  103. <property name="text">
  104. <string>模板名称:</string>
  105. </property>
  106. </widget>
  107. <widget class="QLineEdit" name="lineEdit">
  108. <property name="geometry">
  109. <rect>
  110. <x>110</x>
  111. <y>89</y>
  112. <width>274</width>
  113. <height>32</height>
  114. </rect>
  115. </property>
  116. <property name="font">
  117. <font>
  118. <family>思源黑体R</family>
  119. <weight>50</weight>
  120. <italic>false</italic>
  121. <bold>false</bold>
  122. </font>
  123. </property>
  124. <property name="placeholderText">
  125. <string>请输入</string>
  126. </property>
  127. </widget>
  128. <widget class="QPushButton" name="pBtn_cancel">
  129. <property name="geometry">
  130. <rect>
  131. <x>248</x>
  132. <y>153</y>
  133. <width>60</width>
  134. <height>32</height>
  135. </rect>
  136. </property>
  137. <property name="text">
  138. <string>取消</string>
  139. </property>
  140. </widget>
  141. <widget class="QPushButton" name="pBtn_ok">
  142. <property name="geometry">
  143. <rect>
  144. <x>324</x>
  145. <y>153</y>
  146. <width>60</width>
  147. <height>32</height>
  148. </rect>
  149. </property>
  150. <property name="text">
  151. <string>保存</string>
  152. </property>
  153. </widget>
  154. <widget class="QLabel" name="label_warn">
  155. <property name="geometry">
  156. <rect>
  157. <x>116</x>
  158. <y>126</y>
  159. <width>261</width>
  160. <height>20</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string/>
  165. </property>
  166. </widget>
  167. </widget>
  168. </item>
  169. </layout>
  170. </widget>
  171. <resources/>
  172. <connections/>
  173. </ui>