代码拉取完成,页面将自动刷新
<?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>加密&解密文件</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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。