1 Star 2 Fork 1

oubayun/File-encryption-and-decryption-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
file_en_decryption.ui 3.77 KB
一键复制 编辑 原始数据 按行查看 历史
oubayun 提交于 2020-04-16 13:03 +08:00 . add Deepin Linux v20 Client
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QDialog" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>794</width>
<height>448</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>文件加解密工具</string>
</property>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>10</x>
<y>385</y>
<width>781</width>
<height>10</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QTextEdit" name="filepath">
<property name="geometry">
<rect>
<x>120</x>
<y>410</y>
<width>451</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="privatekey">
<property name="geometry">
<rect>
<x>410</x>
<y>10</y>
<width>27</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>私钥</string>
</property>
</widget>
<widget class="QLabel" name="en_decryption">
<property name="geometry">
<rect>
<x>10</x>
<y>417</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>加密&amp;解密文件</string>
</property>
</widget>
<widget class="QTextBrowser" name="public_key">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>380</width>
<height>306</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="apply">
<property name="geometry">
<rect>
<x>700</x>
<y>409</y>
<width>87</width>
<height>32</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>应用(A)</string>
</property>
</widget>
<widget class="QRadioButton" name="encryption">
<property name="geometry">
<rect>
<x>640</x>
<y>415</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>加密</string>
</property>
</widget>
<widget class="QRadioButton" name="decryption">
<property name="geometry">
<rect>
<x>580</x>
<y>415</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>解密</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QTextBrowser" name="private_key">
<property name="geometry">
<rect>
<x>410</x>
<y>40</y>
<width>380</width>
<height>306</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="publickey">
<property name="geometry">
<rect>
<x>10</x>
<y>12</y>
<width>27</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>公钥</string>
</property>
</widget>
<widget class="QPushButton" name="generate">
<property name="geometry">
<rect>
<x>700</x>
<y>350</y>
<width>87</width>
<height>32</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>生成(G)</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oubayun/File-encryption-and-decryption-tools.git
git@gitee.com:oubayun/File-encryption-and-decryption-tools.git
oubayun
File-encryption-and-decryption-tools
File-encryption-and-decryption-tools
master

搜索帮助