Re: [PyKDE] Issue with QDialog and lifetime

2005-06-23 Thread James Emerton
On 6/23/05, Giovanni Bajo <[EMAIL PROTECTED]> wrote: > > Does anyone see a potential problem with exec_loop() transferring > > ownership of the dialog instance back to Python? > > Well, which C++ API would you intend to call to achieve this? We still need > the > QDialog to keep its parent widge

[PyKDE] ANN: PyKDE Extensions 0.3.0 released

2005-06-23 Thread Simon Edwards
Hello all, Version 0.3.0 is now available for public testing. * Wednesday June 21st 2005 Simon Edwards <[EMAIL PROTECTED]> - 0.3 release. Development version. - 64bit awareness when building libraries added. - Files for installation in the program's KDE application data directory are now speci

Re: [PyKDE] Q's about eric3...

2005-06-23 Thread Detlev Offenbach
Am Donnerstag, 23. Juni 2005 12:03 schrieb Nikolai Hlubek: > Hi everyone > > Detlev Offenbach wrote: > > Am Dienstag, 21. Juni 2005 14:41 schrieb Guest007: > >>hi! > >> > >>Some questions: > >> > >>1) How can I change current tab in editor trhough keyboard, not mouse? > > > > Ctrl+Alt+Tab next tab

Re: [PyKDE] Q's about eric3...

2005-06-23 Thread Nikolai Hlubek
Hi everyone Detlev Offenbach wrote: > Am Dienstag, 21. Juni 2005 14:41 schrieb Guest007: > >>hi! >> >>Some questions: >> >>1) How can I change current tab in editor trhough keyboard, not mouse? > > Ctrl+Alt+Tab next tab > Ctrl+Alt+Shift+Tab prev tab > > This is configurable in the keyboard setu

Re: [PyKDE] frankestein python distro...

2005-06-23 Thread Truls A. Tangstad
On Wed, Jun 22, 2005 at 08:56:09PM +0100, Antonio Cavallo wrote: > > Hi, > I've seen in a previous mail something about a frankestein > python distro. > I've done a little homework you could find useful: > pyvm.sourcforge.net > > It is done for SuSE 9.2 and redhat fedora core 3 > but it should ru

Re: [PyKDE] Issue with QDialog and lifetime

2005-06-23 Thread Giovanni Bajo
James Emerton <[EMAIL PROTECTED]> wrote: > Sorry to be digging up such an old thread, but my mind keeps coming > back to this one. Yeah, me too... I still have not conceived an elegant solution for this problem. BTW, I also found out that this: dlg = MyDialog(self): try: dlg.exec_loop() fina