MCPcopy Create free account
hub / github.com/Qucs/qucs / errorMessage

Method errorMessage

qucs-activefilter/qucsactivefilter.cpp:578–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void QucsActiveFilter::errorMessage(QString str)
579{
580 statusBar()->showMessage(tr("Error!"));
581 QMessageBox* msg = new QMessageBox(QMessageBox::Critical,tr("Active filter design"),
582 str,
583 QMessageBox::Ok);
584 msg->exec();
585 delete msg;
586}
587
588void QucsActiveFilter::fixSize()
589{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected