Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.13.0
-
-
d6551fe125209f11445936a90ce2a4207a183917 (qt/qtbase/dev)
Description
If there is a slot connected to both clicked() and doubleclicked() signal, and user double clicks on QtreeView, it is emitting two clicked() and one doubleClicked() signal.
Ideally, there should be only one signal for doubleClick.
Please find the attached sample, upon a double click, output can be seen as:
Inside TreeModel::Slot for Single click Inside TreeModel::Slot for double click Inside TreeModel::Slot for Single click
Attachments
Issue Links
- resulted in
-
QTBUG-94087 [reg 5.11->5.15] No longer possible to start a drag from item views with a double-click
- Closed