document qs. imports

This commit is contained in:
outfoxxed 2025-07-26 22:14:40 -07:00
parent 555f29ecad
commit 1921aac0fc
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 905 additions and 1 deletions

View file

@ -107,7 +107,7 @@ import <Module> [Major.Minor] [as <Namespace>]
- `Major.Minor` is the version of the module you want to import.
- `Namespace` is an optional namespace to import types from the module under.
A subfolder import statement looks like this:
A relative import statement looks like this:
```qml
import "<directory>" [as <Namespace>]