#include </home/clem/local/src/opie/noncore/apps/tableviewer/ui/commonwidgets.h>
Public Slots | |
| void | clear () |
Signals | |
| void | valueChanged (const QTime &) |
Public Member Functions | |
| TimeEdit (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| ~TimeEdit () | |
| QTime | time () const |
| void | setTime (QTime) |
| QSizePolicy | sizePolicy () const |
Private Slots | |
| void | subValueChanged () |
Private Attributes | |
| QSpinBox * | secondKey |
| QSpinBox * | minuteKey |
| QSpinBox * | hourKey |
| QComboBox * | ampm |
|
||||||||||||||||
|
Definition at line 85 of file commonwidgets.cpp. References ampm, clear(), hourKey, minuteKey, secondKey, subValueChanged(), and valueChanged(). |
|
|
Definition at line 126 of file commonwidgets.cpp. |
|
|
Definition at line 179 of file commonwidgets.cpp. References ampm, hourKey, minuteKey, and secondKey. Referenced by TimeEdit(). |
|
|
Definition at line 152 of file commonwidgets.cpp. References ampm, QTime::hour(), hourKey, QTime::minute(), minuteKey, QTime::second(), and secondKey. Referenced by TVEditView::setData(). |
|
|
Definition at line 170 of file commonwidgets.cpp. |
|
|
Definition at line 188 of file commonwidgets.cpp. References time(), and valueChanged(). Referenced by TimeEdit(). |
|
|
Definition at line 128 of file commonwidgets.cpp. References ampm, hourKey, QTime::isValid(), minuteKey, s, and secondKey. Referenced by TVFilterKeyEntry::getCompareValue(), and subValueChanged(). |
|
|
Referenced by subValueChanged(), and TimeEdit(). |
|
|
Definition at line 81 of file commonwidgets.h. Referenced by clear(), setTime(), time(), and TimeEdit(). |
|
|
Definition at line 80 of file commonwidgets.h. Referenced by clear(), setTime(), time(), and TimeEdit(). |
|
|
Definition at line 79 of file commonwidgets.h. Referenced by clear(), setTime(), time(), and TimeEdit(). |
|
|
Definition at line 78 of file commonwidgets.h. Referenced by clear(), setTime(), time(), and TimeEdit(). |
1.4.2