{"id":15209321,"url":"https://github.com/david-cattermole/qt-learning","last_synced_at":"2025-10-29T15:30:33.722Z","repository":{"id":112689130,"uuid":"97594261","full_name":"david-cattermole/qt-learning","owner":"david-cattermole","description":"User Interfaces written with the Qt framework using various techniques as a journey of self-discovery and to learn the best practices of working with Qt","archived":false,"fork":false,"pushed_at":"2018-05-18T23:16:41.000Z","size":730,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-06T11:14:41.460Z","etag":null,"topics":["best-practices","journey","python","qt-framework","ui","user-interface"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/david-cattermole.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":"2017-07-18T12:16:38.000Z","updated_at":"2024-11-26T21:36:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"47866364-d7ce-48a1-9da0-dfca6e3ea5f5","html_url":"https://github.com/david-cattermole/qt-learning","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/david-cattermole%2Fqt-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/david-cattermole%2Fqt-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/david-cattermole%2Fqt-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/david-cattermole%2Fqt-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/david-cattermole","download_url":"https://codeload.github.com/david-cattermole/qt-learning/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238840721,"owners_count":19539602,"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":["best-practices","journey","python","qt-framework","ui","user-interface"],"created_at":"2024-09-28T07:23:20.456Z","updated_at":"2025-10-29T15:30:28.403Z","avatar_url":"https://github.com/david-cattermole.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qt Learning\nUser Interfaces written with the Qt framework using various techniques as a journey of self-discovery and to learn the best practices of working with Qt.\n\nThis project can be considered a constant work in progress, it is used for experimentation and testing with no functional goal in sight; only the goal of learning.\n\nTake a look at the various [window screenshots](https://github.com/david-cattermole/qt-learning/blob/master/docs/windows.md).\n\n# Installation\n\nDependencies:\n- Qt4\n- Python 2.7.x\n- PyQt4 or PySide\n- [Qt.py 0.6.9](https://github.com/mottosso/Qt.py/releases/tag/0.6.9)\n\nOptional Dependencies:\n- Autodesk Maya\n\nTo install, run this:\n```commandline\n$ cd \u003cproject root\u003e \n\n$ su\n# Enter password here.\n\n$ python setup.py install\n``` \n\nOr, if you have virtualenv installed:\n```commandline\n$ cd \u003cproject root\u003e \n\n$ mkdir virtenv\n\n$ virtualenv virtenv\n\n$ virtenv/bin\n\n$ source activate\n\n$ cd ../..\n\n$ pip install Qt.py\n\n$ pip install python-pyqt5\n\n# Optional, required for running tests only.\n$ pip install coverage\n\n$ python setup.py install\n\n# Use package as needed.\n\n# Clean up when you're done.\n$ deactivate\n``` \n\n# Usage and Testing\n\nHere is an example usage:\n```commandline\n$ python runStandalone.py\n```\n\nOr if you'd like to use the widgets inside your own UIs, try this:\n```python\n# do stuff here\n```\n\nTo open all the UIs in this project for testing, run the following command:\n```commandline\n$ python runStandalone.py\n```\n\n\n# Development\n\n## Convention\n\n- PEP8 Python convention for code.\n- All UIs are first created in Qt Designer.\n- UIs are always saved into ./ui directory.  \n\n## Design\n\n- All UI pieces must be re-usable \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-cattermole%2Fqt-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavid-cattermole%2Fqt-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-cattermole%2Fqt-learning/lists"}