Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

QtJambi

From Wikipedia, the free encyclopedia
(Redirected fromQt Jambi)
Java bindings for Qt framework
QtJambi
Stable release
6.7.2 / 25 June 2024; 8 months ago (2024-06-25)
Repository
Written inJava
Operating systemCross-platform
LicenseLGPL
Websitegithub.com/OmixVisualization/qtjambi/wiki

QtJambi is a Java binding of the cross-platform application frameworkQt. It enables Java developers to use Qt within theJava programming language. In addition, the QtJambi generator can be used to create Java bindings for other Qt libraries and future versions of Qt. UnlikeGTK, there are no Swing LAF implementations that use Qt for rendering.

QtJambi supportsLinux and other flavours ofUnix such asmacOS, as well asMicrosoft Windows.

QtJambi was originally developed byTrollTech (currently known as "The Qt Company") until March 2009, but development didn't continue after being bought byNokia, as official support for QtJambi byNokia ended in March 2010.[1] The project was spun off into anopen source project, which was later adopted by Omix Visualization.

QtJambi hello world

[edit]
packageorg.wikipedia.qt;importio.qt.widgets.*;publicclassTest{publicstaticvoidmain(String[]args){QApplication.initialize(args);QMessageBox.information(null,"QtJambi","Hello World!");QApplication.shutdown();}}

References

[edit]
  1. ^"Qt Software to discontinue Qt Jambi after 4.5 release". 19 February 2009. Archived fromthe original on 2012-02-29.

External links

[edit]
GUIs built with Qt
Qt technologies
Tools
Language bindings
Supported platforms
Related topics
Java desktop
APIs
Deprecated APIs
Open-source
Low-level platform-specific
OnAmigaOS
OnClassic Mac OS,macOS
OnWindows
OnUnix,
underX11
OnBeOS,Haiku
OnAndroid
CLI
Low Level Cross-platform
CLI
C
Java
High-level, platform-specific
OnAmigaOS
OnClassic Mac OS,macOS
Object Pascal
Objective-C,Swift
C++
CLI
OnWindows
CLI
C++
Object Pascal
OnUnix,
underX11
OnAndroid
High-level, cross-platform
C
C++
Objective-C
CLI
Adobe Flash
Go
Haskell
Java
JavaScript
Common Lisp
Lua
Pascal
Object Pascal
Perl
PHP
Python
Ruby
Tcl
XML
shell
Dart
Retrieved from "https://en.wikipedia.org/w/index.php?title=QtJambi&oldid=1258604938"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp