form1.ui
来自「一个小的qt3程序」· UI 代码 · 共 75 行
UI
75 行
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>Form1</class><widget class="QDialog"> <property name="name"> <cstring>Form1</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>312</width> <height>226</height> </rect> </property> <property name="caption"> <string>Form1</string> </property> <widget class="QPushButton"> <property name="name"> <cstring>pushButton1</cstring> </property> <property name="geometry"> <rect> <x>190</x> <y>60</y> <width>92</width> <height>40</height> </rect> </property> <property name="font"> <font> <pointsize>19</pointsize> </font> </property> <property name="text"> <string>DIALOG</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButton2</cstring> </property> <property name="geometry"> <rect> <x>30</x> <y>70</y> <width>81</width> <height>71</height> </rect> </property> <property name="text"> <string></string> </property> </widget></widget><connections> <connection> <sender>pushButton1</sender> <signal>clicked()</signal> <receiver>Form1</receiver> <slot>newSlot()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">form1.ui.h</include></includes><slots> <slot>newSlot()</slot></slots><functions> <function>func( int x )</function></functions><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?