📄 netpw.ui
字号:
<!DOCTYPE UI><UI><class>NetPassword</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>netpw</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>188</width> <height>96</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Network Password</string> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="1" column="0" rowspan="1" colspan="2" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>pw</cstring> </property> <property stdset="1"> <name>echoMode</name> <enum>Password</enum> </property> </widget> <widget row="2" column="0" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>PushButton1</cstring> </property> <property stdset="1"> <name>text</name> <string>Cancel</string> </property> </widget> <widget row="2" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>PushButton2</cstring> </property> <property stdset="1"> <name>text</name> <string>Connect</string> </property> <property stdset="1"> <name>default</name> <bool>true</bool> </property> </widget> <widget row="0" column="0" rowspan="1" colspan="2" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>prompt</cstring> </property> <property stdset="1"> <name>text</name> <string>Enter password for %1:</string> </property> </widget> </grid></widget><connections> <connection> <sender>PushButton2</sender> <signal>clicked()</signal> <receiver>netpw</receiver> <slot>accept()</slot> </connection> <connection> <sender>PushButton1</sender> <signal>clicked()</signal> <receiver>netpw</receiver> <slot>reject()</slot> </connection></connections></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -