Fluid
Loading...
Searching...
No Matches
TimePickerDialog Class Reference

Dialog with a picker to select time. More...

Inheritance diagram for TimePickerDialog:
Inheritance graph
[legend]
Collaboration diagram for TimePickerDialog:
Collaboration graph
[legend]

Detailed Description

Dialog with a picker to select time.

A dialog that lets you selected time.

import QtQuick
import Fluid as Fluid
Item {
width: 600
height: 600
Fluid.TimePickerDialog {
onAccepted: {
console.log(selectedDate);
}
standardButtons: DialogButtonBox.Ok | DialogButtonBox.Cancel
}
}
Definition DialogButtonBox.qml:15

For more information you can read the Material Design guidelines.


The documentation for this class was generated from the following file: