def _copy_value(self, position): it = self.get_current_item(1) if it: QApplication.clipboard().setText(it.text())