savetotemplate.ui 4.1 KB

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