Parsing ini-File in Qt [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago . 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_name").toInt(); I maybe a little bit wrong with the syntax, because I don't have the code with me right now. I