qtdeclarative/examples/quickcontrols/spreadsheets
MohammadHossein Qanbari 2e9f2c9a1d Spreadsheets: Fix drag and drop issue after scrolling in table view
This patch fixes an issue with drag and drop functionality in the
example, particularly after long scrolling. The problem stemmed from two
main factors:
- The table view was stealing DropArea events when interactive.
- The drop area was positioned behind the table view's contentItem,
preventing it from receiving the events.

The drop area is now positioned above the table view, ensuring it can
receive events during dragging operations. The table view's interactive
mode is temporarily disabled when dragging begins and restored to its
previous state when dragging ends.

Task-number: QTBUG-125767
Change-Id: I8920284f4652464bccd92109a2a9685228e11783
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2025-01-28 12:48:00 +01:00
..
Spreadsheets Spreadsheets: Fix drag and drop issue after scrolling in table view 2025-01-28 12:48:00 +01:00
doc Spreadsheets Example: Add Documentation 2024-08-30 00:28:36 +02:00
CMakeLists.txt Spreadsheets Example: Fix Installation and Deployment 2024-08-22 21:35:38 +02:00
main.cpp Add the Spreadsheet example 2024-06-03 17:27:22 +02:00
spreadsheet.svg Add the Spreadsheet example 2024-06-03 17:27:22 +02:00