def setPropertyText(self, title, prop, newText=None):
        props = self.widgetManager.get(WIDGET_NAMES.Properties, title)
        props.renameProperty(prop, newText)