EncodingDlgBase QDialog name EncodingDlg geometry 0 0 311 180 caption Choose default encoding sizeGripEnabled true margin 11 spacing 6 QLabel name TextLabel1 sizePolicy 1 7 text Your current system encoding (UTF-8) may cause problems saving your personal information and reading offline messages from other users. alignment WordBreak|AlignCenter hAlign vAlign wordwrap QLabel name TextLabel2 text You will choose the coding by default which want to use: QComboBox name cmbEncoding QLayoutWidget name Layout1 margin 0 spacing 6 name Horizontal Spacing2 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name buttonOk text &OK autoDefault true default true QPushButton name buttonCancel text &Cancel autoDefault true buttonOk clicked() EncodingDlg accept() buttonCancel clicked() EncodingDlg reject()