kalarm/lib
checkbox.cpp
Go to the documentation of this file.
virtual void setReadOnly(bool readOnly)
Sets whether the check box is read-only for the user.
Definition: checkbox.cpp:44
virtual QByteArray text(quint32 serialNumber) const =0
void setFocusWidget(QWidget *widget, bool enable=true)
Specifies a widget to receive focus when the user selects the check box by clicking on it...
Definition: checkbox.cpp:58
void setFocusPolicy(Qt::FocusPolicy policy)
virtual void mouseMoveEvent(QMouseEvent *e)
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
void setEnabled(bool)
void setFocus()
Qt::MouseButton button() const
void clicked(bool checked)
virtual void mousePressEvent(QMouseEvent *e)
int key() const
virtual void keyReleaseEvent(QKeyEvent *e)
bool isChecked() const
void clearFocus()
virtual void keyPressEvent(QKeyEvent *e)
virtual void mouseReleaseEvent(QMouseEvent *e)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.