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

https://github.com/jcs090218/jcsqtj

A compact framework that encapsulates Qt Jami to expedite development
https://github.com/jcs090218/jcsqtj

fast framework gui java speed wrapper

Last synced: 29 days ago
JSON representation

A compact framework that encapsulates Qt Jami to expedite development

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Qt Jambi](https://img.shields.io/badge/Qt%20Jambi-4.8.7-blue.svg)](https://github.com/qtjambi)
[![Release Tag](https://img.shields.io/github/tag/jcs090218/JCSQtJ.svg?label=release)](https://github.com/jcs090218/JCSQtJ/releases/latest)

# JCSQtJ

[![Build Status](https://travis-ci.com/jcs090218/JCSQtJ.svg?branch=master)](https://travis-ci.com/jcs090218/JCSQtJ)

JCSQtJ is a rewrapper of Qt Jambi framework. Qt Jambi provide alot
of useful function that your build cross platform GUI software
as fast as possible. The goal of this project is limit the pass
in params count, because Qt Jambi API have many detail. For instance,
callback, button trigger, etc. A lot of those params are following
Qt framework's standard, and I think those are acceptable for people
who developed/worked in Qt. For simplicity for rest of the people
I decide to have most of functionality and wrap it into one single
function call, so it will speed up alot faster during GUI base
software development.

## Todo List

- [ ] rewrap check box
- [ ] rewrap tree view