Re: [PyQt] QTreeView DragDropMode (Copy vs. Move)

2012-04-19 Thread hosscomp
More progress. I now have the two MineData types working so that a node dropped into the target tree is created with a different MIME_TYPE and in the dopMimeData method of the target model I have at the bottom: . . . if (mimedata.hasFormat('target_type')): self.removeRow(row,parentIndex) It d

Re: [PyQt] Cannot 'configure' PyQt4.9 before build on Linuxmint

2012-04-19 Thread murison
I, too, am stopped cold by this very same problem. Sip 4.13.2, Python 2.7.3, Qt 4.8.1, PyQt 4.9.1 on Ubuntu 11.10. -- View this message in context: http://python.6.n6.nabble.com/Cannot-configure-PyQt4-9-before-build-on-Linuxmint-tp2309321p4899103.html Sent from the PyQt mailing list archive at Na