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

Method open

example/mainwindow.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void MainWindow::open()
93{
94 QString fileName = QFileDialog::getOpenFileName(this);
95 if (!fileName.isEmpty()) {
96 loadFile(fileName);
97 }
98}
99
100void MainWindow::optionsAccepted()
101{

Callers 9

saveToReadableFileMethod · 0.45
compareMethod · 0.45
mainFunction · 0.45
setIODeviceMethod · 0.45
dataMethod · 0.45
writeMethod · 0.45
getChunkIndexMethod · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by 1

compareMethod · 0.36