I don't have the possibility to test atm, but it is very likely that if you setAcceptDrops(true); then QLineEdit should accept them and display anything that is reasonably convertible to QString.
I don't have the possibility to test atm, but it is very likely that if you setAcceptDrops(true); then QLineEdit should accept them and display anything that is reasonably convertible to QString.
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
That may be but how is the application notified that a drop has happened? I don't want to poll the widget.
Look for the textChanged(), textEdited() and editingFinished() signals that QLineEdit has.
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
Bookmarks