MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / showEvent

Method showEvent

MiniZincIDE/extraparamdialog.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ExtraParamDialog::showEvent(QShowEvent* event) {
63 QWidget::showEvent(event);
64 ui->filter_lineEdit->setFocus();
65}
66
67void ExtraParamDialog::on_filter_lineEdit_textEdited(const QString& pattern)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected