'Drag and drop without QLineEdit (or at least doesn't require user to highlight the text)
I want the user to be able to drag and drop a premade block of text, for the purpose of placing and reordering some items, but the only way I can see how to do it is using a QLineEdit and making it read only. The issue is, the user still has to highlight the text here, and can highlight only part of it if they wanted. I want to make sure that the user can just click and drag, without highlighting, and has to move the whole box, not just some text inside.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
