1 Star 0 Fork 0

好富贵/图片格式转换器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dialog.ui 3.63 KB
一键复制 编辑 原始数据 按行查看 历史
好富贵 提交于 2024-03-04 18:53 +08:00 . 第一次提交.txt
<?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 &quot;宋体&quot;;
}
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 &quot;宋体&quot;;
font-size:13px;
}
#OutPath{
font: 9pt &quot;宋体&quot;;
font-size:13px;
color: rgb(0, 0, 0);
}
QComboBox#list_type{
color: rgb(255, 0, 255);
background-color: rgb(255, 255, 255);
font: 9pt &quot;宋体&quot;;
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>输出路径&gt;&gt;</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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/how-rich1/image-format-converter.git
git@gitee.com:how-rich1/image-format-converter.git
how-rich1
image-format-converter
图片格式转换器
master

搜索帮助