MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / showEvent

Method showEvent

QKeyMapper/qmappingsequenceedit.cpp:288–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void QMappingSequenceEdit::showEvent(QShowEvent *event)
289{
290 refreshMappingSequenceEditTableWidget(ui->mappingSequenceEditTable, m_MappingSequenceList);
291 ui->mappingSequenceEditTable->setCurrentCell(-1, -1);
292
293 updateUndoRedoButtonsEnabled();
294
295 QDialog::showEvent(event);
296}
297
298void QMappingSequenceEdit::closeEvent(QCloseEvent *event)
299{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected