{"id":25255100,"url":"https://github.com/kaka-lin/qt-template","last_synced_at":"2025-10-27T01:31:18.481Z","repository":{"id":105904299,"uuid":"157506048","full_name":"kaka-lin/qt-template","owner":"kaka-lin","description":"Template/Example of Qt/QML built with CMake/qmake. (include PyQt and PySide2)","archived":false,"fork":false,"pushed_at":"2024-07-08T12:14:53.000Z","size":2632,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T13:03:28.161Z","etag":null,"topics":["cmake","pyqt5","pyside2-gui","qmake","qml","qmultimedia","qt","qt-template","qt5"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/kakalin/qt/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaka-lin.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}},"created_at":"2018-11-14T07:06:07.000Z","updated_at":"2024-07-08T12:14:57.000Z","dependencies_parsed_at":"2024-06-27T21:48:15.755Z","dependency_job_id":"003c2a31-5370-4aaa-ac90-166e75d7dc9f","html_url":"https://github.com/kaka-lin/qt-template","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/kaka-lin%2Fqt-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaka-lin%2Fqt-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaka-lin%2Fqt-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaka-lin%2Fqt-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaka-lin","download_url":"https://codeload.github.com/kaka-lin/qt-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238422525,"owners_count":19469548,"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":["cmake","pyqt5","pyside2-gui","qmake","qml","qmultimedia","qt","qt-template","qt5"],"created_at":"2025-02-12T05:52:07.031Z","updated_at":"2025-10-27T01:31:17.777Z","avatar_url":"https://github.com/kaka-lin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qt Template/Example\n\nThis is `template/example` that can rapid to build ```Qt/QML``` application.\n\nYou can just copy you prefer program language's folder and start to code and build and run.\n\nApplications that build with this `Qt Template`: [Examples](#examples)\n\n## Usage\n\n1. Clone this repo\n\n    ```bash\n    $ git clone https://github.com/kaka-lin/qt-template.git\n    ```\n\n2. Choosing you prefer program language, ex: ```c++```\n\n    ```bash\n    $ cp -r c++/qml \u003cYour path\u003e\n    ```\n\n3. Buinding application\n\n    Follow the steps of each folder's ```README```\n\n## Running and showing the Templates\n\n### 1. Run with Docker (Recommend)\n\nYou can use the docker image that we already build, as below\n\n```bash\n$ docker pull kakalin/qt:5.12.0\n```\n\nOr you can build it from scratch, please check the document in the [docker folder](docker/README.md).\n\nAnd then running with docker:\n\n```bash\n$ ./docker-run.sh\n```\n\n### 2. Run with local Qt\n\nPlease install Qt/QML on your local machine.\n\n### 3. Run the template\n\nChose the version that you want to use.\n\n##### QML\n\n```sh\n$ cd python/pyqt5/qml\n$ python3 qml_template.py\n```\n\n![](./images/qml-template.png)\n\n##### QT\n\n```sh\n$ cd python/pyqt5/qt\n$ python3 main.py\n```\n\n![](./images/qt-template.png)\n\n## Examples\n\nApplications that build with `Qt`, you can reference projects as below,\n\n- Qt5/QML\n    - [YUV Player](https://github.com/kaka-lin/YUVPlayer)\n    - [Qt Video Player](https://github.com/kaka-lin/qt-video-player)\n    - [Network Configuration Tool](https://github.com/kaka-lin/network-configuration-tool)\n\n- PyQt5\n\n    - [serialport-gui](https://github.com/kaka-lin/serialport-gui)\n\n        UART and ModBus\n\n    - [pyqt-image-recognition](https://github.com/kaka-lin/pyqt-image-recognition)\n\n        Handwriting recognition\n\n    - [cvs-ptool](https://github.com/kaka-lin/csv-ptool)\n\n        Embedding `Matplotlib` in Qt\n\n    - [audio-analysis-tools](https://github.com/kaka-lin/audio-analysis-tools)\n\n        Embedding `Matplotlib` in Qt\n\n- PyQt5/QML\n\n    - [pytest-gui](https://github.com/kaka-lin/pytest-gui)\n\n        Can see the result of unittest on GUI immediately.\n\n    - [canbus-tool](https://github.com/kaka-lin/canbus-tool)\n\n        Can dump canbus information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaka-lin%2Fqt-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaka-lin%2Fqt-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaka-lin%2Fqt-template/lists"}