I see the control_list does
uic.loadUi(os.path.join(rootPath, "list.ui"), self)
How can I override the properties defined, such as showGrid which is set to false. I tried copying the list.ui to my path and I changed the property to true but it still does not show the Grid lines.
I see the
control_listdoesuic.loadUi(os.path.join(rootPath, "list.ui"), self)How can I override the properties defined, such as
showGridwhich is set to false. I tried copying thelist.uito my path and I changed the property totruebut it still does not show the Grid lines.