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
- Host: GitHub
- URL: https://github.com/jcs090218/jcsqtj
- Owner: jcs090218
- License: apache-2.0
- Created: 2017-05-27T09:18:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T00:11:05.000Z (over 1 year ago)
- Last Synced: 2025-02-06T11:27:04.750Z (3 months ago)
- Topics: fast, framework, gui, java, speed, wrapper
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/qtjambi)
[](https://github.com/jcs090218/JCSQtJ/releases/latest)# JCSQtJ
[](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