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

Method ImportDeviceDialog

src/Widgets/ImportDeviceDialog.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <QtWidgets/QMessageBox>
13
14ImportDeviceDialog::ImportDeviceDialog(QWidget* parent)
15 : QDialog(parent)
16{
17 setupUi(this);
18
19 this->treeWidgetDevice->headerItem()->setText(0, "");
20 this->treeWidgetDevice->setColumnWidth(0, 25);
21}
22
23void ImportDeviceDialog::setImportFile(const QString& path)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected