📄 gui.ui
字号:
<!DOCTYPE UI><UI><class>Gui</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>Gui</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>640</width> <height>480</height> </rect> </property> <property stdset="1"> <name>minimumSize</name> <size> <width>640</width> <height>480</height> </size> </property> <property stdset="1"> <name>maximumSize</name> <size> <width>640</width> <height>480</height> </size> </property> <property stdset="1"> <name>font</name> <font> <family>adobe-courier</family> <pointsize>16</pointsize> </font> </property> <property stdset="1"> <name>caption</name> <string>Power </string> <comment>meiyou</comment> </property> <widget> <class>QListView</class> <column> <property> <name>text</name> <string>Column 1</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <item> <property> <name>text</name> <string>New Item</string> </property> <property> <name>pixmap</name> <pixmap></pixmap> </property> </item> <property stdset="1"> <name>name</name> <cstring>ListView1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>5</x> <y>60</y> <width>165</width> <height>415</height> </rect> </property> </widget> <widget> <class>QFrame</class> <property stdset="1"> <name>name</name> <cstring>Frame3</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>171</x> <y>60</y> <width>460</width> <height>415</height> </rect> </property> <property stdset="1"> <name>frameShape</name> <enum>NoFrame</enum> </property> <property stdset="1"> <name>frameShadow</name> <enum>Sunken</enum> </property> </widget></widget></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -