Messagelib
sendlatertimedatewidget.cpp
28 connect(mTimeComboBox, &KTimeComboBox::timeChanged, this, &SendLaterTimeDateWidget::slotDateTimeChanged);
31 mDateComboBox->setOptions(KDateComboBox::EditDate | KDateComboBox::SelectDate | KDateComboBox::DatePicker | KDateComboBox::DateKeywords
34 connect(mDateComboBox->lineEdit(), &QLineEdit::textChanged, this, &SendLaterTimeDateWidget::dateChanged);
35 mDateComboBox->setMinimumDate(t.date(), i18n("You cannot select a date prior to the current date."));
36 connect(mDateComboBox, &KDateComboBox::dateChanged, this, &SendLaterTimeDateWidget::slotDateTimeChanged);
QDateTime addSecs(qint64 s) const const
DateKeywords
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...
Definition: attachmentcontrollerbase.h:25
DatePicker
QDateTime currentDateTime()
void dateChanged(const QDate &date)
QTime time() const const
WarnOnInvalid
void setDate(const QDate &date)
QString i18n(const char *text, const TYPE &arg...)
void textChanged(const QString &text)
EditDate
SelectDate
QDate date() const const
void timeChanged(const QTime &time)
void setTime(const QTime &time)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:08:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:08:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.