Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
df87d970
Commit
df87d970
authored
Jul 28, 2010
by
Christian Kamm
Browse files
QmlJS: Update builtin type information.
Fix for
14686acb
with corrected qmldump.
parent
033def36
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qml-type-descriptions/qml-builtin-types.xml
View file @
df87d970
...
...
@@ -217,15 +217,6 @@
<property
name=
"heightRatio"
type=
"qreal"
/>
<signal
name=
"pageChanged"
/>
</type>
<type
name=
"QDeclarativeGraphicsWidget"
defaultProperty=
"children"
extends=
"Qt.QGraphicsWidget"
>
<property
name=
"anchors"
type=
"QDeclarativeAnchors"
/>
<property
name=
"left"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"right"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"horizontalCenter"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"top"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"bottom"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"verticalCenter"
type=
"QDeclarativeAnchorLine"
/>
</type>
<type
name=
"QDeclarativeImageBase"
defaultProperty=
"data"
extends=
"Qt.Item"
>
<enum
name=
"Status"
>
<enumerator
name=
"Null"
value=
"0"
/>
...
...
@@ -277,7 +268,7 @@
</type>
<type
name=
"QDeclarativeStateOperation"
extends=
"Qt.QtObject"
/>
<type
name=
"QDeclarativeValueType"
extends=
"Qt.QtObject"
/>
<type
name=
"QDeclarativeVisualDataModelParts"
extends=
"Q
DeclarativeVisualDataModelParts
"
/>
<type
name=
"QDeclarativeVisualDataModelParts"
extends=
"Q
t.QtObject
"
/>
<type
name=
"QDeclarativeVisualModel"
extends=
"Qt.QtObject"
>
<property
name=
"count"
type=
"int"
/>
<signal
name=
"countChanged"
/>
...
...
@@ -2455,24 +2446,14 @@
<property
name=
"restoreEntryValues"
type=
"bool"
/>
<property
name=
"explicit"
type=
"bool"
/>
</type>
<type
name=
"Qt.QGraphicsWidget"
version=
"4.7"
defaultProperty=
"children"
extends=
"QGraphicsObject"
>
<property
name=
"palette"
type=
"QPalette"
/>
<property
name=
"font"
type=
"QFont"
/>
<property
name=
"layoutDirection"
type=
"Qt.LayoutDirection"
/>
<property
name=
"size"
type=
"QSizeF"
/>
<property
name=
"minimumSize"
type=
"QSizeF"
/>
<property
name=
"preferredSize"
type=
"QSizeF"
/>
<property
name=
"maximumSize"
type=
"QSizeF"
/>
<property
name=
"sizePolicy"
type=
"QSizePolicy"
/>
<property
name=
"focusPolicy"
type=
"Qt.FocusPolicy"
/>
<property
name=
"windowFlags"
type=
"Qt.WindowFlags"
/>
<property
name=
"windowTitle"
type=
"string"
/>
<property
name=
"geometry"
type=
"QRectF"
/>
<property
name=
"autoFillBackground"
type=
"bool"
/>
<property
name=
"layout"
type=
"QGraphicsLayout"
/>
<signal
name=
"geometryChanged"
/>
<signal
name=
"layoutChanged"
/>
<method
name=
"close"
type=
"bool"
/>
<type
name=
"Qt.QGraphicsWidget"
version=
"4.7"
defaultProperty=
"children"
extends=
"__extended__.Qt.QGraphicsWidget"
>
<property
name=
"anchors"
type=
"QDeclarativeAnchors"
/>
<property
name=
"left"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"right"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"horizontalCenter"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"top"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"bottom"
type=
"QDeclarativeAnchorLine"
/>
<property
name=
"verticalCenter"
type=
"QDeclarativeAnchorLine"
/>
</type>
<type
name=
"Qt.QtObject"
version=
"4.7"
>
<property
name=
"objectName"
type=
"string"
/>
...
...
@@ -3240,6 +3221,25 @@
<param
name=
"maxzoom"
type=
"qreal"
/>
</method>
</type>
<type
name=
"__extended__.Qt.QGraphicsWidget"
version=
"4.7"
defaultProperty=
"children"
extends=
"QGraphicsObject"
>
<property
name=
"palette"
type=
"QPalette"
/>
<property
name=
"font"
type=
"QFont"
/>
<property
name=
"layoutDirection"
type=
"Qt.LayoutDirection"
/>
<property
name=
"size"
type=
"QSizeF"
/>
<property
name=
"minimumSize"
type=
"QSizeF"
/>
<property
name=
"preferredSize"
type=
"QSizeF"
/>
<property
name=
"maximumSize"
type=
"QSizeF"
/>
<property
name=
"sizePolicy"
type=
"QSizePolicy"
/>
<property
name=
"focusPolicy"
type=
"Qt.FocusPolicy"
/>
<property
name=
"windowFlags"
type=
"Qt.WindowFlags"
/>
<property
name=
"windowTitle"
type=
"string"
/>
<property
name=
"geometry"
type=
"QRectF"
/>
<property
name=
"autoFillBackground"
type=
"bool"
/>
<property
name=
"layout"
type=
"QGraphicsLayout"
/>
<signal
name=
"geometryChanged"
/>
<signal
name=
"layoutChanged"
/>
<method
name=
"close"
type=
"bool"
/>
</type>
<type
name=
"Script"
>
<property
name=
"script"
type=
"string"
/>
<property
name=
"source"
type=
"QUrl"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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