Trolltech公司发布的基于C++图形开发环境

源代码在线查看: connectionviewer.ui

软件大小: 15445 K
上传用户: andyandnancy
关键词: Trolltech 发布 图形开发 环境
下载地址: 免注册下载 普通下载 VIP

相关代码

								ConnectionViewerBase*********************************************************************				** 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.				**				*********************************************************************								    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()															

相关资源