Re: [PyQt] Selection query in relational table model

2012-11-02 Thread Jorge Tornero - Listas
Hello, I've loooked CAMELOT and SQLalchemy and I think I'll give a try in the future but by now i'll tryi to implement sort of my own relational table model, because sqlalchemy et al. need to be learned and there is no time for it right now. I'm so surprised because it looks like is a basic

[PyQt] Selection query in relational table model

2012-10-30 Thread Jorge Tornero - Listas
Hello, I am trying to develop a small application where a database (PostgreSQL) is involved. I've created a custom table view which several custom delegates that works well for me. The table receives a QSqlRelationalTable Model and is able to remove records and edit them with a popup dialog