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
