i want the label to split when dragged over a designated row in a table widget. The part of the label that crosses the designated row should appear from the bottom row of the table, while the remaining part should stay visible with the designated row. Vice versa should occur when the label is dragged back.
I have created labels that can be dragged on a table widget, and while dragging, I retrieve values from the table cells. The table represents a weekly schedule, starting from Sunday at the top to Saturday at the bottom. When the label is dragged from Saturday to Sunday, it should appear on both sides, covering the time period existing on both Sunday and Saturday.
Waqas Ali is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.