I can post runnable code easy enough, problem is I'm not sure how to make the code /short/

Thanks,
-Jim

----- Original Message ----- From: "Matt Newell" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, January 09, 2007 7:56 PM
Subject: Re: [PyKDE] performance issues


On Tuesday 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 occure

1) the container of the feature bars and all feature bars is hide()den
2) each feature bar is created and added to the end of the feature bar
array.
2.1) The creation of each feature bar creates it's 7 children TextEdits
during creation, each TextEdit is attached to the parent feature bar on
creation (in the constructor arguments)
3) The new feature bars are position and sized in their parent object, this
also sizes the feature bars
4) The container and all feature bars are show()n.


does that sound like the right flow of logic? Sorry, I'm completely new to
Qt, and don't have a lot of GUI experience on top of that.

Thanks,
-Jim Stapleton

I think you will get a lot more help if you can post some short runnable code.

Matt

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to