Drag and Drop movies

Posted by Nicolas on Stack Overflow See other posts from Stack Overflow or by Nicolas
Published on 2010-04-10T13:17:45Z Indexed on 2010/04/10 13:23 UTC
Read the original article Hit count: 495

Filed under:
|
|
|

Hi, I am currently writing a program with Qt to organize movies. I create a QTableView and a QSTandardItemModel, I want the user to be able to drag and drop a movie from the explorer in the view to add it to the movie list. I currently am able to drag and drop any file in the program, but i only want the user to be able to drop avi or mpeg files, how do you do it?

© Stack Overflow or respective owner

Related posts about drag

Related posts about and