I previously asked this question, but got no answers. This time I have a sample program.
I'm trying to create a table view with both drag and drop and being able to select a row by clicking on the row. (In the real program, the rows have hidden data I want to access.) I think I'm using the wrong mechanism because the attached is clumsy. It actually works but I think setting a timer and trying to figure out whether it's a click on my own can't be right. Anyway, here's the sample:
dd_qat.py
Description: sample
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
