forked from qt-creator/qt-creator
QmlJSDebugger: Corrected some labels
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -908,7 +908,7 @@ void QDeclarativeViewObserverPrivate::createToolBox()
|
|||||||
|
|
||||||
QWidget *toolBox = new QWidget(q->declarativeView(), Qt::Tool);
|
QWidget *toolBox = new QWidget(q->declarativeView(), Qt::Tool);
|
||||||
toolBox->setWindowFlags(toolBox->windowFlags() & ~Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint);
|
toolBox->setWindowFlags(toolBox->windowFlags() & ~Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint);
|
||||||
toolBox->setWindowTitle(tr("Quick Toolbox"));
|
toolBox->setWindowTitle(tr("Qt Quick Toolbox"));
|
||||||
toolBox->setLayout(verticalLayout);
|
toolBox->setLayout(verticalLayout);
|
||||||
|
|
||||||
toolBox->restoreGeometry(settings->value(QLatin1String(KEY_TOOLBOX_GEOMETRY)).toByteArray());
|
toolBox->restoreGeometry(settings->value(QLatin1String(KEY_TOOLBOX_GEOMETRY)).toByteArray());
|
||||||
|
@@ -122,7 +122,7 @@
|
|||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="qmlDebuggingLibLabel">
|
<widget class="QLabel" name="qmlDebuggingLibLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Qml Debugging Library:</string>
|
<string>QML Debugging Library:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Reference in New Issue
Block a user