MCPcopy Create free account
hub / github.com/CasparCG/client / PresetDialog

Method PresetDialog

src/Widgets/PresetDialog.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QtCore/QString>
5
6PresetDialog::PresetDialog(QWidget* parent)
7 : QDialog(parent)
8{
9 setupUi(this);
10
11 this->lineEditName->setStyleSheet("border-color: firebrick;");
12}
13
14void PresetDialog::accept()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected