Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 QtJambi hello world  





2 References  





3 External links  














QtJambi






Français
Русский

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 

(Redirected from Qt Jambi)

QtJambi
Stable release

6.6.1 / 20 December 2023; 6 months ago (2023-12-20)

Repository
Written inJava
Operating systemCross-platform
LicenseLGPL
Websitegithub.com/OmixVisualization/qtjambi/wiki

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

QtJambi supports Linux and other flavours of Unix such as macOS, as well as Microsoft Windows.

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

QtJambi hello world[edit]

package org.wikipedia.qt;

import io.qt.widgets.*;
public class Test {
 public static void main(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 from the original on 2012-02-29.
  • Blanchette, Jasmin; Summerfield, Mark (2008). "Introduction to Qt Jambi". C++ GUI Programming with Qt4, 2nd Edition. Pearson. ISBN 978-0-13-235416-5.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=QtJambi&oldid=1192672510"

    Categories: 
    Java (programming language) libraries
    Qt (software)
    Hidden categories: 
    Articles with short description
    Short description matches Wikidata
    Articles with example Java code
     



    This page was last edited on 30 December 2023, at 18:13 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki