Set default CString codec to UTF-8 in Qt4

This commit is contained in:
codestation
2014-01-11 17:02:42 -04:30
parent db92890bc3
commit fca2ae25c4
2 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ ProgressForm::ProgressForm(QWidget *parent) :
move(QApplication::desktop()->screen()->rect().center() - rect().center());
setFixedSize(size());
setWindowFlags(Qt::CustomizeWindowHint | Qt::WindowTitleHint);
connect(ui->cancelButton, SIGNAL(clicked()), this, SLOT(cancelConfirm()));
connect(ui->cancelButton, SIGNAL(clicked()), this, SLOT(cancelConfirm()));
}
ProgressForm::~ProgressForm()