QTimeRangeScroller

QTimeRangeScroller renders start and end time scrollers together. It validates that the end time does not come before the start time unless disable-validation is enabled.

Loading QTimeRangeScroller API...

Basic

Basic Time Range Scroller


12 Hour

Use hour12 for AM/PM ranges and customize start/end AM/PM labels when compact labels fit better.

12 Hour Time Range Scroller


Colors

Use palette names, CSS colors, or CSS custom properties to tune the range scroller.

Time Range Scroller Colors


Disabled

Disable the whole range picker or block specific start/end hours and minutes.

Disabled Time Range Scroller


Intervals

Set start/end hour and minute intervals when the range should snap to larger steps.

Time Range Scroller Intervals


QInput

Use a popup range scroller when the main form should keep a simple input-shaped control.

Time Range Scroller In QInput


Slots

Use slots to display the selected range in custom header or footer content.

Time Range Scroller Slots


Value Types

Range scrollers can work with string, object, array, and Date pairs.

Time Range Scroller Value Types