| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | browsermainwindow.cpp | 86 m_tabWidget, SLOT(loadUrlInCurrentTab(QUrl))); in BrowserMainWindow() 88 this, SLOT(updateBookmarksToolbarActionText(bool))); in BrowserMainWindow() 105 this, SLOT(loadPage(QString))); in BrowserMainWindow() 107 this, SLOT(slotUpdateWindowTitle(QString))); in BrowserMainWindow() 109 statusBar(), SLOT(showMessage(QString))); in BrowserMainWindow() 111 statusBar(), SLOT(showMessage(QString))); in BrowserMainWindow() 113 this, SLOT(slotLoadProgress(int))); in BrowserMainWindow() 115 m_autoSaver, SLOT(changeOccurred())); in BrowserMainWindow() 117 this, SLOT(geometryChangeRequested(QRect))); in BrowserMainWindow() 119 this, SLOT(printRequested(QWebFrame*))); in BrowserMainWindow() [all …]
|
| H A D | tabwidget.cpp | 62 this, SLOT(contextMenuRequested(QPoint))); in TabBar() 71 connect(shortCut, SIGNAL(activated()), this, SLOT(selectTabAction())); in TabBar() 97 this, SLOT(cloneTab())); in contextMenuRequested() 103 this, SLOT(closeTab()), QKeySequence::Close); in contextMenuRequested() 107 this, SLOT(closeOtherTabs())); in contextMenuRequested() 113 this, SLOT(reloadTab()), QKeySequence::Refresh); in contextMenuRequested() 212 connect(m_tabBar, SIGNAL(newTab()), this, SLOT(newTab())); in TabWidget() 213 connect(m_tabBar, SIGNAL(closeTab(int)), this, SLOT(closeTab(int))); in TabWidget() 214 connect(m_tabBar, SIGNAL(cloneTab(int)), this, SLOT(cloneTab(int))); in TabWidget() 215 connect(m_tabBar, SIGNAL(closeOtherTabs(int)), this, SLOT(closeOtherTabs(int))); in TabWidget() [all …]
|
| H A D | history.cpp | 71 this, SLOT(checkForExpired())); in HistoryManager() 73 m_saveTimer, SLOT(changeOccurred())); in HistoryManager() 75 m_saveTimer, SLOT(changeOccurred())); in HistoryManager() 363 this, SLOT(historyReset())); in HistoryModel() 365 this, SLOT(historyReset())); in HistoryModel() 368 this, SLOT(entryAdded())); in HistoryModel() 370 this, SLOT(entryUpdated(int))); in HistoryModel() 462 disconnect(m_history, SIGNAL(historyReset()), this, SLOT(historyReset())); in removeRows() 464 connect(m_history, SIGNAL(historyReset()), this, SLOT(historyReset())); in removeRows() 592 this, SLOT(activated(QModelIndex))); in HistoryMenu() [all …]
|
| H A D | urllineedit.cpp | 83 m_lineEdit, SLOT(clear())); in ExLineEdit() 85 m_clearButton, SLOT(textChanged(QString))); in ExLineEdit() 162 m_lineEdit, SLOT(setText(QString))); in focusOutEvent() 164 m_lineEdit, SLOT(_q_completionHighlighted(QString))); in focusOutEvent() 268 this, SLOT(webViewUrlChanged(QUrl))); in setWebView() 270 this, SLOT(webViewIconChanged())); in setWebView() 272 this, SLOT(webViewIconChanged())); in setWebView() 274 this, SLOT(update())); in setWebView()
|
| H A D | bookmarks.cpp | 68 m_saveTimer, SLOT(changeOccurred())); in BookmarksManager() 70 m_saveTimer, SLOT(changeOccurred())); in BookmarksManager() 72 m_saveTimer, SLOT(changeOccurred())); in BookmarksManager() 358 this, SLOT(entryAdded(BookmarkNode*))); in BookmarksModel() 360 this, SLOT(entryRemoved(BookmarkNode*,int,BookmarkNode*))); in BookmarksModel() 362 this, SLOT(entryChanged(BookmarkNode*))); in BookmarksModel() 729 this, SLOT(activated(QModelIndex))); in BookmarksMenu() 776 m_proxyModel, SLOT(setFilterFixedString(QString))); in BookmarksDialog() 777 connect(removeButton, SIGNAL(clicked()), tree, SLOT(removeOne())); in BookmarksDialog() 788 this, SLOT(open())); in BookmarksDialog() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | front_camera_setting.cpp | 18 connect(ui->returnButton,SIGNAL(clicked()),this,SLOT(on_returnButton_clicked())); in Front_camera_setting() 19 …connect(ui->upperButton,SIGNAL(clicked()),this,SLOT(on_upperButton_clicked()),Qt::UniqueConnection… in Front_camera_setting() 20 … connect(ui->downButton,SIGNAL(clicked()),this,SLOT(on_downButton_clicked()),Qt::UniqueConnection); in Front_camera_setting() 21 … connect(ui->sureButton,SIGNAL(clicked()),this,SLOT(on_sureButton_clicked()),Qt::UniqueConnection); in Front_camera_setting() 44 … connect(ui->downButton,SIGNAL(clicked()),this,SLOT(on_downButton_clicked()),Qt::UniqueConnection); in on_upperButton_clicked() 58 disconnect(ui->upperButton,SIGNAL(clicked()),this,SLOT(on_upperButton_clicked())); in on_upperButton_clicked() 67 …connect(ui->upperButton,SIGNAL(clicked()),this,SLOT(on_upperButton_clicked()),Qt::UniqueConnection… in on_downButton_clicked() 79 disconnect(ui->downButton,SIGNAL(clicked()),this,SLOT(on_downButton_clicked())); in on_downButton_clicked()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.cpp | 255 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in getPlaceDetails() 257 this, SLOT(replyError(QPlaceReply::Error,QString))); in getPlaceDetails() 323 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in getPlaceContent() 325 this, SLOT(replyError(QPlaceReply::Error,QString))); in getPlaceContent() 367 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search() 369 this, SLOT(replyError(QPlaceReply::Error,QString))); in search() 383 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search() 385 this, SLOT(replyError(QPlaceReply::Error,QString))); in search() 429 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search() 431 this, SLOT(replyError(QPlaceReply::Error,QString))); in search() [all …]
|
| H A D | qgeocodereply_nokia.cpp | 64 connect(reply, SIGNAL(finished()), this, SLOT(networkFinished())); in Q_DECLARE_METATYPE() 66 this, SLOT(networkError(QNetworkReply::NetworkError))); in Q_DECLARE_METATYPE() 93 this, SLOT(appendResults(QList<QGeoLocation>))); in networkFinished() 94 connect(parser, SIGNAL(error(QString)), this, SLOT(parseError(QString))); in networkFinished()
|
| H A D | qgeoroutereply_nokia.cpp | 62 connect(reply, SIGNAL(finished()), this, SLOT(networkFinished())); in Q_DECLARE_METATYPE() 64 this, SLOT(networkError(QNetworkReply::NetworkError))); in Q_DECLARE_METATYPE() 90 this, SLOT(appendResults(QList<QGeoRoute>))); in networkFinished() 91 connect(parser, SIGNAL(error(QString)), this, SLOT(parserError(QString))); in networkFinished()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit() 333 SLOT(updateSelection(void))); in ConfigList() 342 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList() 889 parent(), SLOT(setShowName(bool))); in contextMenuEvent() 891 action, SLOT(setOn(bool))); in contextMenuEvent() 897 parent(), SLOT(setShowRange(bool))); in contextMenuEvent() 899 action, SLOT(setOn(bool))); in contextMenuEvent() 905 parent(), SLOT(setShowData(bool))); in contextMenuEvent() 907 action, SLOT(setOn(bool))); in contextMenuEvent() 1027 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | qconf.cc | 279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit() 333 SLOT(updateSelection(void))); in ConfigList() 342 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList() 889 parent(), SLOT(setShowName(bool))); in contextMenuEvent() 891 action, SLOT(setOn(bool))); in contextMenuEvent() 897 parent(), SLOT(setShowRange(bool))); in contextMenuEvent() 899 action, SLOT(setOn(bool))); in contextMenuEvent() 905 parent(), SLOT(setShowData(bool))); in contextMenuEvent() 907 action, SLOT(setOn(bool))); in contextMenuEvent() 1027 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/ |
| H A D | playlist.cpp | 93 connect(animation, SIGNAL(finished()), this, SLOT(hide())); in hidePlayList() 104 connect(animation, SIGNAL(finished()), this, SLOT(show())); in showPlayList() 151 connect(playButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 152 connect(delButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 161 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onScanComplete() 207 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onBtnClicked() 224 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in scanMusicFileFromUdisk() 231 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in on_refreshButton_clicked() 240 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in on_clearButton_clicked() 246 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in on_clearButton_clicked() [all …]
|
| H A D | videoplaylist.cpp | 80 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in on_refreshButton_clicked() 88 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in on_clearButton_clicked() 140 connect(playButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 141 connect(delButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 150 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onScanComplete() 179 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onBtnClicked() 193 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in scanVideoFileFromUdisk() 247 connect(animation, SIGNAL(finished()), this, SLOT(hide())); in hidePlayList() 260 connect(animation, SIGNAL(finished()), this, SLOT(show())); in showPlayList() 301 , SLOT(clearSelection())); in eventFilter()
|
| H A D | videoplayer.cpp | 85 connect(progressSliderTimer,SIGNAL(timeout()),this,SLOT(timerUpdate())); in VideoPlayer() 87 connect(ui->progressSlider,SIGNAL(sliderMoved(int)),this,SLOT(onProgressSliderMoved(int))); in VideoPlayer() 88 connect(ui->progressSlider,SIGNAL(sliderReleased()),this,SLOT(onProgressSliderReleased())); in VideoPlayer() 90 connect(ui->return_btn,SIGNAL(clicked()),this,SLOT(on_return_btn_clicked())); in VideoPlayer() 92 connect(ui->nextVideoButton,SIGNAL(clicked()),this,SLOT(on_nextVideoButton_clicked())); in VideoPlayer() 95 this, SLOT(doMsgCmd(int,void*,void*,int))); in VideoPlayer() 438 this,SLOT(on_notifyVideoPlayerAddFile(QString))); in on_searchButton_clicked() 441 this,SLOT(on_notifyVideoCancelSearch())); in on_searchButton_clicked()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | playlist.cpp | 93 connect(animation, SIGNAL(finished()), this, SLOT(hide())); in hidePlayList() 104 connect(animation, SIGNAL(finished()), this, SLOT(show())); in showPlayList() 151 connect(playButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 152 connect(delButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 161 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onScanComplete() 207 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onBtnClicked() 224 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in scanMusicFileFromUdisk() 231 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in on_refreshButton_clicked() 240 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in on_clearButton_clicked() 246 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in on_clearButton_clicked() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/ |
| H A D | device.cpp | 67 connect(ui->inquiryType, SIGNAL(toggled(bool)), this, SLOT(setGeneralUnlimited(bool))); in DeviceDiscoveryDialog() 68 connect(ui->scan, SIGNAL(clicked()), this, SLOT(startScan())); in DeviceDiscoveryDialog() 71 this, SLOT(addDevice(QBluetoothDeviceInfo))); in DeviceDiscoveryDialog() 72 connect(discoveryAgent, SIGNAL(finished()), this, SLOT(scanFinished())); in DeviceDiscoveryDialog() 75 this, SLOT(itemActivated(QListWidgetItem*))); in DeviceDiscoveryDialog() 78 this, SLOT(hostModeStateChanged(QBluetoothLocalDevice::HostMode))); in DeviceDiscoveryDialog() 83 …connect(ui->list, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(displayPairingMenu(QPoint… in DeviceDiscoveryDialog() 85 , this, SLOT(pairingDone(QBluetoothAddress,QBluetoothLocalDevice::Pairing))); in DeviceDiscoveryDialog()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/ |
| H A D | videoplaylist.cpp | 80 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in on_refreshButton_clicked() 88 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in on_clearButton_clicked() 140 connect(playButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 141 connect(delButton,SIGNAL(clicked()),this,SLOT(onBtnClicked())); in onScanComplete() 150 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onScanComplete() 179 QTimer::singleShot(1000, this, SLOT(updateStatusLabel())); in onBtnClicked() 193 …connect(scanThread,SIGNAL(scanComplete(QList<QFileInfo>*)),this,SLOT(onScanComplete(QList<QFileInf… in scanVideoFileFromUdisk() 247 connect(animation, SIGNAL(finished()), this, SLOT(hide())); in hidePlayList() 260 connect(animation, SIGNAL(finished()), this, SLOT(show())); in showPlayList() 301 , SLOT(clearSelection())); in eventFilter()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | qconf.cc | 314 SLOT(updateSelection(void))); in ConfigList() 321 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList() 892 SLOT(setShowName(bool))); in contextMenuEvent() 894 action, SLOT(setChecked(bool))); in contextMenuEvent() 939 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView() 946 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); in ConfigInfoView() 947 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setChecked(bool))); in ConfigInfoView() 1234 connect(editField, SIGNAL(returnPressed()), SLOT(search())); in ConfigSearchWindow() 1238 connect(searchButton, SIGNAL(clicked()), SLOT(search())); in ConfigSearchWindow() 1248 info, SLOT(setInfo(struct menu *))); in ConfigSearchWindow() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativepositionsource.cpp | 214 this, SLOT(positionUpdateReceived(QGeoPositionInfo))); in tryAttach() 216 this, SLOT(sourceErrorReceived(QGeoPositionInfoSource::Error))); in tryAttach() 218 this, SLOT(updateTimeoutReceived())); in tryAttach() 245 … QTimer::singleShot(0, this, SLOT(start())); // delay ensures all properties have been set in tryAttach() 334 this, SLOT(positionUpdateReceived(QGeoPositionInfo))); in setNmeaSource() 336 this, SLOT(sourceErrorReceived(QGeoPositionInfoSource::Error))); in setNmeaSource() 338 this, SLOT(updateTimeoutReceived())); in setNmeaSource() 343 QTimer::singleShot(0, this, SLOT(start())); in setNmeaSource() 387 this, SLOT(sourceErrorReceived(QGeoPositionInfoSource::Error))); in socketConnected() 389 this, SLOT(updateTimeoutReceived())); in socketConnected() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeocodemodel.cpp | 284 this, SLOT(pluginReady())); in setPlugin() 321 this, SLOT(geocodeFinished(QGeoCodeReply*))); in pluginReady() 323 this, SLOT(geocodeError(QGeoCodeReply*,QGeoCodeReply::Error,QString))); in pluginReady() 682 connect(address_, SIGNAL(countryChanged()), this, SLOT(queryContentChanged())); in setQuery() 683 connect(address_, SIGNAL(countryCodeChanged()), this, SLOT(queryContentChanged())); in setQuery() 684 connect(address_, SIGNAL(stateChanged()), this, SLOT(queryContentChanged())); in setQuery() 685 connect(address_, SIGNAL(countyChanged()), this, SLOT(queryContentChanged())); in setQuery() 686 connect(address_, SIGNAL(cityChanged()), this, SLOT(queryContentChanged())); in setQuery() 687 connect(address_, SIGNAL(districtChanged()), this, SLOT(queryContentChanged())); in setQuery() 688 connect(address_, SIGNAL(streetChanged()), this, SLOT(queryContentChanged())); in setQuery() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 87 connect(searchReply, SIGNAL(finished()), this, SLOT(processSearchReply())); in simpleSearch() 104 connect(searchReply, SIGNAL(finished()), this, SLOT(handleSearchReply())); in search() 123 connect(detailsReply, SIGNAL(finished()), this, SLOT(handleDetailsReply())); in details() 138 connect(contentReply, SIGNAL(finished()), this, SLOT(handleImagesReply())); in images() 150 connect(suggestionReply, SIGNAL(finished()), this, SLOT(handleSuggestionReply())); in suggestion() 172 connect(savePlaceReply, SIGNAL(finished()), this, SLOT(handleSavePlaceReply())); in savePlace() 181 connect(removePlaceReply, SIGNAL(finished()), this, SLOT(handleRemovePlaceReply())); in removePlace() 189 connect(initCatReply, SIGNAL(finished()), this, SLOT(handleInitCatReply())); in initializeCategories() 201 connect(saveCategoryReply, SIGNAL(finished()), this, SLOT(handleSaveCategoryReply())); in saveCategory() 213 connect(removeCategoryReply, SIGNAL(finished()), this, SLOT(handleRemoveCategoryReply())); in removeCategory()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeosatelliteinfosource_geocluemaster.cpp | 59 this, SLOT(positionProviderChanged(QString,QString,QString,QString))); in Q_DECLARE_LOGGING_CATEGORY() 62 connect(&m_requestTimer, SIGNAL(timeout()), this, SLOT(requestUpdateTimeout())); in Q_DECLARE_LOGGING_CATEGORY() 109 … this, SLOT(satelliteChanged(qint32,qint32,qint32,QList<qint32>,QList<QGeoSatelliteInfo>))); in stopUpdates() 141 this, SLOT(getSatelliteFinished(QDBusPendingCallWatcher*))); in requestUpdate() 234 SLOT(satelliteChanged(QDBusMessage))); in positionProviderChanged() 244 SLOT(satelliteChanged(QDBusMessage))); in positionProviderChanged() 265 … this, SLOT(satelliteChanged(qint32,qint32,qint32,QList<qint32>,QList<QGeoSatelliteInfo>))); in positionProviderChanged()
|
| H A D | qgeopositioninfosource_geocluemaster.cpp | 97 this, SLOT(positionProviderChanged(QString,QString,QString,QString))); in QGeoPositionInfoSourceGeoclueMaster() 100 connect(&m_requestTimer, SIGNAL(timeout()), this, SLOT(requestUpdateTimeout())); in QGeoPositionInfoSourceGeoclueMaster() 312 this, SLOT(positionChanged(qint32,qint32,double,double,double,Accuracy))); in stopUpdates() 317 this, SLOT(velocityChanged(qint32,qint32,double,double,double))); in stopUpdates() 354 this, SLOT(getPositionFinished(QDBusPendingCallWatcher*))); in requestUpdate() 385 this, SLOT(positionChanged(qint32,qint32,double,double,double,Accuracy))); in positionProviderChanged() 392 this, SLOT(getPositionFinished(QDBusPendingCallWatcher*))); in positionProviderChanged() 399 this, SLOT(velocityChanged(qint32,qint32,double,double,double))); in positionProviderChanged()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/4g/ |
| H A D | mainwindow.cpp | 22 connect(myprocess, SIGNAL(readyReadStandardOutput()),this, SLOT(result())); in MainWindow() 23 connect(myprocess, SIGNAL(readyReadStandardError()),this, SLOT(result())); in MainWindow() 26 connect(ping_process, SIGNAL(readyReadStandardOutput()),this, SLOT(ping_result())); in MainWindow() 27 connect(ping_process, SIGNAL(readyReadStandardError()),this, SLOT(ping_result())); in MainWindow()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/4g/ |
| H A D | mainwindow.cpp | 22 connect(myprocess, SIGNAL(readyReadStandardOutput()),this, SLOT(result())); in MainWindow() 23 connect(myprocess, SIGNAL(readyReadStandardError()),this, SLOT(result())); in MainWindow() 26 connect(ping_process, SIGNAL(readyReadStandardOutput()),this, SLOT(ping_result())); in MainWindow() 27 connect(ping_process, SIGNAL(readyReadStandardError()),this, SLOT(ping_result())); in MainWindow()
|