Hi,

im porting some code from Rogue Wave to Qt3.

now the rogue wave list box starts its index at 1, where qlistbox indexes starts its index at 0.

I was just looking for some advice from a more experience qt developer, whether the best option would be to create a new overloaded qt3 designer widget that makes qlistbox index at 1 also.

Is this the best solution for my problem, and is it quite easy to implement?

thanks in advance,

nlev.