MCPcopy Create free account
hub / github.com/QNapi/qnapi / subDataWidget

Method subDataWidget

gui/src/forms/subdatawidget.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "subdatawidget.h"
16
17subDataWidget::subDataWidget(QWidget *parent)
18 : QWidget(parent), ui(new Ui::subDataWidget) {
19 ui->setupUi(this);
20}
21
22subDataWidget::~subDataWidget() { delete ui; }
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected