⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connectioneditor.ui

📁 Qt/Embedded是一个多平台的C++图形用户界面应用程序框架
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!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>&lt;b&gt;Edit Connections&lt;/b&gt;&lt;p&gt;Add and remove connections in the current form .&lt;/p&gt;&lt;p&gt;Select a signal and a corresponding slot and press the &lt;b&gt;Connect&lt;/b&gt;-button to create a connection.&lt;/p&gt;&lt;p&gt;Select a connection from the list and press the &lt;b&gt;Disconnect&lt;/b&gt;-button to delete the connection.&lt;/p&gt;</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&amp;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>&lt;b&gt;A list of slots for the receiver.&lt;/b&gt;&lt;p&gt;Only those slots are displayed that have arguments corresponding with the signal selected in the Signal-list.&lt;/b&gt;</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>&amp;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&amp;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&amp;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>&amp;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 + -