📄 demo2.ui
字号:
<!DOCTYPE UI><UI><class>Form2</class><widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>Form2</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>234</width> <height>314</height> </rect> </property> <property stdset="1"> <name>maximumSize</name> <size> <width>240</width> <height>320</height> </size> </property> <property stdset="1"> <name>caption</name> <string>Form2</string> </property> <widget> <class>QListBox</class> <item> <property> <name>text</name> <string>New Item</string> </property> </item> <property stdset="1"> <name>name</name> <cstring>ListBox1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>10</x> <y>10</y> <width>210</width> <height>120</height> </rect> </property> </widget> <widget> <class>QMultiLineEdit</class> <property stdset="1"> <name>name</name> <cstring>MultiLineEdit1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>10</x> <y>137</y> <width>211</width> <height>121</height> </rect> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>PushButton6</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>134</x> <y>272</y> <width>80</width> <height>30</height> </rect> </property> <property stdset="1"> <name>text</name> <string>Next >></string> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>PushButton6_2</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>30</x> <y>273</y> <width>80</width> <height>30</height> </rect> </property> <property stdset="1"> <name>text</name> <string><< Prior</string> </property> </widget></widget></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -