https://github.com/chrisvilches/qt5-examples-templates
Qt5, Python3 (PyQt) and C++. Examples and templates.
https://github.com/chrisvilches/qt5-examples-templates
cpp pyqt5 python python3 qt5 qtcreator template
Last synced: 3 months ago
JSON representation
Qt5, Python3 (PyQt) and C++. Examples and templates.
- Host: GitHub
- URL: https://github.com/chrisvilches/qt5-examples-templates
- Owner: ChrisVilches
- Created: 2018-09-17T21:37:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T06:37:51.000Z (almost 8 years ago)
- Last Synced: 2025-08-15T22:58:31.597Z (10 months ago)
- Topics: cpp, pyqt5, python, python3, qt5, qtcreator, template
- Language: C++
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qt5 Examples & Templates
The goals for this repository are:
* Create sample apps using C++ with Qt5.
* Learn more Python and create sample apps using PyQt (also move away from C++).
* Create my own components, which have custom rendering.
* Create at least one app with PyQt that has multiple views with several types of components and/or requirements, such as:
* Graphs/charts
* Tables
* Loading gifs before displaying a view or data
* Use reactive programming as the main asynchronous mechanism
* 3D animations
* Video player
* `What you see is what you get` textarea editor (the ones where you can use formatting, etc)
## Screenshots
### Dashboard
[Dashboard template](dashboard)