QmlDesigner: Show qrc mapping in debug view

Change-Id: I0fcf35877042e1c3c53258f3a44ce76bd18e727d
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2017-05-24 12:32:35 +02:00
parent dfce06c64d
commit ed42cae6e6
5 changed files with 32 additions and 3 deletions

View File

@@ -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)