123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ImportTemplate</class>
- <widget class="QDialog" name="ImportTemplate">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>444</width>
- <height>618</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <property name="styleSheet">
- <string notr="true">QDialog#ImportTemplate{
- background:transparent;
- }</string>
- </property>
- <widget class="QWidget" name="widget" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>444</width>
- <height>618</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">QWidget{
- background: #FFFFFF;
- border-radius: 8px;
- font-family: 思源黑体R;
- font-weight: 400;
- font-size: 14px;
- color: #3A3F63;
- line-height: 21px;
- text-align: left;
- font-style: normal;
- }
- QLabel#label_NC1{
- font-weight: bold;
- font-size: 18px;
- color: #3A3F63;
- line-height: 27px;
- text-align: left;
- font-style: normal;
- text-transform: uppercase;
- }
- QLabel#label_NC2,QLabel#label_NC3,QLabel#label_NC4
- {
- font-weight: 400;
- font-size: 14px;
- color: #5A607F;
- line-height: 21px;
- text-align: left;
- font-style: normal;
- }
- QLabel#label_line1,QLabel#label_line2,QLabel#label_line3
- {
- background: #E6E9F4;
- }
- QLabel#label_warning
- {
- color:red;
- }
- QPushButton#pBtn_close{
- border-image: url(:/ESM-8C_ICON/Dialog_close.png);
- }
- QPushButton#pBtn_close:hover{
-
- border-image: url(:/ESM-8C_ICON/Dialog_close2.png);
- }
- /********* 普通方框按钮三种状态效果 *********/
- QPushButton#pBtn_cancel
- {
- border-radius: 16px;
- text-align: center;
- background: #FFFFFF;
- border-radius: 16px;
- border: 1px solid #E6E9F4;
- color: #3A3F63;
- }
- QPushButton#pBtn_cancel:hover
- {
- border-radius: 16px;
- text-align: center;
- background: #FFFFFF;
- border-radius: 16px;
- border: 1px solid #4458FE;
- color: #4458FE;
- }
- /********* 带有底色按钮三种状态效果 *********/
- QPushButton#pBtn_ok
- {
- border-radius: 16px;
- text-align: center;
- color:white;
- background: qlineargradient( x0:1,x1:1,y1:0,y2:0,stop:1 #4F8AFF,stop:0 #4B5EFF);
- border-radius: 16px;
- }
- QPushButton#pBtn_ok:hover
- {
- border-radius: 16px;
- text-align: center;
- color:white;
- background: qlineargradient( x0:1,x1:1,y1:0,y2:0,stop:0 #5D73FF,stop:1 #6092FF);
- border-radius: 16px;
- }
- </string>
- </property>
- <widget class="QLabel" name="label_NC1">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>18</y>
- <width>80</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text">
- <string>导入模板</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_close">
- <property name="geometry">
- <rect>
- <x>396</x>
- <y>12</y>
- <width>32</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_line1">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>56</y>
- <width>444</width>
- <height>1</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_line2">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>89</y>
- <width>380</width>
- <height>1</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_line3">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>137</y>
- <width>380</width>
- <height>1</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_NC2">
- <property name="geometry">
- <rect>
- <x>44</x>
- <y>107</y>
- <width>32</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string>序号</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_NC3">
- <property name="geometry">
- <rect>
- <x>92</x>
- <y>107</y>
- <width>56</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string>模板名称</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_NC4">
- <property name="geometry">
- <rect>
- <x>364</x>
- <y>107</y>
- <width>28</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string>操作</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_cancel">
- <property name="geometry">
- <rect>
- <x>276</x>
- <y>554</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>352</x>
- <y>554</y>
- <width>60</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>确定</string>
- </property>
- </widget>
- <widget class="QTableWidget" name="tableWidget">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>140</y>
- <width>380</width>
- <height>384</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_warning">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>65</y>
- <width>351</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|