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

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

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

Detailed Description

Dialog with a picker to select dates and time.

A dialog that lets you select dates and time.

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

For more information you can read the Material Design guidelines.


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