https://github.com/germanaizek/credit-qml
Example Qt QML multi-platform application for Windows/Linux/FreeBSD. Support for aarch64, arm64 architecture for mobile devices.
https://github.com/germanaizek/credit-qml
arm64 armhf cmake cpp cpp11 cross-platform crossplatform example-project freebsd linux qml qml-samples qt-quick qt5 qt5-applications qt5-gui qt5-qml qt5-widgets qtquick windows
Last synced: about 2 months ago
JSON representation
Example Qt QML multi-platform application for Windows/Linux/FreeBSD. Support for aarch64, arm64 architecture for mobile devices.
- Host: GitHub
- URL: https://github.com/germanaizek/credit-qml
- Owner: GermanAizek
- License: gpl-3.0
- Created: 2021-01-28T01:34:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T07:08:39.000Z (about 4 years ago)
- Last Synced: 2025-01-30T01:29:44.600Z (4 months ago)
- Topics: arm64, armhf, cmake, cpp, cpp11, cross-platform, crossplatform, example-project, freebsd, linux, qml, qml-samples, qt-quick, qt5, qt5-applications, qt5-gui, qt5-qml, qt5-widgets, qtquick, windows
- Language: C++
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++/Qt QML Json Example
[](https://github.com/GermanAizek/credit-qml/releases)
[](https://github.com/GermanAizek/credit-qml/releases)
[](https://github.com/GermanAizek/credit-qml/releases)
[](https://github.com/GermanAizek/credit-qml/blob/master/LICENSE)
[](https://github.com/GermanAizek/credit-qml/stargazers)
[](https://github.com/GermanAizek/credit-qml/network)This example demonstrates how to work with json files using the [picojson](https://github.com/kazuho/picojson) library.
Work with graphics using QML.The project is cross-platform and supports popular platforms (see below in 'Building')
## License
Сredit Manager is licensed under the ([GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.html))
## Requirments
- CMake
- Qt libraries
- Supported compilers:
- GCC 4.8 - 11.0 (and possibly later)
- Clang 3.4 - 11.0 (and possibly later)
- Microsoft Visual C++ 2019 (and possibly later)
## Dependencies- [picojson](https://github.com/kazuho/picojson) (header-only JSON parser)
- [Qt5 QML](https://doc.qt.io/qt-5/qtqml-index.html)
- [Qt5 Quick](https://doc.qt.io/qt-5/qtquick-index.html)
- [Qt5 Widgets](https://doc.qt.io/qt-5/qtwidgets-index.html)## Building
- [Building on Linux](https://github.com/GermanAizek/credit-qml/wiki/Building-on-Linux)
- [Building on FreeBSD](https://github.com/GermanAizek/credit-qml/wiki/Building-on-FreeBSD)
- [Building on Windows](https://github.com/GermanAizek/credit-qml/wiki/Building-on-Windows)