Set default CString codec to UTF-8 in Qt4
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user