代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>671</width>
<height>384</height>
</rect>
</property>
<property name="windowTitle">
<string>图片格式转换</string>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: rgb(255, 255, 255);
font: 9pt "宋体";
}
QPushButton{
border-radius:10px;
font:bold;
color: rgb(255, 255, 255);
}
#btn_add{
background-color: rgb(255, 0, 255);
}
#btn_adds{
background-color: rgb(85, 85, 255);
}
#btn_Start{
background-color: rgb(187, 29, 255);
}
#btn_del{
background-color: rgb(255, 255, 255);
border: 1px solid red;
color:red;
}
#btn_Path{
background-color: rgb(255, 255, 255);
border: 1px solid red;
color:pink;
}
QLabel#label{
color: rgb(0, 0, 0);
font:bold;
font: 9pt "宋体";
font-size:13px;
}
#OutPath{
font: 9pt "宋体";
font-size:13px;
color: rgb(0, 0, 0);
}
QComboBox#list_type{
color: rgb(255, 0, 255);
background-color: rgb(255, 255, 255);
font: 9pt "宋体";
border-radius:10px;
border: 1px solid pink;
}
QListWidget#listImage::item{
}</string>
</property>
<widget class="QPushButton" name="btn_del">
<property name="geometry">
<rect>
<x>0</x>
<y>350</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>清空图片</string>
</property>
</widget>
<widget class="QPushButton" name="btn_Path">
<property name="geometry">
<rect>
<x>570</x>
<y>350</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>修改路径</string>
</property>
</widget>
<widget class="QPushButton" name="btn_Start">
<property name="geometry">
<rect>
<x>560</x>
<y>0</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>开始转换</string>
</property>
</widget>
<widget class="QLabel" name="OutPath">
<property name="geometry">
<rect>
<x>180</x>
<y>350</y>
<width>381</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QPushButton" name="btn_adds">
<property name="geometry">
<rect>
<x>110</x>
<y>0</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>添加文件夹</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>100</x>
<y>350</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>输出路径>></string>
</property>
</widget>
<widget class="QPushButton" name="btn_add">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>添加图片</string>
</property>
</widget>
<widget class="QListWidget" name="listImage">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>651</width>
<height>301</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="list_type">
<property name="geometry">
<rect>
<x>210</x>
<y>0</y>
<width>331</width>
<height>31</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。