Click to See Complete Forum and Search --> : Qt Protected member


aruna.r
December 21st, 2006, 08:18 AM
Hai



I want to use the "updateItem (QListBoxItem *)" function which

is a protected member of the inbuilt class "QListBox" in my member

function.Pls help

MrViggy
December 22nd, 2006, 12:50 PM
Well, outside the class, you can't. Derrive your own class from QListBox.

Viggy