ConvertDialog::ConvertDialog(QWidget *parent) : QDialog(parent) { setupUi(this); connect(&process, SIGNAL(readyReadStandardError()), this, ...
確定! 回上一頁