Re: [PyKDE] Some questions

2006-10-25 Thread Jim Bublitz
On Wednesday 25 October 2006 20:46, Reza Salari wrote: > 3- Another thing that I want to embed is a konsole. It seems that it sould > be simple to embed konsole from KParts but there is not an example (I know > there is a KHTM example). There are so many questions about implementing a > konsole in

[PyKDE] Some questions

2006-10-25 Thread Reza Salari
First I should say some points:  -I should say WOW! How easy and productive is programming with PyQt! I am relatively new to GUI programming (indeed I used only python command-line programs for my needs) but I knew that there was something called PyQt two weeks ago and I released my first useful GU

[PyKDE] qt on windows

2006-10-25 Thread hok kakada
Hello list, Does any body know which rendering library in qt is used for render Khmer Unicode correctly? For me, I program on Linux using python and PyQt. It's not problem with rendering. But my friend has problem when he program on Windows. Help! da __

[PyKDE] qtableview question

2006-10-25 Thread Matt Chambers
When I use QTableView, is there a mode that will make the columns auto-stretch to fill up available space? Matt ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] pyuic4 in latest snapshot does not support python 2.3

2006-10-25 Thread James Lamanna
pyuic4 does not support python 2.3 because it makes use of the string.rsplit() function which doesn't exist until 2.4. This is a problem on OSX where the default python is 2.3. The patch below fixes the issue. Thanks. -- James Lamanna --- pyuic/uic/Compiler/qobjectcreator-orig.py 2006-10-25 16

Re: [PyKDE] layout issues

2006-10-25 Thread Matt Chambers
Thanks for responses.  When I put the code on its own, it worked...then I realized I was using QMainWindow, so I had to setMainWidget on the splitter object. David Boddie wrote: On Tuesday 24 October 2006 14:52:45 -0700, Matt Chambers wrote: Hi all, trying to use a QSplitter t

Re: [PyKDE] Commercial PyQt4 and Qt4.2 on Mac OSX

2006-10-25 Thread Emanuele Santos
On Oct 25, 2006, at 2:49 AM, Phil Thompson wrote: Note that I build Qt from source on Mac. I've had another report of similar problem from somebody using the binary Qt distribution - it seems to put things in a different place. Yes, I noticed that. It spreads the modules inside the /Librar

[PyKDE] eric4

2006-10-25 Thread bastian salmela
I downloaded all the latest Qt, PyQt, SIP, QScintilla and then eric4. everythi compiled and installed just fine. all my PyQt4 programs run nicely.. but eric4, when i try, I get this: --- Warning: translation file 'qt_fi_FI'could not be loaded. Using default. Warning: translation file 'eric4_fi

[PyKDE] [PyQt3] QSpinWidget derived widgets

2006-10-25 Thread Hans-Peter Jansen
Hi Phil et.al., attached is an example, what can be done within PyQt, if QSpinWidget is made available. I know, your policy is: don't wrap internal Qt classes, but this one may deserve an exception for these reasons: - the risk, that Trolltech will change these interfaces in Qt3 is next to z

Re: [PyKDE] Commercial PyQt4 and Qt4.2 on Mac OSX

2006-10-25 Thread V. Armando Sole
Hi At 15:35 24/10/2006 -0600, Emanuele Santos wrote: Hi Phil, When are you planning to test PyQt4 and Qt4.2 on a mac? I can't even get PyQt4 configured: $ python configure.py -q /usr/bin/qmake Determining the layout of your Qt installation... Error: /usr/bin/qmake failed to create a makefile. M

Re: [PyKDE] Commercial PyQt4 and Qt4.2 on Mac OSX

2006-10-25 Thread Phil Thompson
> Hi Phil, > When are you planning to test PyQt4 and Qt4.2 on a mac? > I can't even get PyQt4 configured: > > $ python configure.py -q /usr/bin/qmake > Determining the layout of your Qt installation... > Error: /usr/bin/qmake failed to create a makefile. Make sure you have > a working > Qt v4 qmake