Hi,

I am facing some problem in implementing the accessibility.

I am using setAccessibleName(const QString & description)
and setAccessibleDescription(const QString & description) for getting the accessibilty of the widgets. But I am not getting the name or description when I try to attach the application with the Microsoft AccExplorer 2.0.

But whenever I design a test form using QT designer and give the names by using the QT tool box it works fine.

I need to give it by using setAccessibleName() because I am creating the labels dynamically.

Please help me to resolve the issue.

Thanks in advance.

Regards
Rakesh