MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / showOptionsDialog

Method showOptionsDialog

example/mainwindow.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void MainWindow::showOptionsDialog()
195{
196 optionsDialog->load(hexEdit);
197 optionsDialog->show();
198}
199
200void MainWindow::showSearchDialog()
201{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected