Ejemplo n.º 1
0
    def manage_attributes(self):
        """ Create, edit, delete, rename attributes. """

        ui = DialogManageAttributes(self.app, self.ui.textEdit)
        ui.exec_()
        self.clean_dialog_refs()
Ejemplo n.º 2
0
    def manage_attributes(self):
        ''' Create, edit, delete, rename attributes '''

        ui = DialogManageAttributes(self.settings, self.ui.textEdit)
        ui.exec_()
        self.clean_dialog_refs()