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

https://github.com/klappdev/grunwald

Qt qml dictionary application
https://github.com/klappdev/grunwald

cmake cpp cpp20 qml qt

Last synced: 4 months ago
JSON representation

Qt qml dictionary application

Awesome Lists containing this project

README

          

# grunwald

Qt qml German-English dictionary application.

The application searches online words with wiktionary REST API.
![List of words](files/grunwald_1.png "GrunWald")

## Building
Perform the following actions for building project:

```bash
cmake --build build/debug --target clean
cmake --build build/debug --target all
```

## Third party libraries:
* QGumboParser - html parser library

* QCoro - coroutine library

## Requirements
C++20

Qt 6