ConnectionViewerBase QDialog name ConnectionViewerBase geometry 0 0 705 315 caption View Connections sizeGripEnabled true whatsThis <b>View Connections</b><p>Displays all connections in the current form Select a connection from the list and click the <b>Edit</b>-button to change the connection.</p> margin 11 spacing 6 QLayoutWidget name Layout1 margin 0 spacing 6 QPushButton name helpButton text &Help autoDefault true whatsThis name Horizontal Spacing2 geometry 87 5 509 20 orientation Horizontal sizeType Expanding QPushButton name closeButton text &Close autoDefault true whatsThis Close the Dialog. QListView text Sender clickable true resizeable true text Signal clickable true resizeable true text Receiver clickable true resizeable true text Slot clickable true resizeable true name connectionListView allColumnsShowFocus true showSortIndicator true whatsThis <b>Displays a list of connections.</b><p>Select a connection and choose edit, or double-click on an item to change the connection.</p> QPushButton name editButton text &Edit... toolTip Edit connection whatsThis Opens a dialog to change the selected connection. name Vertical Spacing1 geometry 635 79 20 189 orientation Vertical sizeType Expanding QPushButton name disconnectButton text &Disconnect closeButton clicked() ConnectionViewerBase reject() editButton clicked() ConnectionViewerBase editConnection() disconnectButton clicked() ConnectionViewerBase disconnectConnection() connectionListView currentChanged(QListViewItem*) ConnectionViewerBase currentConnectionChanged(QListViewItem*) connectionListView returnPressed(QListViewItem*) ConnectionViewerBase editConnection() connectionListView selectionChanged(QListViewItem*) ConnectionViewerBase currentConnectionChanged(QListViewItem*) connectionListView doubleClicked(QListViewItem*) ConnectionViewerBase editConnection() currentConnectionChanged(QListViewItem*) disconnectConnection() editConnection()