123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>SaveToTemplate</class>
- <widget class="QDialog" name="SaveToTemplate">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>448</width>
- <height>249</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <property name="styleSheet">
- <string notr="true">QDialog#SaveToTemplate{
- background:transparent;
- };</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="leftMargin">
- <number>16</number>
- </property>
- <property name="topMargin">
- <number>16</number>
- </property>
- <property name="rightMargin">
- <number>16</number>
- </property>
- <property name="bottomMargin">
- <number>16</number>
- </property>
- <item>
- <widget class="QWidget" name="widget" native="true">
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QLabel" name="label_NC3_x">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>98</y>
- <width>7</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p><span style=" color:#ff0000;">*</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="label_NC4">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>98</y>
- <width>70</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string>模板名称:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>89</y>
- <width>274</width>
- <height>32</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>思源黑体R</family>
- <weight>50</weight>
- <italic>false</italic>
- <bold>false</bold>
- </font>
- </property>
- <property name="placeholderText">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_cancel">
- <property name="geometry">
- <rect>
- <x>248</x>
- <y>153</y>
- <width>60</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>取消</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_ok">
- <property name="geometry">
- <rect>
- <x>324</x>
- <y>153</y>
- <width>60</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>保存</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_warn">
- <property name="geometry">
- <rect>
- <x>116</x>
- <y>126</y>
- <width>261</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QWidget" name="widget_Top" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>416</width>
- <height>56</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_title">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>18</y>
- <width>110</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text">
- <string>保存为模版</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_close">
- <property name="geometry">
- <rect>
- <x>368</x>
- <y>12</y>
- <width>32</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|