Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keygenqt/skill-kotlin-jni-qt

An example of a combination of kotlin + JNI + Qt
https://github.com/keygenqt/skill-kotlin-jni-qt

jni kotlin qt skill

Last synced: 25 days ago
JSON representation

An example of a combination of kotlin + JNI + Qt

Awesome Lists containing this project

README

        

Kotlin + JNI + Qt
===================

An example of a combination of [kotlin](https://kotlinlang.org/) + [JNI](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/) + [Qt](https://www.qt.io/)

### Implemented

#### Connect
- Listener kotlin -> qt
- Listener qt -> kotlin

#### In Example
- Run app (kotlin)
- Main Window (qt)
- Dialog (qt)
- System tray (qt)
- Send data qt -> kotlin (qt)
- Send data kotlin -> qt (kotlin)
- Call notification from kotlin -> qt (kotlin)

![picture](data/screenshot-27.png)

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)