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

Method checkEmptyDeviceList

src/Widgets/SettingsDialog.cpp:262–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void SettingsDialog::checkEmptyDeviceList()
263{
264 if (this->treeWidgetDevice->invisibleRootItem()->childCount() == 0)
265 {
266 this->tabWidgetSettings->setCurrentIndex(2);
267 this->treeWidgetDevice->setStyleSheet("border-color: firebrick;");
268 }
269 else
270 this->treeWidgetDevice->setStyleSheet("");
271}
272
273void SettingsDialog::checkEmptyOscOutputList()
274{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected