connectioneditor.ui

来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· UI 代码 · 共 435 行 · 第 1/2 页

UI
435
字号
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>ConnectionEditorBase</class><comment>*********************************************************************** Copyright (C) 2000 Trolltech AS.  All rights reserved.**** This file is part of Qt Designer.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget class="QDialog">    <property name="name">        <cstring>ConnectionEditorBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>655</width>            <height>437</height>        </rect>    </property>    <property name="caption">        <string>Edit Connections</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <property name="whatsThis" stdset="0">        <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 then 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 then press the &lt;b&gt;Disconnect&lt;/b&gt;-button to delete the connection.&lt;/p&gt;</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>11</number>        </property>        <property name="spacing">            <number>6</number>        </property>        <widget class="QListView" row="5" column="0" rowspan="2" colspan="2">            <column>                <property name="text">                    <string>Sender</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizeable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Signal</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizeable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Receiver</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizeable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Slot</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizeable">                    <bool>true</bool>                </property>            </column>            <property name="name">                <cstring>connectionView</cstring>            </property>            <property name="allColumnsShowFocus">                <bool>true</bool>            </property>            <property name="showSortIndicator">                <bool>true</bool>            </property>            <property name="whatsThis" stdset="0">                <string>Displays the connections between the sender and the receiver.</string>            </property>        </widget>        <widget class="QLabel" row="0" column="0">            <property name="name">                <cstring>labelSignal</cstring>            </property>            <property name="text">                <string>Si&amp;gnals:</string>            </property>            <property name="buddy" stdset="0">                <cstring>signalBox</cstring>            </property>        </widget>        <widget class="QListBox" row="1" column="1" rowspan="3" colspan="1">            <property name="name">                <cstring>slotBox</cstring>            </property>            <property name="whatsThis" stdset="0">                <string>&lt;b&gt;A list of slots for the receiver.&lt;/b&gt;&lt;p&gt;The slots that are displayed are only those which have arguments that correspond with the arguments of the signal that is currently selected in the Signal-list.&lt;/b&gt;</string>            </property>        </widget>        <widget class="QLabel" row="4" column="0">            <property name="name">                <cstring>TextLabel1</cstring>            </property>            <property name="text">                <string>Connec&amp;tions:</string>            </property>            <property name="buddy" stdset="0">                <cstring>connectionView</cstring>            </property>        </widget>        <widget class="QPushButton" row="1" column="2">            <property name="name">                <cstring>connectButton</cstring>            </property>            <property name="text">                <string>Co&amp;nnect</string>            </property>            <property name="autoDefault">                <bool>true</bool>            </property>            <property name="toolTip" stdset="0">                <string>Create connection</string>            </property>            <property name="whatsThis" stdset="0">                <string>Create a connection between a signal and a slot.</string>            </property>        </widget>        <widget class="QPushButton" row="5" column="2">            <property name="name">                <cstring>disconnectButton</cstring>            </property>            <property name="text">                <string>&amp;Disconnect</string>            </property>            <property name="autoDefault">                <bool>true</bool>            </property>            <property name="toolTip" stdset="0">                <string>Remove the selected connection</string>            </property>            <property name="whatsThis" stdset="0">                <string>Remove the selected connection.</string>            </property>        </widget>        <spacer row="6" column="2">            <property name="name">                <cstring>Spacer3</cstring>            </property>            <property name="orientation">                <enum>Vertical</enum>            </property>            <property name="sizeType">                <enum>Expanding</enum>            </property>            <property name="sizeHint">                <size>                    <width>20</width>                    <height>20</height>                </size>            </property>        </spacer>        <widget class="QLayoutWidget" row="7" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>Layout5</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>0</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QPushButton">                    <property name="name">                        <cstring>helpButton</cstring>                    </property>                    <property name="text">                        <string>&amp;Help</string>                    </property>                    <property name="autoDefault">                        <bool>true</bool>                    </property>                </widget>                <spacer>                    <property name="name">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?