Clever Geek Handbook
📜 ⬆️ ⬇️

Qt jambi

Qt Jambi is a Java library that is a wrapper for Qt , a framework for graphical applications. It allows Java developers to use Qt in their projects.

Qt jambi
Type ofQt binding for Java
Written onC ++ , Java
operating systemCross-platform
Latest version4.8.6 ( February 1, 2015 )
LicenseLGPL
Siteqtjambi.org (no longer working)

Qt Jambi supports Linux , Unix , Mac OS X, and Microsoft Windows .

Official Nokia support for Qt Jambi ended in March 2010 , and the project is currently supported by the Open source community .

Hello World!

  package org.wikipedia.trolltech ;
 import com.trolltech.qt.gui. * ;

 public class HelloWorld {
     public static void main ( String args []) {
         QApplication .  initialize ( args );

         QPushButton hello = new QPushButton ( "Hello World!" );
         hello  show ();

         QApplication .  exec ();
     }
 }

Links

  • Qt Jambi Official Website


Source - https://ru.wikipedia.org/w/index.php?title=Qt_Jambi&oldid=95040013


More articles:

  • Wegener, Alexander Nikolaevich
  • Miss Brazil
  • Novocelin
  • William Long Sword, 3rd Earl of Salisbury
  • Name-Glory
  • Practical Ceiling
  • Coat of arms of Krasnoselkupsky district
  • Gray Bifurcation
  • Alexandrovsky Uyezd (Ekaterinoslav Province)
  • Nature Reviews Cardiology

All articles

Clever Geek | 2019