Re: [PyKDE] How to add a Table Validator

2005-02-01 Thread Jim Bublitz
On Tuesday 01 February 2005 18:44, Steve Taetzsch wrote: > I'm trying to port a Tkinter application to pyqt. It > has a table that the user can enter dates in one > column and I'd like to add a validator to the entry. > I'd also would like to validate dollar amount entries > in another column. Afte

[PyKDE] How to add a Table Validator

2005-02-01 Thread Steve Taetzsch
I'm trying to port a Tkinter application to pyqt. It has a table that the user can enter dates in one column and I'd like to add a validator to the entry. I'd also would like to validate dollar amount entries in another column. After reading the docs, I'm still missing something. Below is some code

Re: [PyKDE] Splitting windows

2005-02-01 Thread bdw
On Tue Feb 1 2005 21:19 -- Hans-Peter Jansen <[EMAIL PROTECTED]> wrote: > Also, it would be nice to be able to split the view on the same file > too, but I know, that would be qscintillas business ... Actually, it has been possible to create multiple views of the same document in QScintilla for

Re: [PyKDE] Splitting windows

2005-02-01 Thread Hans-Peter Jansen
On Tuesday 01 February 2005 18:50, Detlev Offenbach wrote: > Am Dienstag, 1. Februar 2005 11:13 schrieb Jul: > > Hi Detlev, > > > > Splitting view seems not working correctly for me. > > - Open eric > > - Open 2 python files > > - Split the view in two horizontal parts > > > > There, it is pity tha

Re: [PyKDE] Splitting windows

2005-02-01 Thread Jul
All right, I thought it should be like kate where (un)splitting never close files. ++ Jul. >That is the correct behaviour. To do what you intend, follow these steps. > >Open file 1 >Split the view >Click in the (empty) view to give it the focus >Open file 2 >Editor for file 2 will show in the seco

Re: [PyKDE] Splitting windows

2005-02-01 Thread Detlev Offenbach
Am Dienstag, 1. Februar 2005 11:13 schrieb Jul: > Hi Detlev, > > Splitting view seems not working correctly for me. > - Open eric > - Open 2 python files > - Split the view in two horizontal parts > > There, it is pity that the two files still in the same half > of the splitted window. But actually

Re: [PyKDE] eric3: Another installation glitch

2005-02-01 Thread Detlev Offenbach
Am Montag, 31. Januar 2005 20:27 schrieb Brett Hunt: > That worked. Thanks. > > Should I make this a permanent thing or can it be fixed in eric3? Or is > my kde/python/qt combo just too broken? > That indicates, that your combination of sip/PyQt/PyKDE/KDE is causing the problem. Especially PyKD

[PyKDE] Re: Databrowser + PostgreSQL functions

2005-02-01 Thread Jorge Luiz Godoy Filho
Hans-Peter Jansen wrote: > On Tuesday 01 February 2005 17:11, Jorge Luiz Godoy Filho wrote: >> Hi, >> >> >> anyone here using databrowser to fetch and manipulate data from >> PostgreSQL functions instead of tables? Any workaround if that's >> not possible? (Here Qt Designer won't let me do that..

Re: [PyKDE] Databrowser + PostgreSQL functions

2005-02-01 Thread Hans-Peter Jansen
On Tuesday 01 February 2005 17:11, Jorge Luiz Godoy Filho wrote: > Hi, > > > anyone here using databrowser to fetch and manipulate data from > PostgreSQL functions instead of tables? Any workaround if that's > not possible? (Here Qt Designer won't let me do that...) May ask yourself, how we shoul

[PyKDE] Databrowser + PostgreSQL functions

2005-02-01 Thread Jorge Luiz Godoy Filho
Hi, anyone here using databrowser to fetch and manipulate data from PostgreSQL functions instead of tables? Any workaround if that's not possible? (Here Qt Designer won't let me do that...) TIA, -- Godoy. <[EMAIL PROTECTED]> ___ PyKDE mailin

Re: [PyKDE] Plotting simple 2D graphics

2005-02-01 Thread Paul F. Kunz
> On Tue, 1 Feb 2005 09:38:10 -0200, > =?iso-8859-1?q?Fl=E1vio_Code=E7o_Coelho?= <[EMAIL PROTECTED]> said: > I know that Matplotlib will soon have a working Qt backend. You > might want to check with them to see how close to completion this > backend is. > Flávio > On Wednesday 26 Jan

Re: [PyKDE] embedded pyQt question

2005-02-01 Thread Phil Thompson
> Hi, i'm new to the list and i want to know some things: > > I've coded a C++ app with Qt and embedded Python inside, all works > greats. > I've also made a script editor that catch python's stdin/stdout, where I > dynamic-load pyQT. > Just perfect... > > I can make a widget class and call its sh

Re: [PyKDE] SIP snapshot issue

2005-02-01 Thread Phil Thompson
> On Mon, 6 Dec 2004 17:14:28 +0100, Fredrik Juhlin <[EMAIL PROTECTED]> wrote: >> Trying to use the latest SIP snapshot I ran into trouble with some >> pyuic-generated code. It seems that it will at times generate code such >> as: >> >> self.TextLabel2.setSizePolicy(QSizePolicy(0,5,0,0,sel

Re: [PyKDE] Plotting simple 2D graphics

2005-02-01 Thread Flávio Codeço Coelho
I know that Matplotlib will soon have a working Qt backend. You might want to check with them to see how close to completion this backend is. Flávio On Wednesday 26 January 2005 15:22, Jorge Luiz Godoy Filho wrote: > Hi, > > > Is there any way to plot simple 2D graphics -- mainly bars and line

[PyKDE] embedded pyQt question

2005-02-01 Thread cedric paille
Hi, i'm new to the list and i want to know some things:   I've coded a C++ app with Qt and embedded Python inside, all works greats. I've also made a script editor that catch python's stdin/stdout, where I dynamic-load pyQT. Just perfect...   I can make a widget class and call its show() me

Re: [PyKDE] SIP snapshot issue

2005-02-01 Thread Wido Depping
On Mon, 6 Dec 2004 17:14:28 +0100, Fredrik Juhlin <[EMAIL PROTECTED]> wrote: > Trying to use the latest SIP snapshot I ran into trouble with some > pyuic-generated code. It seems that it will at times generate code such as: > > self.TextLabel2.setSizePolicy(QSizePolicy(0,5,0,0,self.TextLab

[PyKDE] Splitting windows

2005-02-01 Thread Jul
Hi Detlev, Splitting view seems not working correctly for me. - Open eric - Open 2 python files - Split the view in two horizontal parts There, it is pity that the two files still in the same half of the splitted window. But actually, this is not a bug. - Try to unsplit windows There, my two f

Re: [PyKDE] Does PyKDE support the data classes of QT?

2005-02-01 Thread Phil Thompson
> Hi, > I was wondering if the PyKDE/PyQT has support for the data classes builtin > to > the QT lib's i.e. QSqlCursor, QSqlDatabase etc.. According to the PyQt documentation it does. Phil ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://m