Java-swing Embedded Browser (ii)

Source: Internet
Author: User

This is Qtjambi use WebView to do the embedded browser, below is my project directory.

Operating effects such as:

Code Related:

 Packageqtbowers;ImportCom.trolltech.qt.core.QUrl;Importcom.trolltech.qt.gui.*;ImportCom.trolltech.qt.webkit.QWebView; Public classBowersextendsqwidget{ui_bowers Ui=Newui_bowers ();  Public Static voidMain (string[] args) {qapplication.initialize (args);Qwebview WebView =NewQwebview (); Webview.load (NewQurl ("http://www.baidu.com"));        Webview.show ();    Qapplication.exec (); }     PublicBowers () {Ui.setupui ( This); }     PublicBowers (qwidget parent) {Super(parent); UI.SETUPUI ( This); }}

This source I will not let go, just a class, I went here to download Qt-jambi version: http://sourceforge.net/projects/qtjambi/files/

Qt-jambi Eclipse plug-in only out of the 4.5.2 need to qt-jambi4.5.2 version of the line Oh plug-in address: Http://pan.baidu.com/s/1eQnHtpK

Java-swing Embedded Browser (ii)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.