An open API service indexing awesome lists of open source software.

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.

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)