TimeComboBox
TimeComboBox Class Reference
Inheritance diagram for TimeComboBox:
Properties | |
alias | selectedHour |
alias | selectedMinute |
alias | selectedTime |
alias | timeZoneOffset |
Signals | |
void | timePicked (var time) |
Additional Inherited Members | |
Public Member Functions inherited from QtQuick.Controls.ComboBox | |
void | accepted () |
void | activated (int index) |
void | decrementCurrentIndex () |
int | find (string text, enumeration flags) |
void | highlighted (int index) |
void | incrementCurrentIndex () |
int | indexOfValue (object value) |
void | selectAll () |
string | textAt (int index) |
var | valueAt (int index) |
Detailed Description
A combobox designed for picking a time using a hour and minute format.
MC.TimeComboBox
{
id: _view
anchors.centerIn: parent
onTimePicked: (time) => console.log("Time Picked, ", time)
}
Definition at line 21 of file TimeComboBox.qml.
Property Documentation
◆ selectedHour
|
read |
Definition at line 27 of file TimeComboBox.qml.
◆ selectedMinute
|
read |
Definition at line 31 of file TimeComboBox.qml.
◆ selectedTime
|
read |
Definition at line 39 of file TimeComboBox.qml.
◆ timeZoneOffset
|
read |
Definition at line 35 of file TimeComboBox.qml.
Member Function Documentation
◆ timePicked
|
signal |
- Parameters
-
time
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.