[PyKDE] Re: pyuic

2005-02-24 Thread Jorge Luiz Godoy Filho
Darren Robert Haagman wrote: I've been messing around with Python/QT/KDevelop which of course, converts a .ui to a .py file. Is there any work being done to _not_ erase the code in the .py file when redesigning the form? I find it rather frustrating when I make a small change in the .ui

[PyKDE] Problems converting QSQL objects

2005-02-12 Thread Jorge Luiz Godoy Filho
Hi, I'm running Python User Interface Compiler 3.13 for Qt version 3.3.4 and I'm with problems converting some forms that use QDataBrowsers from the .ui file to a python file. The result isn't compliant with what is specified in http://www.river-bank.demon.co.uk/docs/pyqt/PyQt.html for the

[PyKDE] Re: Problems converting QSQL objects

2005-02-12 Thread Jorge Luiz Godoy Filho
Phil Thompson wrote: Can you send me a .ui file that demonstrates the problem? Here it is. This is just a silly test case. -- Godoy. [EMAIL PROTECTED] localidades.ui.gz Description: GNU Zip compressed data ___ PyKDE mailing list

[PyKDE] Re: Qt/Windows announcement

2005-02-07 Thread Jorge Luiz Godoy Filho
Doug Bell wrote: Hi All, For those of you jumping through hoops to do Windows ports of free software, here's some good news: http://www.trolltech.com/newsroom/announcements/0192.html and http://www.trolltech.com/developer/faqs/duallicense.html Doug. If PyQt follows

[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 mailing

[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...) May

[PyKDE] Re: Bug on pyuic?

2005-01-28 Thread Jorge Luiz Godoy Filho
Phil Thompson wrote: Can you send me a .ui file that demonstrates the problem? Sure! I'll send one to your email. Does Qt's uic do the right thing? It does. Everything works on the preview just fine and on the generated C++ file I have the call to the method. Give me a few more minutes

[PyKDE] Bug on pyuic?

2005-01-27 Thread Jorge Luiz Godoy Filho
Hi, I don't know if it's a bug or not, but shouldn't pyuic pass all text that has accents (...) through its self.__trUtf8 method? Currently, when there are such letters on tab page titles and toolbox page itemLables (I got this error on both widgets) the text isn't sent to thie mesthod and the

[PyKDE] Re: Bug on pyuic?

2005-01-27 Thread Jorge Luiz Godoy Filho
Jorge Luiz Godoy Filho wrote: Anyway, shouldn't this kind of text also be passed through 'self.__trUtf8'? I forgot to send the version number: Python User Interface Compiler 3.12 for Qt version 3.3.3 -- Godoy. [EMAIL PROTECTED] ___ PyKDE

[PyKDE] Installer for Windows.

2005-01-26 Thread Jorge Luiz Godoy Filho
Hi, I read an article about having PyQt running on the GPL version of Qt that was built by kde-cygwin project for Windows. (The website is here: http://kscraft.sourceforge.net/convert_xhtml.php?doc=pyqt-windows-install.xhtml) Does anyone know if there's a downloadable installer? We were

[PyKDE] Plotting simple 2D graphics

2005-01-26 Thread Jorge Luiz Godoy Filho
Hi, Is there any way to plot simple 2D graphics -- mainly bars and lines -- with PyQt? Or would I have to install PyQwt? -- Godoy. [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de