Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-62027

mouse button double click event never happen

    XMLWordPrintable

Details

    Description

      a QListView object named listView ,and it's parent is a QWidget object named widget, widget installed an event filter by installEventFilter function and deal event with override function eventFilter,In eventFilter function,print every event type happened in listView .when I click mouse left button twice and Interval is very short,it print below information:

         QEvent::Type(KeyPress)
         QEvent::Type(ShortcutOverride)
         QEvent::Type(KeyPress)
         QEvent::Type(KeyRelease)
         QEvent::Type(KeyRelease)
      

      No QEvent::Type(MouseButtonDblClick) happened,never!!!

      Attachments

        1. main.cpp
          0.2 kB
          �?� �?�
        2. untitled.pro
          1.0 kB
          �?� �?�
        3. untitled.pro.user
          101 kB
          �?� �?�
        4. widget.cpp
          0.9 kB
          �?� �?�
        5. widget.h
          0.4 kB
          �?� �?�
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            paeglis Gatis Paeglis
            pandala �?� �?�
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes