Buttons and input
Native Qt
Time Picker
Time Picker is a native Zui component in the buttons and input catalog, with 24 component-specific properties.
Usage
Ruby example
Paste this complete Builder example inside the app surface from the Quickstart. Replace illustrative asset paths with files from your project.
time_picker "14:30", label: "Deploy at", use_24_hour: true, minute_step: 5
API
Component properties
24 component-specific values, plus shared item and layout properties.
timeTime configuration for Time Picker.propertylabelLabel configuration for Time Picker.propertyplaceholderPlaceholder configuration for Time Picker.propertyuse_24_hourUse 24 hour configuration for Time Picker.propertyshow_secondsShow seconds configuration for Time Picker.propertyminute_stepMinute step configuration for Time Picker.propertysecond_stepSecond step configuration for Time Picker.propertyopenedOpened configuration for Time Picker.propertyaccept_textAccept text configuration for Time Picker.propertycancel_textCancel text configuration for Time Picker.propertywidthWidth configuration for Time Picker.propertyheightHeight configuration for Time Picker.propertypopup_widthPopup width configuration for Time Picker.propertyenabledEnabled configuration for Time Picker.propertyforegroundForeground configuration for Time Picker.propertymutedMuted configuration for Time Picker.propertybackgroundBackground configuration for Time Picker.propertypopup_backgroundPopup background configuration for Time Picker.propertyborder_colorBorder color configuration for Time Picker.propertyaccentAccent configuration for Time Picker.propertyradiusRadius configuration for Time Picker.propertyfont_familyFont family configuration for Time Picker.propertyfont_sizeFont size configuration for Time Picker.propertyvisibleVisible configuration for Time Picker.propertyShow 13 shared item properties
opacityscalerotationzfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction
Events
Subscribe with on widget, :event and keep behavior in Ruby.
↗
inputNative event payload↗
changeNative event payload↗
acceptNative event payload↗
rejectNative event payload↗
openNative event payload↗
closeNative event payload