📄 linkform.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>linkform</class><widget class="QDialog"> <property name="name"> <cstring>linkform</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>347</width> <height>164</height> </rect> </property> <property name="caption"> <string>Link to server</string> </property> <widget class="QLabel"> <property name="name"> <cstring>iptable</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>20</y> <width>20</width> <height>31</height> </rect> </property> <property name="text"> <string>IP :</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>portlable</cstring> </property> <property name="geometry"> <rect> <x>210</x> <y>20</y> <width>40</width> <height>31</height> </rect> </property> <property name="text"> <string>Port :</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>linkBtn</cstring> </property> <property name="geometry"> <rect> <x>140</x> <y>91</y> <width>51</width> <height>37</height> </rect> </property> <property name="text"> <string>&Link</string> </property> <property name="accel"> <string>Alt+L</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>quitBtn</cstring> </property> <property name="geometry"> <rect> <x>250</x> <y>91</y> <width>61</width> <height>37</height> </rect> </property> <property name="text"> <string>&Quit</string> </property> <property name="accel"> <string>Alt+Q</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>resetBtn</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>91</y> <width>60</width> <height>37</height> </rect> </property> <property name="text"> <string>&Reset</string> </property> <property name="accel"> <string>Alt+R</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>ipTxt</cstring> </property> <property name="geometry"> <rect> <x>47</x> <y>20</y> <width>111</width> <height>28</height> </rect> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>portTxt</cstring> </property> <property name="geometry"> <rect> <x>249</x> <y>20</y> <width>41</width> <height>28</height> </rect> </property> </widget></widget><connections> <connection> <sender>resetBtn</sender> <signal>clicked()</signal> <receiver>ipTxt</receiver> <slot>clear()</slot> </connection> <connection> <sender>resetBtn</sender> <signal>clicked()</signal> <receiver>portTxt</receiver> <slot>clear()</slot> </connection> <connection> <sender>resetBtn</sender> <signal>clicked()</signal> <receiver>ipTxt</receiver> <slot>setFocus()</slot> </connection> <connection> <sender>quitBtn</sender> <signal>clicked()</signal> <receiver>linkform</receiver> <slot>close()</slot> </connection> <connection> <sender>linkBtn</sender> <signal>clicked()</signal> <receiver>ipTxt</receiver> <slot>clear()</slot> </connection> <connection> <sender>linkBtn</sender> <signal>clicked()</signal> <receiver>portTxt</receiver> <slot>clear()</slot> </connection> <connection> <sender>linkBtn</sender> <signal>clicked()</signal> <receiver>ipTxt</receiver> <slot>setFocus()</slot> </connection></connections><tabstops> <tabstop>ipTxt</tabstop> <tabstop>portTxt</tabstop> <tabstop>linkBtn</tabstop> <tabstop>quitBtn</tabstop> <tabstop>resetBtn</tabstop></tabstops><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -