I am using a custom made INI parser, for which the parameters are the form name, parent widget. The syntax looks like this:

int width = w->findchild("form_name","section_to_be_accessed_nam e").toInt();

I maybe a little bit wrong with the syntax, because I don't have the code with me right now. I want to add a few labels which are mentioned in page 2 of the INI file. The properties of those images are mentioned in the ini file itself. Even the absolute path,etc.

I tried multiple combinations, but it doesn't work. Can anyone give me a syntax for the same? What should be the return value here? A label, I have already created labels in Qt designer. Let's say label1. But there are many labels. Kindly let me know.