On 11.03.06 00:41:00, Chakkaradeep C C wrote: > I have 5 pages in my QWidgetStack.Users may add pages, so i want to get the > total number of pages in my widget stack.How to get the nummber of widgets > and proceed accordingly?
Either store the number of Widgets added separately or try with the number of children the QWidgetStack has. There's no other way AFAICS. Andreas -- Avert misunderstanding by calm, poise, and balance. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
