aboutsummaryrefslogtreecommitdiff
path: root/examples/calculator/calculator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add CMake support (#66)Hennadii Chernyshchyk2019-10-111-32/+32
| | | | | | | | | | | | | | | * Add CMake support * Remove unused 'tr()' * Add option to specify a class for inheritance * Use modern syntax * Rework CMakeLists.txt Thanks to @akallabeth * Add CMake build rules for examples
* Added an example of an application raising the primary instance windowItay Grudev2016-08-101-0/+406
This example uses the Qt Calculator example released under the BSD license. Noted the license difference in the `README.md` and `LICENSE` files.