Qt Code:
  1. qDebug() << "status: " << view->status();
To copy to clipboard, switch view to plain text mode 

is giving me

Qt Code:
  1. status: QQuickView::Status(Error)
To copy to clipboard, switch view to plain text mode 

I do not know how to print a errors() list. Can you tell me that first?