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

Method about

example/mainwindow.cpp:80–84  ·  view source on GitHub ↗

/ Private Slots */ /

Source from the content-addressed store, hash-verified

78/* Private Slots */
79/*****************************************************************************/
80void MainWindow::about()
81{
82 QMessageBox::about(this, tr("About QHexEdit"),
83 tr("The QHexEdit example is a short Demo of the QHexEdit Widget."));
84}
85
86void MainWindow::dataChanged()
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected