Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
4059ea24
Commit
4059ea24
authored
Mar 25, 2010
by
Christian Kamm
Browse files
Teach Qml editor about the Screen type available in the Qml runtime.
Task-number: QTCREATORBUG-874
parent
1ebae809
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qml-type-descriptions/qmlruntime-types.xml
0 → 100644
View file @
4059ea24
<?xml version="1.0" encoding="UTF-8"?>
<module>
<type
name=
"QDeclarativeViewer.Screen"
>
<enum
name=
"Orientation"
>
<enumerator
name=
"UnknownOrientation"
value=
"0"
/>
<enumerator
name=
"Portrait"
value=
"1"
/>
<enumerator
name=
"Landscape"
value=
"2"
/>
</enum>
<property
name=
"orientation"
type=
"Orientation"
/>
</type>
</module>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment