Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Open new windows that needs to be closed to use others
Forum Updated to NodeBB v4.3 + New Features

Open new windows that needs to be closed to use others

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 189 Views
  • 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 Offline
    A Offline
    Andrew23
    wrote on last edited by
    #1

    How to create a windows that, when opened, it needs to close it to use the other ones? Like a settings windows that if opened you can click outside it to do other things until you close it.

    jsulmJ 1 Reply Last reply
    0
    • A Andrew23

      How to create a windows that, when opened, it needs to close it to use the other ones? Like a settings windows that if opened you can click outside it to do other things until you close it.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Andrew23 said in Open new windows that needs to be closed to use others:

      Like a settings windows that if opened you can click outside it to do other things until you close it.

      Don't show this window as a modal one (don't use exec() use show()). But since you do not provide any details I can't say more.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      2
      • jsulmJ jsulm

        @Andrew23 said in Open new windows that needs to be closed to use others:

        Like a settings windows that if opened you can click outside it to do other things until you close it.

        Don't show this window as a modal one (don't use exec() use show()). But since you do not provide any details I can't say more.

        A Offline
        A Offline
        Andrew23
        wrote on last edited by
        #3

        @jsulm Thanks, you gave me anyway the correct suggestion: the modal property of a window.

        1 Reply Last reply
        0
        • A Andrew23 has marked this topic as solved on

        • Login

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