If we develop an application window, which contains different controls such as line edits, label boxes and other objects, created statically (using drag and drop method). How to get the names of the objects present in the application ? ....
Should I have to read the corresponding header file, which present in the .ui directory ??? Is there any other way to get those object names, because I want to know for a generic application ?????