Results 1 to 1 of 1

Thread: Qt Quick Control Application with QAxWidget and QML

  1. #1

    Default Qt Quick Control Application with QAxWidget and QML

    Hi,

    I would like to build an application using QAxWidget to make a Navigator.
    I have a main layout with some child layout and one of them is for my custom web widget (which contains the QAxWidget). Each layout have a widget which are defined with a QML file.

    My issue is for the custom web widget : how to embbeded a WebAxWidget (find in Qt Create example) in a widget/layout using QML ?

    I read some informations here but it's not really help me...


    Thanks.


    Edit :

    When i click on me webwidget / layout, i got this error message :
    QQuickWidget cannot be used as a native child widget. Consider setting Qt::AA_DontCreateNativeWidgetSiblings

    But I have set my QApplication with

    Qt Code:
    1. myAppli.setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
    To copy to clipboard, switch view to plain text mode 
    Last edited by szadek; 22nd March 2018 at 16:12.

Similar Threads

  1. Replies: 2
    Last Post: 4th April 2015, 23:27
  2. Qt Creator Creating new Qt Quick Application
    By joko in forum Qt Tools
    Replies: 3
    Last Post: 12th November 2014, 19:37
  3. Replies: 0
    Last Post: 23rd April 2014, 08:45
  4. Replies: 2
    Last Post: 3rd May 2011, 07:29
  5. Quick application (Qa)
    By tilsitt in forum Qt-based Software
    Replies: 1
    Last Post: 7th April 2011, 14:45

Tags for this Thread

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.