Re: [PyQt] QTcpSocket connections

2013-07-22 Thread Jorge Tornero
t with an tiny application where the problem is shown I hope someone can put some light on this... Thank you very much 2013/7/22 Phil Thompson > On Mon, 22 Jul 2013 16:31:55 +0200, Jorge Tornero - Listas > wrote: > > Hello everybody, > > > > I'm trying to share a

[PyQt] Selection query in relational table model

2012-10-30 Thread Jorge Tornero - Listas
things happen: - I get foreign keys unresolved - View resets and the set query is sort of "forgotten" and I get the whole table again. Do you have any suggestions? Saint Google hasn't offered much help so far. Thank you very much for your responses. Best regards, Jorge Tornero

Re: [PyQt] Selection query in relational table model

2012-11-02 Thread Jorge Tornero - Listas
ooks like is a basic feature (to be able to set custom queries to the relational table model) but I'm sure there are good reasons for this. Anyway, thank you very much for your ANSWERS (not responses, sorry...) Jorge Tornero El 30/10/12 11:09, tw55...@gmail.com escribió: you can

Re: [PyQt] QTcpSocket connections

2013-07-23 Thread Jorge Tornero - Listas
for your help Jorge Tornero And it works. Maybe the problem is related to the fact that my scale uses just \r (chr 13) as line ending character, so readLine and folks don't work as expected. El 23/07/13 07:43, Phil Thompson escribió: On Tue, 23 Jul 2013 00:20:48 +0200, Jorge Tornero wrote: