forked from qt-creator/qt-creator
QmlDesigner: Show qrc mapping in debug view
Change-Id: I0fcf35877042e1c3c53258f3a44ce76bd18e727d Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -87,6 +87,11 @@ void DebugViewWidget::addLogInstanceMessage(const QString &topic, const QString
|
||||
}
|
||||
}
|
||||
|
||||
void DebugViewWidget::setPuppetStatus(const QString &text)
|
||||
{
|
||||
m_ui.instanceStatus->setPlainText(text);
|
||||
}
|
||||
|
||||
void DebugViewWidget::setDebugViewEnabled(bool b)
|
||||
{
|
||||
if (m_ui.enabledCheckBox->isChecked() != b)
|
||||
|
||||
Reference in New Issue
Block a user