How to get QHelpIndexModel from QHelpEngine?
Dear all,
I would like to get all index list from QHelpEngine. I tried like that but empty return.
What’s wrong with that code?
- engine->setupData();
- qDebug()<<engine->filterAttributes; //return all filter attributes
- qDebug()<<engine->indexModel()->stringList(); //empty string list return(error)
Thanks
9 replies
You must log in to post a reply. Not a member yet? Register here!


