document qs. imports
This commit is contained in:
parent
555f29ecad
commit
1921aac0fc
2 changed files with 905 additions and 1 deletions
|
@ -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>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue