MCPcopy Create free account
hub / github.com/KDAB/KDChart / EntryDialog

Method EntryDialog

examples/Gantt/legend_example/entrydialog.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21Q_DECLARE_METATYPE(QPersistentModelIndex)
22
23EntryDialog::EntryDialog(const QAbstractItemModel *model, QWidget *parent, Qt::WindowFlags f)
24 : QDialog(parent, f)
25 , indexList(QList<QPersistentModelIndex>())
26 , ui(new Ui::EntryDialog)
27{
28 ui->setupUi(this);
29 this->model = model;
30 init();
31}
32
33void EntryDialog::init()
34{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected