def to_portuguese(s):
     line_edit.setText(QtCore.QString(pl_to_br_layout(s)))
 def text_pl_to_br(self, qtext):
     self.setText(QtCore.QString(pl_to_br_layout(qtext)))