OpenCurves
0.9
|
Widgets added to the toolbar, supporting non-button widgets. More...
#include <toolbarwidgets.h>
Public Member Functions | |
ToolbarWidgets (QWidget *parent=nullptr) | |
Constructor. More... | |
~ToolbarWidgets () | |
Destructor. | |
QSpinBox * | maxSamplesSpin () |
Access the spin box for setting the maximum number of samples. More... | |
QLineEdit * | timeScaleEdit () |
Access the editor for setting the time scaling. More... | |
QCheckBox * | timeColumnCheck () |
Access the check box for specifying use of a time column. More... | |
QSpinBox * | timeColumnSpin () |
Access the spin box for setting the time column index (1 based) number of samples. More... | |
QCheckBox * | relativeTimeCheck () |
Access the check box for setting relative time values. More... | |
Widgets added to the toolbar, supporting non-button widgets.
Features no event binding, but the widgets are laid out.
|
explicit |
Constructor.
parent | The parent widget. |
QSpinBox* ToolbarWidgets::maxSamplesSpin | ( | ) |
Access the spin box for setting the maximum number of samples.
QCheckBox* ToolbarWidgets::relativeTimeCheck | ( | ) |
Access the check box for setting relative time values.
QCheckBox* ToolbarWidgets::timeColumnCheck | ( | ) |
Access the check box for specifying use of a time column.
QSpinBox* ToolbarWidgets::timeColumnSpin | ( | ) |
Access the spin box for setting the time column index (1 based) number of samples.
QLineEdit* ToolbarWidgets::timeScaleEdit | ( | ) |
Access the editor for setting the time scaling.