QMessageBox::information(this,tr("Load From Clipboard"),tr("DBC Successfully Loaded!"));
}else{
QMessageBox::warning(this,tr("Load From Clipboard"),tr("Failed to parse dbc from clipboard!\nMake sure that you paste the text with correct format."));
QMessageBoxmsg_box(QMessageBox::Warning,tr("Failed to load DBC from clipboard"),tr("Make sure that you paste the text with correct format."));