Re: [PyQt] PyKDE: problems sending singals to KPART

2008-06-05 Thread Jim Bublitz
On Wednesday 04 June 2008 23:42, Thomas Winkler wrote: Hello, Yes - short of writing some C++ DCOP would be the solution, if KPDF exposes a sufficient interface via DCOP, which apparently it does. [...] There is an example (example_dcopext.py) in PyKDE/examples. I had a look at the

[PyQt] How to get an event after an Enter key is pressed?

2008-06-05 Thread IloChab
I wrote an application where I display sql data on a QTableView+QSqlQueryModel read only table. The current version allows you to select via mouse a record on that table and then add it to an other one, pressing an add-button. I'd like to give an alternate way to do this: after record line is