I did add a new element (button) on window form via GUI designer, but in code I don't have access to it in Qt application. Qt Creator IDE show error and tell me, what no such element in UI of application, when I try to use it in code by object name. Why it happens?