forked from qt-creator/qt-creator
Doc: Describe Open With > Qt Design Studio for .ui.qml.files
Task-number: QTCREATORBUG-30604 Change-Id: I4049e6717cb3e0811bed78a15a9be9c1fdda28d2 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
4
dist/changelog/changes-14.0.0.md
vendored
4
dist/changelog/changes-14.0.0.md
vendored
@@ -56,6 +56,7 @@ Editing
|
||||
([QTCREATORBUG-10279](https://bugreports.qt.io/browse/QTCREATORBUG-10279))
|
||||
|
||||
[Documentation](https://doc.qt.io/qtcreator/creator-reference-cpp-quick-fixes.html)
|
||||
|
||||
* Clangd
|
||||
* Increased the minimum version to LLVM 17
|
||||
* Added the `Per-project index location` and `Per-session index location`
|
||||
@@ -85,7 +86,8 @@ Editing
|
||||
|
||||
* Improved support for enums
|
||||
([QTCREATORBUG-19226](https://bugreports.qt.io/browse/QTCREATORBUG-19226))
|
||||
* Added `Qt Design Studio` to `Open With` for `.ui.qml`-files
|
||||
* Added `Qt Design Studio` to `Open With` for `.ui.qml` files
|
||||
([Documentation](https://doc.qt.io/qtcreator/creator-quick-ui-forms.html))
|
||||
* Language Server
|
||||
* Switched on by default
|
||||
* Added option for generating `qmlls.ini` files for CMake projects
|
||||
|
@@ -23,14 +23,18 @@
|
||||
\brief Limitations of \QDS UI files (.ui.qml).
|
||||
|
||||
\if defined(qtdesignstudio)
|
||||
You can use \QDS wizards to create UI files that have the filename
|
||||
extension \e .ui.qml. The UI files can be edited in the \l {2D} view.
|
||||
If you use the \l {Code} view to add code that is not supported
|
||||
by the \uicontrol {2D} view, \QDS displays error messages.
|
||||
\QDS wizards create UI files that have the filename extension \e .ui.qml.
|
||||
Edit the UI files in the \l {2D} view.
|
||||
|
||||
If you use the \l {Code} view to add code that the \uicontrol {2D} view does
|
||||
not support, \QDS displays error messages.
|
||||
\else
|
||||
If you switch between \QC and \QDS or cooperate with designers on
|
||||
a project, you might encounter UI files (.ui.qml). They are intended to
|
||||
be edited in \QDS only.
|
||||
|
||||
To open UI files with \QDS, select \uicontrol {Open With} >
|
||||
\uicontrol {\QDS} in the context menu for the file.
|
||||
\endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user