objectname does not get updated from .ui to .py file
-
I have created a UI wherein I have a stackedwidget, and in that stackwidget I have 12 different pages. I have changed the objectname in the designer file. When I convert the designer file(.ui file) to a python file, the objectname is not updated—for example, pushbutton, pushbutton1, and so on.
-
I have created a UI wherein I have a stackedwidget, and in that stackwidget I have 12 different pages. I have changed the objectname in the designer file. When I convert the designer file(.ui file) to a python file, the objectname is not updated—for example, pushbutton, pushbutton1, and so on.
@ehshan
What version of Qt, and more to the point which of PyQt/PySide do you use?
Show a small example (not the whole thing!) of where you have specified the object name in the.uifile, what the variable gets named in the.pyfile, and how you processed the.uito make the.py.