aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/widgets
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-01-10 14:39:01 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-01-16 10:59:30 +0000
commitfdd8650657136d0400ead529491ede38bc0df9a3 (patch)
treeb3303d5bb18f8a354016f91ee5c4120acc2c2cef /doc/src/widgets
parentdd16fca68625f975f6db9ae35eefc16656578bbf (diff)
Doc: Describe converting Qt Quick UI Prototypes to Applications
Qt Quick UI Prototype projects (.qmlproject) are used in Qt Design Studio, but they must be converted to Qt Quick Application projects for building and running them in Qt Creator. Add example files and quote code from them. Task-number: QDS-357 Change-Id: Ib0bf1b342ec54faeca108e5586389730a85b5116 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r--doc/src/widgets/qtdesigner-overview.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/widgets/qtdesigner-overview.qdoc b/doc/src/widgets/qtdesigner-overview.qdoc
index 2706f26209..ba406bb8d9 100644
--- a/doc/src/widgets/qtdesigner-overview.qdoc
+++ b/doc/src/widgets/qtdesigner-overview.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -31,7 +31,7 @@
/*!
\contentspage index.html
- \previouspage creator-qml-modules-with-plugins.html
+ \previouspage quick-converting-ui-projects.html
\page creator-using-qt-designer.html
\nextpage adding-plugins.html