Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void MainWindow::showOptionsDialog()
195
{
196
optionsDialog->load(hexEdit);
197
optionsDialog->show();
198
}
199
200
void MainWindow::showSearchDialog()
201
{
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected