about.ui
来自「一个跨平台的CA系统 实现了数字证书的制作、SSL安全通讯、加解密操作等功能」· UI 代码 · 共 177 行
UI
177 行
<!DOCTYPE UI><UI><class>About_UI</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>About_UI</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>561</width> <height>392</height> </rect> </property> <property stdset="1"> <name>caption</name> <string></string> </property> <vbox> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout2</cstring> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>image1</cstring> </property> <property stdset="1"> <name>minimumSize</name> <size> <width>95</width> <height>40</height> </size> </property> <property stdset="1"> <name>maximumSize</name> <size> <width>95</width> <height>40</height> </size> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>scaledContents</name> <bool>true</bool> </property> </widget> <spacer> <property> <name>name</name> <cstring>Spacer1_2</cstring> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>PushButton1</cstring> </property> <property stdset="1"> <name>text</name> <string>Done</string> </property> </widget> <spacer> <property> <name>name</name> <cstring>Spacer1</cstring> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>image</cstring> </property> <property stdset="1"> <name>minimumSize</name> <size> <width>95</width> <height>40</height> </size> </property> <property stdset="1"> <name>maximumSize</name> <size> <width>95</width> <height>40</height> </size> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>scaledContents</name> <bool>true</bool> </property> </widget> </hbox> </widget> <widget> <class>QTextBrowser</class> <property stdset="1"> <name>name</name> <cstring>textbox</cstring> </property> </widget> </vbox></widget><connections> <connection> <sender>PushButton1</sender> <signal>clicked()</signal> <receiver>About_UI</receiver> <slot>accept()</slot> </connection></connections></UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?