Qt/Embedded是一个多平台的C++图形用户界面应用程序框架

源代码在线查看: connectionviewer.ui

软件大小: 12796 K
上传用户: rickie936
关键词: Embedded Qt 图形用户界面 应用程序
下载地址: 免注册下载 普通下载 VIP

相关代码

								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()															

相关资源