![]() |
NDEVR
API Documentation
|
A widget that allows the user to select a time span by choosing a start date/time and either an end date/time or a duration in hours and minutes. More...
Public Member Functions | |
| TimeSpanSelector (QWidget *parent=nullptr) | |
| Constructs a TimeSpanSelector widget. | |
| TimeSpan | timeSpan () const |
| Returns the currently selected time span. | |
A widget that allows the user to select a time span by choosing a start date/time and either an end date/time or a duration in hours and minutes.
Definition at line 51 of file TimeSpanSelector.h.
| TimeSpanSelector::TimeSpanSelector | ( | QWidget * | parent = nullptr | ) |
Constructs a TimeSpanSelector widget.
| [in] | parent | The optional parent widget. |
| TimeSpan TimeSpanSelector::timeSpan | ( | ) | const |
Returns the currently selected time span.