File indexing completed on 2024-04-21 16:42:00

0001 function getExamples() {
0002     return {
0003         Animation: [
0004             {
0005                 name: "Anchor Animation",
0006                 file: "anchoranimation.qml"
0007             },
0008             {
0009                 name: "Anchor Changes",
0010                 file: "anchorchanges.qml"
0011             },
0012             {
0013                 name: "Animated Image",
0014                 file: "animatedimage.qml"
0015             },
0016             {
0017                 name: "Animated Sprite",
0018                 file: "animatedsprite.qml"
0019             },
0020             {
0021                 name: "Animation Easing Type",
0022                 file: "animation-easing-type.qml"
0023             },
0024             {
0025                 name: "Rotation Animation",
0026                 file: "rotationanimator.qml"
0027             },
0028             {
0029                 name: "Sequential Animation",
0030                 file: "sequentialanimation.qml"
0031             },
0032         ],
0033         Games: [
0034             {
0035                 name: "Game 1",
0036                 file: "pong.qml"
0037             },
0038             {
0039                 name: "Game 2",
0040                 file: "snake.qml"
0041             },
0042         ],
0043         Image: [
0044             {
0045                 name: "Blend Image",
0046                 file: "blend.qml"
0047             },
0048             {
0049                 name: "Brightness and Contrast",
0050                 file: "brightnesscontrast.qml"
0051             },
0052         ],
0053         Model: [
0054             {
0055                 name: "Json Model",
0056                 file: "jsonmodel.qml"
0057             },
0058             {
0059                 name: "ListModel/ListElement",
0060                 file: "listmodel.qml"
0061             },
0062         ],
0063         Random: [
0064             {
0065                 name: "Binding",
0066                 file: "binding.qml"
0067             },
0068             {
0069                 name: "Canvas Advanced",
0070                 file: "canvasadvanced.qml"
0071             },
0072             {
0073                 name: "GridLayout",
0074                 file: "gridlayout.qml"
0075             },
0076             {
0077                 name: "Repeater",
0078                 file: "repeater.qml"
0079             },
0080             {
0081                 name: "Search/Regex match",
0082                 file: "regex-match.qml"
0083             },
0084             {
0085                 name: "Taphandler",
0086                 file: "taphandler.qml"
0087             },
0088             {
0089                 name: "Text Format",
0090                 file: "textformat.qml"
0091             },
0092         ],
0093         Shaders: [
0094             {
0095                 name: "Shader Effect Pixelated",
0096                 file: "shadereffect-pixelated.qml"
0097             },
0098             {
0099                 name: "Shader Effect",
0100                 file: "shadereffect.qml"
0101             },
0102         ],
0103         Kirigami: [
0104             {
0105                 name: "Footer",
0106                 file: "kirigami-footer.qml"
0107             },
0108             {
0109                 name: "Push, pop, clear",
0110                 file: "kirigami-pushpopclear.qml"
0111             },
0112             {
0113                 name: "Simple chat",
0114                 file: "kirigami-simpleChatApp.qml"
0115             },
0116         ],
0117     }
0118 }