On Wed, Jan 19, 2005 at 10:22:06AM -0800, Jim Bublitz wrote:
> On Tuesday 18 January 2005 22:22, [EMAIL PROTECTED] wrote:
> > Xandros 3.0 is a Debian/sarge based distribution with KDE 3.3.
> > The 3.11.3-xandros3.1 designation is my own, and is temporary until I can
> > get it to compile.
> >
> > I
On Tuesday 18 January 2005 22:22, [EMAIL PROTECTED] wrote:
> Xandros 3.0 is a Debian/sarge based distribution with KDE 3.3.
> The 3.11.3-xandros3.1 designation is my own, and is temporary until I can
> get it to compile.
>
> It seems to be horking in building kdeui looking for 'qlist.h'.
> sip/kdeu
Am Montag, 17. Januar 2005 12:08 schrieb Matt T.:
> On Monday 17 January 2005 14:52, Simon Edwards wrote:
> > On Sunday 16 January 2005 22:27, Dennis Schaaf wrote:
> > > What do you think is the best way to design with the KDE widgets?
> >
> > PyKDE/contrib has 'kdepyuic', a replacement for pyuic t
> On Sat, 15 Jan 2005 09:47:56 you wrote:
>>Can you post some code that demonstrates the problem?
>
> Here is an app that demos the problem:
>
> import sys
> from qt import *
> from qtext import QextScintilla
> class Editor(QDialog):
> def __init__(self):
> QDialog.__init__(self)
>