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

Method ValueDialog

src/RedisView/AppView/ValueDialog.cpp:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "ui_valuedialog.h"
11
12ValueDialog::ValueDialog(QWidget *parent) :
13 QDialog(parent),
14 ui(new Ui::ValueDialog)
15{
16 ui->setupUi(this);
17 setWindowTitle(tr("查看"));
18 ui->_radioButtonJson->setChecked(false);
19 ui->_radioButtonText->setChecked(true);
20 ui->_radioButtonXml->setChecked(false);
21}
22
23ValueDialog::~ValueDialog()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected