forked from qt-creator/qt-creator
QmlProfiler: Show more useful arguments in attach dialog
Without "CanvasFrameRate" the QML profiler won't be very useful. Change-Id: I8bff2b600db31bd1092c1a5f79e27e4177c97086 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -69,8 +69,8 @@ QmlProfilerAttachDialog::QmlProfilerAttachDialog(QWidget *parent) :
|
||||
hint->setTextFormat(Qt::RichText);
|
||||
hint->setText(tr("Select an externally started QML-debug enabled application.<p>"
|
||||
"Commonly used command-line arguments are:")
|
||||
+ "<p><tt>-qmljsdebugger=port:<port>,host:<host>,block,</tt><br>"
|
||||
"<tt> <tt> services:EngineControl,DebugMessages[,...]</tt><p>");
|
||||
+ "<p><tt>-qmljsdebugger=port:<port>,block,<br>"
|
||||
" services:CanvasFrameRate,EngineControl,DebugMessages</tt>");
|
||||
|
||||
QFormLayout *formLayout = new QFormLayout();
|
||||
formLayout->addRow(tr("Kit:"), d->kitChooser);
|
||||
|
||||
Reference in New Issue
Block a user