org.kde.koala
public interface KDatePickerSignals
Method Summary | |
---|---|
void | dateChanged(Calendar arg1) This signal is emitted each time the selected date is changed.
|
void | dateEntered(Calendar arg1) This signal is emitted when enter is pressed and a VALID date
has been entered before into the line edit. |
void | dateSelected(Calendar arg1) This signal is emitted each time a day has been selected by
clicking on the table (hitting a day in the current month). |
void | tableClicked() This signal is emitted when the day has been selected by
clicking on it in the table. |
See Also: KDatePickerSignals
UNKNOWN: This signal is emitted each time the selected date is changed.
UNKNOWN: This signal is emitted when enter is pressed and a VALID date has been entered before into the line edit.
UNKNOWN: This signal is emitted each time a day has been selected by clicking on the table (hitting a day in the current month).
UNKNOWN: This signal is emitted when the day has been selected by clicking on it in the table.