From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/editor/connectioneditor.ui | 418 +++++++++++++++++++++++++++++++++++ 1 file changed, 418 insertions(+) create mode 100644 kommander/editor/connectioneditor.ui (limited to 'kommander/editor/connectioneditor.ui') diff --git a/kommander/editor/connectioneditor.ui b/kommander/editor/connectioneditor.ui new file mode 100644 index 00000000..d9e5a161 --- /dev/null +++ b/kommander/editor/connectioneditor.ui @@ -0,0 +1,418 @@ + +ConnectionEditorBase +********************************************************************* +** 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. +** +********************************************************************* + + + ConnectionEditorBase + + + + 0 + 0 + 780 + 538 + + + + Edit Connections + + + true + + + <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> + + + + unnamed + + + 11 + + + 6 + + + + + Sender + + + true + + + true + + + + + Signal + + + true + + + true + + + + + Receiver + + + true + + + true + + + + + Slot + + + true + + + true + + + + connectionView + + + true + + + true + + + true + + + Displays the connections between the sender and the receiver. + + + + + slotBox + + + <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> + + + + + signalBox + + + Displays the list of signals that the widget emits. + + + + + layout3 + + + + unnamed + + + + labelSignal + + + Si&gnals: + + + signalBox + + + + + comboSender + + + + 7 + 0 + 0 + 0 + + + + + + + + Layout3 + + + + unnamed + + + 0 + + + 6 + + + + labelSlot + + + &Slots: + + + slotBox + + + + + comboReceiver + + + + 7 + 0 + 0 + 0 + + + + + + + + layout7 + + + + unnamed + + + + disconnectButton + + + &Disconnect + + + Alt+D + + + true + + + Remove the selected connection + + + Remove the selected connection. + + + + + spacer5 + + + Horizontal + + + Expanding + + + + 71 + 21 + + + + + + okButton + + + &OK + + + Alt+O + + + true + + + true + + + Close the dialog and apply all the changes. + + + + + cancelButton + + + &Cancel + + + Alt+C + + + true + + + Close the dialog and discard any changes. + + + + + spacer4 + + + Horizontal + + + Expanding + + + + 230 + 20 + + + + + + + + layout8 + + + + unnamed + + + + TextLabel1 + + + Connec&tions: + + + connectionView + + + + + Spacer2 + + + Horizontal + + + Expanding + + + + 231 + 20 + + + + + + connectButton + + + Co&nnect + + + Alt+N + + + true + + + Create connection + + + Create a connection between a signal and a slot. + + + + + Spacer3 + + + Horizontal + + + Expanding + + + + 211 + 20 + + + + + + + + + comboSender + signalBox + comboReceiver + slotBox + connectButton + connectionView + disconnectButton + okButton + cancelButton + + + init() + destroy() + addSlotClicked() + connectClicked() + connectionsChanged() + disconnectClicked() + receiverChanged( const QString & ) + okClicked() + signalChanged() + slotsChanged() + cancelClicked() + + + + klistview.h + klistbox.h + klistbox.h + kcombobox.h + kcombobox.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + + -- cgit v1.2.1