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

Method OscOutputDialog

src/Widgets/OscOutputDialog.cpp:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <QtWidgets/QMessageBox>
11
12OscOutputDialog::OscOutputDialog(QWidget* parent)
13 : QDialog(parent),
14 editMode(false)
15{
16 setupUi(this);
17
18 this->lineEditDeviceName->setStyleSheet("border-color: firebrick;");
19 this->lineEditAddress->setStyleSheet("border-color: firebrick;");
20
21 this->lineEditDeviceName->installEventFilter(this);
22}
23
24bool OscOutputDialog::eventFilter(QObject* target, QEvent* event)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected