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

Method SearchDialog

example/searchdialog.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QMessageBox>
5
6SearchDialog::SearchDialog(QHexEdit *hexEdit, QWidget *parent) :
7 QDialog(parent),
8 ui(new Ui::SearchDialog)
9{
10 ui->setupUi(this);
11 _hexEdit = hexEdit;
12}
13
14SearchDialog::~SearchDialog()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected