MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CParameterTerminalUI

Method CParameterTerminalUI

Src/Terminal/ParameterTerminalUI.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static Q_LOGGING_CATEGORY(log, "Parameter.Terminal.UI")
17
18CParameterTerminalUI::CParameterTerminalUI(QWidget *parent) :
19 CParameterUI(parent),
20 ui(new Ui::CParameterTerminalUI),
21 m_pPara(nullptr)
22{
23 ui->setupUi(this);
24}
25
26CParameterTerminalUI::~CParameterTerminalUI()
27{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.80

Tested by

no test coverage detected