📄 jiami.ui
字号:
<ui version="4.0" > <class>Miyao</class> <widget class="QWidget" name="Miyao" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>430</width> <height>354</height> </rect> </property> <property name="windowTitle" > <string>加密程序</string> </property> <widget class="QGroupBox" name="groupBox" > <property name="geometry" > <rect> <x>50</x> <y>30</y> <width>321</width> <height>101</height> </rect> </property> <property name="title" > <string>输入需要加密的明文</string> </property> <widget class="QLineEdit" name="mingwen" > <property name="geometry" > <rect> <x>20</x> <y>40</y> <width>281</width> <height>31</height> </rect> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_2" > <property name="geometry" > <rect> <x>50</x> <y>210</y> <width>321</width> <height>101</height> </rect> </property> <property name="title" > <string>加密之后的密文如下</string> </property> <widget class="QTextBrowser" name="miwen" > <property name="geometry" > <rect> <x>20</x> <y>40</y> <width>281</width> <height>31</height> </rect> </property> </widget> </widget> <widget class="QPushButton" name="pushButton_2" > <property name="geometry" > <rect> <x>270</x> <y>150</y> <width>101</width> <height>41</height> </rect> </property> <property name="text" > <string>退出</string> </property> </widget> <widget class="QPushButton" name="Button_jiami" > <property name="geometry" > <rect> <x>160</x> <y>150</y> <width>101</width> <height>41</height> </rect> </property> <property name="text" > <string>加密</string> </property> </widget> <widget class="QGroupBox" name="groupBox_3" > <property name="geometry" > <rect> <x>50</x> <y>140</y> <width>101</width> <height>51</height> </rect> </property> <property name="title" > <string>输入密钥</string> </property> <widget class="QLineEdit" name="K_value" > <property name="geometry" > <rect> <x>20</x> <y>20</y> <width>71</width> <height>21</height> </rect> </property> </widget> </widget> </widget> <resources/> <connections> <connection> <sender>pushButton_2</sender> <signal>clicked()</signal> <receiver>Miyao</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel" > <x>358</x> <y>295</y> </hint> <hint type="destinationlabel" > <x>408</x> <y>291</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -