aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/moduleqt47/data/importqt47.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/moduleqt47/data/importqt47.qml')
-rw-r--r--tests/auto/qtquick1/moduleqt47/data/importqt47.qml80
1 files changed, 0 insertions, 80 deletions
diff --git a/tests/auto/qtquick1/moduleqt47/data/importqt47.qml b/tests/auto/qtquick1/moduleqt47/data/importqt47.qml
deleted file mode 100644
index 0a1b533cba..0000000000
--- a/tests/auto/qtquick1/moduleqt47/data/importqt47.qml
+++ /dev/null
@@ -1,80 +0,0 @@
-import Qt 4.7
-
-Item {
- QtObject {}
-
- Component { Item {} }
-
- // Util
- states: [
- State {
- name: "bob"
- AnchorChanges {}
- ParentChange {}
- StateChangeScript {}
- PropertyChanges {}
- }
- ]
- transitions: [
- Transition {
- AnchorAnimation {}
- ColorAnimation {}
- SmoothedAnimation {}
- NumberAnimation {}
- ParallelAnimation {}
- ParentAnimation {}
- PauseAnimation {}
- PropertyAnimation {}
- RotationAnimation {}
- ScriptAction {}
- SequentialAnimation {}
- SpringAnimation {}
- Vector3dAnimation {}
- }
- ]
-
- Behavior on x {}
- Binding {}
- Connections {}
- FontLoader {}
- ListModel { ListElement {} }
- SystemPalette {}
- Timer {}
-
- // graphic items
- BorderImage {}
- Column {}
- MouseArea {}
- Flickable {}
- Flipable {}
- Flow {}
- FocusPanel {}
- FocusScope {}
- Rectangle { gradient: Gradient { GradientStop {} } }
- Grid {}
- GridView {}
- Image {}
- ListView {}
- Loader {}
- PathView {
- path: Path {
- PathLine {}
- PathCubic {}
- PathPercent {}
- PathQuad {}
- PathAttribute {}
- }
- }
- Repeater {}
- Rotation {}
- Row {}
- Translate {}
- Scale {}
- Text {}
- TextEdit {}
- TextInput {}
- VisualItemModel {}
- VisualDataModel {}
-
- Keys.onPressed: console.log("Press")
-}