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

Method createToolBars

example/mainwindow.cpp:360–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void MainWindow::createToolBars()
361{
362 fileToolBar = addToolBar(tr("File"));
363 fileToolBar->addAction(openAct);
364 fileToolBar->addAction(saveAct);
365 editToolBar = addToolBar(tr("Edit"));
366 editToolBar->addAction(undoAct);
367 editToolBar->addAction(redoAct);
368 editToolBar->addAction(findAct);
369}
370
371void MainWindow::loadFile(const QString &fileName)
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected