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. Best way to use various MouseArea for mobile application

Best way to use various MouseArea for mobile application

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 487 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.
  • freddy311082F Offline
    freddy311082F Offline
    freddy311082
    wrote on last edited by
    #1

    Hi guys... I'm making a mobile application and I have some question for you...

    My application has 3 screen... to navigate trough there, I drag to left or right the screen. To make that, I'm using the a mouse in the entire screen.

    the problem which I have is that when I use this way, the main mouse area don't let me interact with the objects of my application because is over all of them, but I can't put it as invisible because I lost the drag navigation between the application screen...

    the why which I know to do that is calculating the area where I'm clicking over the main mouse area and send to the other mouses area the coordinates to check if the is valid and make some actions, but if my program change, I have to update this code again...

    so, how is the best way to do that ?? can I have my main mouse area to capture the drag event to navigate trough the screens and at the same time interact with the components behind ??

    best regards

    Freddy

    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