📄 form1.ui
字号:
<!DOCTYPE UI><UI version="3.1" 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>137</width> <height>169</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>20</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="text"> <string>stop thread 1</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButton2</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="text"> <string>stop thread 2</string> </property> </widget></widget><connections> <connection> <sender>pushButton2</sender> <signal>clicked()</signal> <receiver>Form1</receiver> <slot>stop2()</slot> </connection> <connection> <sender>pushButton1</sender> <signal>clicked()</signal> <receiver>Form1</receiver> <slot>stop1()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">form1.ui.h</include></includes><slots> <slot>stop1()</slot> <slot>stop2()</slot></slots><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 + -