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. how to disable the click event of parent object in qml ?
Forum Updated to NodeBB v4.3 + New Features

how to disable the click event of parent object in qml ?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 557 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by
    #1

    how to disable the click event of parent object in qml ?

    when i am showing child qml based ui then parent ui does no t allow to get click event so i does not how to do it ?

    if any body know how to not allow parent ui when child ui we show above the parent ui ?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Tauqueer
      wrote on last edited by
      #2

      what type is your parent qml, if it's a pop up, then pop up has a "modal : bool" which can be used to handle the clicks on items below the pop up. Not sure if this is what you need

      Q 1 Reply Last reply
      0
      • T Tauqueer

        what type is your parent qml, if it's a pop up, then pop up has a "modal : bool" which can be used to handle the clicks on items below the pop up. Not sure if this is what you need

        Q Offline
        Q Offline
        Qt embedded developer
        wrote on last edited by
        #3

        @Tauqueer no my parent is rectangle and child also rectangle

        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