27 #include "ui_logging.h"
30 #include <QStringList>
33 #include <QVBoxLayout>
34 #include <QPushButton>
40 m_logging =
new Ui_Logging();
41 m_logging->setupUi(
this);
56 connect(m_logging->playButton, SIGNAL(clicked()), p->getLogfile(), SLOT(resumeReplay()));
57 connect(m_logging->pauseButton, SIGNAL(clicked()), p->getLogfile(), SLOT(pauseReplay()));
58 connect(m_logging->playbackSpeedSpinBox, SIGNAL(valueChanged(
double)), p->getLogfile(),
59 SLOT(setReplaySpeed(
double)));
60 connect(m_logging->jumpToTimeSpinBox, SIGNAL(valueChanged(
double)), p->getLogfile(),
61 SLOT(setReplayTime(
double)));
69 m_logging->statusLabel->setText(status);
Core plugin system that manages the plugins, their life cycle and their registered objects...
void setPlugin(LoggingPlugin *p)
LoggingGadgetWidget(QWidget *parent=nullptr)
void stateChanged(QString status)