Results 1 to 4 of 4

Thread: How to develop QT GUI Application using HTMl 5 and QT Webkit?

  1. #1
    Join Date
    Apr 2011
    Posts
    11
    Thanks
    2
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Windows

    Default How to develop QT GUI Application using HTMl 5 and QT Webkit?

    I am new in QT,developing GUI Applications.I want to develop an application with Web integration.
    So i need help about this.How to interact with QT from HTMl 5?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to develop QT GUI Application using HTMl 5 and QT Webkit?

    Interact in what way?

    You can retrieve and display HTML using QtWebkit
    You can use JavaScript to access exposed parts of Qt: see The QtWebKit Bridge

  3. #3
    Join Date
    Apr 2011
    Posts
    11
    Thanks
    2
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Windows

    Default Re: How to develop QT GUI Application using HTMl 5 and QT Webkit?

    For eg: In HTMl 5 I have a maximize/minimize/close button on clicking these button we need to call a QT functions such as:showMax(),showMin(),close() .How can i achieve this? can you please mention sample code.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to develop QT GUI Application using HTMl 5 and QT Webkit?

    Sorry, you will need to read the documentation for yourself. There are some examples here.
    You will need a good grasp of the Qt meta-object system.

Similar Threads

  1. Replies: 1
    Last Post: 29th April 2011, 23:50
  2. Display of HTML file in qt webkit using qwebview
    By darpan in forum Qt Programming
    Replies: 0
    Last Post: 16th February 2011, 09:35
  3. Webkit: extract information from HTML
    By bunjee in forum Qt Programming
    Replies: 7
    Last Post: 1st January 2011, 19:50
  4. get html tag by clicking (webkit)
    By billconan in forum Qt Programming
    Replies: 0
    Last Post: 23rd June 2009, 22:07
  5. Qt 4.4 WebKit: WYSIWYG HTML editor?
    By 24pm in forum Qt Programming
    Replies: 6
    Last Post: 13th March 2009, 10:08

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.