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><b>Edit Connections</b><p>Add and remove connections in the current form .</p><p>Select a signal and a corresponding slot then press the <b>Connect</b>-button to create a connection.</p><p>Select a connection from the list then press the <b>Disconnect</b>-button to delete the connection.</p></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&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><b>A list of slots for the receiver.</b><p>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.</b></string> </property> </widget> <widget class="QLabel" row="4" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="text"> <string>Connec&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&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>&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>&Help</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> <spacer> <property name="name">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?