def add_tag(self):
'''
add tag
:return:
'''
self.tag_editor_window = TagEditorWidget(self.refresh_signal)
self.tag_editor_window.setWindowModality(Qt.ApplicationModal)
self.tag_editor_window.show()