[Qt-interest] Examples on making a QLineEdit Droppable
Michael Jackson
mike.jackson at bluequartz.net
Fri Mar 12 21:53:02 CET 2010
I am looking for either documentation or some example code that allows a
user to drop a file onto a QLineEdit and have the path to the file show up.
I have figured out how to do this for my QMainWindow by implementing the
Drop* methods. Is it the same idea but I need to create a Custom QLineEdit
(QDroppableLineEdit) class and them implement the methods? Then "promote"
the widgets in my layout (Using QDesigner) to the new class?
Thanks
Mike Jackson
More information about the Qt-interest-old
mailing list