MCPcopy Create free account
hub / github.com/KDE/kdevelop / OutputPage

Method OutputPage

plugins/filetemplates/outputpage.cpp:123–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123OutputPage::OutputPage(QWidget* parent)
124: QWidget(parent)
125, d(new OutputPagePrivate(this))
126{
127 d->output = new Ui::OutputLocationDialog;
128 d->output->setupUi(this);
129 d->output->messageWidget->setVisible(false);
130
131 connect(d->output->lowerFilenameCheckBox, &QCheckBox::stateChanged,
132 this, [&] { d->updateFileNames(); });
133}
134
135OutputPage::~OutputPage()
136{

Callers

nothing calls this directly

Calls 3

setupUiMethod · 0.80
updateFileNamesMethod · 0.80
setVisibleMethod · 0.45

Tested by

no test coverage detected