1 Star 1 Fork 2

爱天依/数字图像处理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
screenShotClass.ui 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
爱天依 提交于 2021-05-13 12:26 . 基础代码
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>screenShotClass</class>
<widget class="QWidget" name="screenShotClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>546</width>
<height>336</height>
</rect>
</property>
<property name="windowTitle">
<string>screenShotClass</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>240</x>
<y>270</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditFileName">
<property name="geometry">
<rect>
<x>52</x>
<y>180</y>
<width>291</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEditFileDir">
<property name="geometry">
<rect>
<x>52</x>
<y>40</y>
<width>291</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="getDirBtn">
<property name="geometry">
<rect>
<x>350</x>
<y>40</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>打开文件夹</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>180</x>
<y>120</y>
<width>87</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>jpg</string>
</property>
</item>
<item>
<property name="text">
<string>bmp</string>
</property>
</item>
<item>
<property name="text">
<string>png</string>
</property>
</item>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/love-tianyi/digital-image-processing.git
git@gitee.com:love-tianyi/digital-image-processing.git
love-tianyi
digital-image-processing
数字图像处理
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385