Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › open a game in my application

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14949

    Felgo User

    Hello

    I am trying to open flappy bird game from my application, and I tried to use GameWindowItem But it does not work as expected. it appears as a small window at the top-left.

    can you please tell me how can I do that ?

    #14952

    Günther
    Felgo Team

    Hi!

    I guess you are trying open/load FlappyBird in your application using Loader?

    Whether the game is loaded within the application or in a new window simply depends on what you load.
    The FlappyBirdMain.qml item for example is a GameWindow, which results in a new window opening up when loading.
    However, the game itself and all the relevant code is handled by MainItem.qml, which you can use to load the game without a new window opening up:

      Loader {
        source: "<path-to-FlappyBird>/qml/MainItem.qml"
      }

    Hope this helps!

    Best,
    Günther

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded