forked from qt-creator/qt-creator
QmlDesigner: Simplify naming of views
* Curve Editor -> Curves * 3D Editor -> 3D * Form Editor -> 2D * Text Editor -> Text * Transition Editor -> Transitions Most view titles are now a single word and all superfluous "Editor" as part of the title have been removed. "File System" and "Open Documents" stay as they are. Task-number: QDS-6325 Change-Id: I8fb6477f9e07c324f76a49796f550a8b8799fedd Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -69,7 +69,7 @@ bool CurveEditorView::hasWidget() const
|
||||
|
||||
WidgetInfo CurveEditorView::widgetInfo()
|
||||
{
|
||||
return createWidgetInfo(m_editor, "CurveEditorId", WidgetInfo::BottomPane, 0, tr("Curve Editor"));
|
||||
return createWidgetInfo(m_editor, "CurveEditorId", WidgetInfo::BottomPane, 0, tr("Curves"));
|
||||
}
|
||||
|
||||
void CurveEditorView::modelAttached(Model *model)
|
||||
|
||||
Reference in New Issue
Block a user