Exemplo n.º 1
0
InspectorPresetWidget::InspectorPresetWidget(QWidget* parent)
    : QWidget(parent),
      model(NULL), command(NULL)
{
    setupUi(this);

    QObject::connect(&EventManager::getInstance(), SIGNAL(rundownItemSelected(const RundownItemSelectedEvent&)), this, SLOT(rundownItemSelected(const RundownItemSelectedEvent&)));

    loadTriCasterSource();
    loadTriCasterPreset();
}
Exemplo n.º 2
0
InspectorPresetWidget::InspectorPresetWidget(QWidget* parent)
    : QWidget(parent),
      model(NULL), command(NULL)
{
    setupUi(this);

    loadTriCasterSource();
    loadTriCasterPreset();

    qApp->installEventFilter(this);
}