📄 aboutform.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>aboutForm</class><widget class="QDialog"> <property name="name"> <cstring>aboutForm</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>394</width> <height>323</height> </rect> </property> <property name="caption"> <string>About Commi</string> </property> <property name="modal"> <bool>true</bool> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout4</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout2</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="font"> <font> <pointsize>16</pointsize> <bold>1</bold> </font> </property> <property name="text"> <string>Commi 0.3</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="QTabWidget"> <property name="name"> <cstring>tabWidget2</cstring> </property> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>About</string> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string><p align="center">A serial terminal program<br>It is a fork of <br>CuteCom from Alexander Naundorf <br>http://cutecom.sf.net</p><p align="center">(c) 2006 Sebastian Block<br><a href="http://linux-source.de/index.php?artid=4&changelang=5">http://linux-source.de</a></p></string> </property> </widget> </vbox> </widget> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>Autors</string> </attribute> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="frameShape"> <enum>Box</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> <property name="lineWidth"> <number>1</number> </property> <property name="text"> <string>Sebastian Block<br><a href="mailto:sebbel@users.berlios.de">sebbel@users.berlios.de</a><br></string> </property> <property name="alignment"> <set>WordBreak|AlignTop</set> </property> </widget> </hbox> </widget> <widget class="QWidget"> <property name="name"> <cstring>TabPage</cstring> </property> <attribute name="title"> <string>Lizenz</string> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QTextBrowser"> <property name="name"> <cstring>textBrowser1</cstring> </property> <property name="textFormat"> <enum>AutoText</enum> </property> <property name="text"> <string></string> </property> </widget> </vbox> </widget> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>71</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>pushButton1</cstring> </property> <property name="text"> <string>&Close</string> </property> <property name="accel"> <string>Alt+C</string> </property> </widget> </hbox> </widget> </vbox> </widget> </vbox></widget><connections> <connection> <sender>pushButton1</sender> <signal>clicked()</signal> <receiver>aboutForm</receiver> <slot>accept()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">aboutform.ui.h</include></includes><functions> <function access="private" specifier="non virtual">init()</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -