Re: [PyKDE] changing background color of QTextEdit/QLineEdit

2007-01-16 Thread Steven James Samuel Stapleton
-- From: "Doug Bell" <[EMAIL PROTECTED]> To: "Steven James Samuel Stapleton" <[EMAIL PROTECTED]> Sent: Monday, January 15, 2007 9:46 AM Subject: Re: [PyKDE] changing background color of QTextEdit/QLineEdit >It's not difficult. Check the Qt documentation

[PyKDE] changing background color of QTextEdit/QLineEdit

2007-01-15 Thread Steven James Samuel Stapleton
I have severa QTextEdits and QLineEdits in my application, and I want to make them more friendly for the user. (1) I would like to slightly alter the color of the focused edit object (it's very helpful for visually impared users such as myself). (2) I want to make bad input sections red. To d

Re: [PyKDE] performance issues

2007-01-10 Thread Steven James Samuel Stapleton
uot;Matt Newell" <[EMAIL PROTECTED]> To: ; "Hans-Peter Jansen" <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2007 7:57 PM Subject: Re: [PyKDE] performance issues On Wednesday 10 January 2007 15:52, Steven James Samuel Stapleton wrote: Sure, I thought the size issue was mor

Re: [PyKDE] performance issues

2007-01-10 Thread Steven James Samuel Stapleton
Sent: Wednesday, January 10, 2007 9:48 AM Subject: Re: [PyKDE] performance issues Am Mittwoch, 10. Januar 2007 02:38 schrieb Steven James Samuel Stapleton: I can post runnable code easy enough, problem is I'm not sure how to make the code /short/ Provide a link? Thanks, -Jim ___

Re: [PyKDE] performance issues

2007-01-09 Thread Steven James Samuel Stapleton
ay 09 January 2007 16:36, Steven James Samuel Stapleton wrote: that wouldn't explain the performance differences on the machines though. The objects that are being created are called "FeatureBars", and each has the 7 TextEdits. Whenever EditBars are created, the following steps occu

Re: [PyKDE] performance issues

2007-01-09 Thread Steven James Samuel Stapleton
-Jim Stapleton - Original Message - From: "Dave Fancella" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 09, 2007 6:46 PM Subject: Re: [PyKDE] performance issues On Tuesday 09 January 2007 5:34 pm, Steven James Samuel Stapleton wrote: Is there any reason that anyo

[PyKDE] performance issues

2007-01-09 Thread Steven James Samuel Stapleton
Background, I'm working on an app for a Pen&Paper RPG I'm making. Most gamers are *not* tech savvy surprisingly enough, so I want to end up with a very simple installer for those on Windows where they don't have to bother with a lot of program installs (Python + Qt + PyQt involves at least three

Re: [PyKDE] trouble with QLabel

2007-01-09 Thread Steven James Samuel Stapleton
Thank you, I found the error, I did not call qt.QWidget.__init__(self) before calling qt.QLabel("...", self) - Original Message - From: "Rick van Hattem" <[EMAIL PROTECTED]> To: Cc: "Steven James Samuel Stapleton" <[EMAIL PROTECTED]> Sent: Mon

Re: [PyKDE] trouble with QLabel [addendum]

2007-01-08 Thread Steven James Samuel Stapleton
Hattem" <[EMAIL PROTECTED]> To: Cc: "Steven James Samuel Stapleton" <[EMAIL PROTECTED]> Sent: Monday, January 08, 2007 2:08 AM Subject: Re: [PyKDE] trouble with QLabel ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] trouble with QLabel

2007-01-08 Thread Steven James Samuel Stapleton
it global. qt.QObject.connect(self._p, qt.SIGNAL("clicked()"), app, qt.SLOT("hide()")) self.resize(300,200) #and the ending is the same - Original Message ----- From: "Rick van Hattem" <[EMAIL PROTECTED]> To: Cc: "Steven James Samuel Stapleto

[PyKDE] trouble with QLabel

2007-01-07 Thread Steven James Samuel Stapleton
Hello, I'm new to PyQT and having some troubles trying to get an app to work. I created a class called "about" (see the about.py section at the end), to create an about message when about/help -> about on the menu bar is clicked. When I try to create the class (see "creation snippet"), I get a