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. Turn off connection in Popup window
Forum Updated to NodeBB v4.3 + New Features

Turn off connection in Popup window

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 207 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.
  • D Offline
    D Offline
    Damian7546
    wrote on last edited by
    #1

    Hi,
    In my popup window I have defined connections like below:

    Connections {
                target: termoParse
                function onOperEndFailure() {
                     console.log("BAD")
                }
                function onOperEndSucces() {
                    console.log("OK")
                }
            }
    

    Now when I close my popup window the signals still works ... It possible turn off above signals when popup window is closed ?

    D 1 Reply Last reply
    0
    • D Damian7546

      Hi,
      In my popup window I have defined connections like below:

      Connections {
                  target: termoParse
                  function onOperEndFailure() {
                       console.log("BAD")
                  }
                  function onOperEndSucces() {
                      console.log("OK")
                  }
              }
      

      Now when I close my popup window the signals still works ... It possible turn off above signals when popup window is closed ?

      D Offline
      D Offline
      Damian7546
      wrote on last edited by Damian7546
      #2

      I solved the above problem
      thanks to : enabled: true and enabled: false , on the Connection component.

      1 Reply Last reply
      0
      • D Damian7546 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