{"id":21023436,"url":"https://github.com/quasarapp/viewsolutions","last_synced_at":"2025-04-27T02:43:53.416Z","repository":{"id":52708825,"uuid":"259381708","full_name":"QuasarApp/ViewSolutions","owner":"QuasarApp","description":"View solutions of qml for quasarapp projects","archived":false,"fork":false,"pushed_at":"2025-04-24T15:22:56.000Z","size":2005,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-27T02:43:49.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quasarapp.ddns.net:3031/docs/QuasarApp/ViewSolutions/latest/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuasarApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-27T16:00:05.000Z","updated_at":"2025-03-07T08:53:31.000Z","dependencies_parsed_at":"2025-03-07T09:42:53.411Z","dependency_job_id":"ef611b66-0c82-4a14-a464-e950483e27b6","html_url":"https://github.com/QuasarApp/ViewSolutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FViewSolutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FViewSolutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FViewSolutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FViewSolutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuasarApp","download_url":"https://codeload.github.com/QuasarApp/ViewSolutions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251080974,"owners_count":21533151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T11:18:09.910Z","updated_at":"2025-04-27T02:43:53.396Z","avatar_url":"https://github.com/QuasarApp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ViewSolutions\n\nView solutions of qml for quasarapp projects\n\n## QML classes:\n\n#### ImageView\n\nThis is animate image viewer \n\n##### Example:\n```qml\nimport ViewSolutionsModule 1.0\n\nImageView {\n\n    anchors.fill: parent\n    soucre:  \"qrc:/img/images/example.png\"\n    text: \"exampele\"\n    anchors.margins: 100\n    borderColor: \"red\"\n}\n```\n\n#### ViewPortPage\n\nThis is animate Delegate viewer for ListView \n\n##### Example:\n\n```qml\nimport ViewSolutionsModule 1.0\n\nListView {\n    id: viewPort\n    property real globalPos: 0\n    anchors.fill: parent\n    delegate: Component {\n        ViewPortPage {\n            viewPortDelegatH: 500 // base size of content item\n            scrollPos: viewPort.globalPos // due to qml limitations, this field will have to be tied to updating the location of the scroll\n            source:  modelData\n            viewground: root // this is plane to display the main background\n            title: \"Test ViewPortPage\"\n            text: \"Test ViewPortPage. General text and \u003ci\u003ehtml code\u003c/i\u003e\"\n        }\n    }\n\n    ScrollBar.vertical: ScrollBar {\n        onPositionChanged: {\n            viewPort.globalPos = position\n        }\n    }\n\n\n    model: [\n        \"qrc:/img/res/LOGO.png\",\n        \"qrc:/img/res/LOGO-GREAN.png\",\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarapp%2Fviewsolutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasarapp%2Fviewsolutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarapp%2Fviewsolutions/lists"}