请输入您要查询的百科知识:

 

词条 Qt Jambi
释义

  1. Qt Jambi hello world

  2. References

  3. External links

{{Infobox Software
| name = Qt Jambi
| logo =
| screenshot =
| caption =
| developer =
| latest release version = 4.8.7
| latest release date = {{start date and age|2015|06|13|df=1}}
| operating system = Cross-platform
| programming language = Java
| genre =
| license = LGPL
| website = {{url|http://qtjambi.org}} (no longer working)
}}

Qt Jambi is a Java binding of the cross-platform application framework Qt. It enables Java developers to use Qt within Java programming language. In addition, Qt Jambi 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.

Qt Jambi supports Linux and other flavours of Unix, as well as OS X and Microsoft Windows.

Official support for Qt Jambi by Nokia ended in March 2010,[1] and the project is now maintained by an open source community.

Qt Jambi hello world

package org.wikipedia.qt;

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.instance().exec();    }

}

References

1. ^{{cite web |url = http://qt.nokia.com/about/news/preview-of-final-qt-jambi-release-available |title = Qt Software to discontinue Qt Jambi after 4.5 release |date = 19 February 2009 |archiveurl = https://web.archive.org/web/20120229081829/http://qt.nokia.com/about/news/preview-of-final-qt-jambi-release-available/ |archivedate = 2012-02-29 }}

External links

{{Portal|Java (programming language)}}
  • [https://github.com/qtjambi/qtjambi Qt Jambi source code repository] at GitHub
  • [https://github.com/tilialabs/qtjambi5 Qt Jambi fork with support for Qt5] at GitHub
  • [https://web.archive.org/web/20140809054302/http://doc.qt.digia.com/qtjambi-4.5.2_01/com/trolltech/qt/qtjambi-index.html Qt Jambi 4.5 reference documentation]
{{Qt}}{{Widget toolkits}}

3 : Articles with example Java code|Java APIs|Qt (software)

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/11 6:00:43