Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Unable to listen to port

$
0
0
I created a pointer to a QQuickView, but when i try to debug it, it displays me this error(translated): Could not create a connection to the Debug-component in the process. The port is already in use. Code QQuickView *view = new QQuickView();     QWidget *container = QWidget::createWindowContainer(view, this); Applicationoutput: QDeclarativeDebugServer: Waiting for connection on port 52294… QDeclarativeDebugServer: Connection established QML Debugger: Unable to listen to port 52294. Any way to solve this problem?

Viewing all articles
Browse latest Browse all 4972

Trending Articles