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
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
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
__
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
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
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
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
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
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
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
> 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
11 matches
Mail list logo