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. Where can I fint the source files of QML MouseArea element ?
Qt 6.11 is out! See what's new in the release blog

Where can I fint the source files of QML MouseArea element ?

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 2.8k 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.
  • A Offline
    A Offline
    aabc
    wrote on last edited by
    #1

    Where can I fint the source files of QML MouseArea element ?

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

      From gitorious:
      http://qt.gitorious.org/qt/qtdeclarative/blobs/master/src/quick/items/qquickmousearea.cpp
      or from Qt source packages.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        aabc
        wrote on last edited by
        #3

        Thanks.
        Anf where can I fint the code that handles MouseArea on embedded linux ?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          alexleutgoeb
          wrote on last edited by
          #4

          This code is used for all platforms using the MouseArea QML item, probably you meant the initial sending of MouseEvents themselves?

          In this case the (platform-specific) QApplication class would probably be a place to look for (at least it's the case for Win, s60, ...).

          Alex

          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