Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    BB10 Have A QApplication Instance and Application(qnx implementation) At the same time.

    Mobile and Embedded
    2
    2
    804
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      adderly last edited by

      Hello Guys,

      Latelly i've been trying to port some code from a qgraphicsview to qt bb10 cascades.
      from what i could find, there in no ease way to integrate A qwidget application into the cascades framework.
      i need cascades to handle bb10 os specific stuff (native os integration).

      How can i make a handle that allows me to swtich between a QtGui (QWidgets) and Application (qnx extension of QCoreApplication).

      O i forgot to mention
      I can actually run the QGraphicsView (QWidgets) and BB10 Cascades separately .

      Basically in runtime switching Between QApplication And Application.

      Help appreciated.

      1 Reply Last reply Reply Quote 0
      • B
        beemaster last edited by

        There is no easy way to do what you want, the possible solution is to use "Foreign Window Control":http://developer.blackberry.com/native/reference/cascades/bb__cascades__foreignwindowcontrol.html

        Unfortunately I haven't tried that. If you have any success, please report back.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post