156 lines
4.7 KiB
XML
156 lines
4.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CCopyDatFile</class>
|
|
<widget class="QWidget" name="CCopyDatFile">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1070</width>
|
|
<height>593</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>数据拷贝</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 10pt "黑体";
|
|
color: rgb(27, 30, 35);</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>720</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QLabel" name="label_path">
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_refresh">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>96</width>
|
|
<height>28</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>96</width>
|
|
<height>28</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#pushButton_refresh { border-image: url(:/image/Btn/normal_Btn.png);
|
|
color:#1f5188 }
|
|
#pushButton_refresh:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
|
|
color:#ffffff}
|
|
#pushButton_refresh:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
|
|
color:#ffffff}
|
|
#pushButton_refresh:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
|
|
color:#ffffff}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>刷新</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_exit">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>96</width>
|
|
<height>28</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>96</width>
|
|
<height>28</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#pushButton_exit { border-image: url(:/image/Btn/normal_Btn.png);
|
|
color:#1f5188 }
|
|
#pushButton_exit:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
|
|
color:#ffffff}
|
|
#pushButton_exit:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
|
|
color:#ffffff}
|
|
#pushButton_exit:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
|
|
color:#ffffff}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>弹出U盘</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_3" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QTreeWidget" name="treeWidget_fileList">
|
|
<column>
|
|
<property name="text">
|
|
<string notr="true">1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTreeWidget" name="treeWidget_dist">
|
|
<column>
|
|
<property name="text">
|
|
<string notr="true">1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|