MCPcopy Create free account
hub / github.com/cc20110101/RedisView / InputDialog

Method InputDialog

src/RedisView/AppView/InputDialog.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "ui_inputdialog.h"
11
12InputDialog::InputDialog(QWidget *parent) :
13 QDialog(parent),
14 ui(new Ui::InputDialog)
15{
16 ui->setupUi(this);
17 setWindowTitle(tr("插入"));
18 setFixedSize(this->size());
19}
20
21InputDialog::~InputDialog()
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected