Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Multiple Window/ApplicationWindow in one application
Forum Updated to NodeBB v4.3 + New Features

Multiple Window/ApplicationWindow in one application

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 3 Posters 627 Views 1 Watching
  • 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.
  • DonCoderD Offline
    DonCoderD Offline
    DonCoder
    wrote on last edited by
    #1

    Generally, in a typical application, I used to maintain one window. But is that okay to use multiple window elements?, Is it correct as per design an application with multiple windows[across different qml files]

    J.HilkJ 1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Yes it's OK to have multiple windows.

      (Z(:^

      1 Reply Last reply
      3
      • DonCoderD DonCoder

        Generally, in a typical application, I used to maintain one window. But is that okay to use multiple window elements?, Is it correct as per design an application with multiple windows[across different qml files]

        J.HilkJ Offline
        J.HilkJ Offline
        J.Hilk
        Moderators
        wrote on last edited by
        #3

        @DonCoder as long as your target OS has a window manger system, than yes that's totally fine.

        But your application will not run as expected on mobile devices and on linux (mostly embedded) devices without window manager


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

        1 Reply Last reply
        4
        • DonCoderD Offline
          DonCoderD Offline
          DonCoder
          wrote on last edited by
          #4

          Thanks @J-Hilk & @sierdzio

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved