MCPcopy Create free account
hub / github.com/Hashiao/wuwaBackendTool / EntryPanel

Method EntryPanel

entrypanel.cpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "ui_entrypanel.h"
3
4EntryPanel::EntryPanel(QWidget *parent) :
5 QWidget(parent),
6 ui(new Ui::EntryPanel)
7{
8 ui->setupUi(this);
9
10}
11
12EntryPanel::~EntryPanel()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected