1 Star 0 Fork 15

wuyibing1/文件软硬件加解密平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AESwidget.ui 4.91 KB
一键复制 编辑 原始数据 按行查看 历史
qingfengfumeng 提交于 2024-06-24 13:39 . add AESwidget.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AESwidget</class>
<widget class="QWidget" name="AESwidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<height>600</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>550</width>
<height>600</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>550</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>文件加密保护</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>是否需要生成密钥?</string>
</property>
</widget>
<widget class="QPushButton" name="genpushButton">
<property name="geometry">
<rect>
<x>390</x>
<y>50</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>生成</string>
</property>
</widget>
<widget class="QLineEdit" name="filelineEdit">
<property name="geometry">
<rect>
<x>60</x>
<y>110</y>
<width>281</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="filepushButton">
<property name="geometry">
<rect>
<x>390</x>
<y>110</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>选择文件</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>AES文件加解密</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>110</x>
<y>320</y>
<width>321</width>
<height>16</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
<widget class="QLineEdit" name="keylineEdit">
<property name="geometry">
<rect>
<x>60</x>
<y>170</y>
<width>281</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="keypushButton">
<property name="geometry">
<rect>
<x>390</x>
<y>170</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>选择密钥</string>
</property>
</widget>
<widget class="QPushButton" name="encryptpushButton">
<property name="geometry">
<rect>
<x>130</x>
<y>250</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>加密</string>
</property>
</widget>
<widget class="QPushButton" name="decryptpushButton">
<property name="geometry">
<rect>
<x>300</x>
<y>250</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>解密</string>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>60</x>
<y>360</y>
<width>421</width>
<height>171</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="backpushButton">
<property name="geometry">
<rect>
<x>230</x>
<y>550</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wuyibing1/cryptography_file_protection.git
git@gitee.com:wuyibing1/cryptography_file_protection.git
wuyibing1
cryptography_file_protection
文件软硬件加解密平台
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385