📄 connectioneditor.ui
字号:
<!DOCTYPE UI><UI><class>ConnectionEditorBase</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>ConnectionEditorBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>671</width> <height>443</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Edit Connections</string> </property> <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string><b>Edit Connections</b><p>Add and remove connections in the current form .</p><p>Select a signal and a corresponding slot and press the <b>Connect</b>-button to create a connection.</p><p>Select a connection from the list and press the <b>Disconnect</b>-button to delete the connection.</p></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="3" colspan="1" > <class>QListBox</class> <property stdset="1"> <name>name</name> <cstring>signalBox</cstring> </property> <property> <name>whatsThis</name> <string>Displays a list of signals for the emitting widget.</string> </property> </widget> <widget row="0" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>labelSignal</cstring> </property> <property stdset="1"> <name>text</name> <string>Si&gnals:</string> </property> <property> <name>buddy</name> <cstring>signalBox</cstring> </property> </widget> <widget row="1" column="1" rowspan="3" colspan="1" > <class>QListBox</class> <property stdset="1"> <name>name</name> <cstring>slotBox</cstring> </property> <property> <name>whatsThis</name> <string><b>A list of slots for the receiver.</b><p>Only those slots are displayed that have arguments corresponding with the signal selected in the Signal-list.</b></string> </property> </widget> <widget row="0" column="1" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>labelSlot</cstring> </property> <property stdset="1"> <name>text</name> <string>&Slots:</string> </property> <property> <name>buddy</name> <cstring>slotBox</cstring> </property> </widget> <widget row="5" column="0" rowspan="2" colspan="2" > <class>QListView</class> <column> <property> <name>text</name> <string>Sender</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Signal</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Receiver</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Slot</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <property stdset="1"> <name>name</name> <cstring>connectionView</cstring> </property> <property stdset="1"> <name>allColumnsShowFocus</name> <bool>true</bool> </property> <property stdset="1"> <name>showSortIndicator</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string>Displays the connections between the sender and the receiver.</string> </property> </widget> <widget row="4" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>text</name> <string>Connec&tions:</string> </property> <property> <name>buddy</name> <cstring>connectionView</cstring> </property> </widget> <widget row="1" column="2" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>connectButton</cstring> </property> <property stdset="1"> <name>text</name> <string>Co&nnect</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property> <name>toolTip</name> <string>Create connection</string> </property> <property> <name>whatsThis</name> <string>Create the connection between signal and slot.</string> </property> </widget> <widget row="5" column="2" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>disconnectButton</cstring> </property> <property stdset="1"> <name>text</name> <string>&Disconnect</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property> <name>toolTip</name> <string>Remove selected connection</string> </property> <property> <name>whatsThis</name> <string>Remove the selected connection.</string> </property> </widget> <spacer row="6" column="2" > <property> <name>name</name> <cstring>Spacer3</cstring> </property> <property stdset="1">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -