kpilot/kpilot
TodoEditorBase Class Reference
List of all members.Detailed Description
Definition at line 26 of file todoEditor_base.h.
Public Member Functions | |
| TodoEditorBase (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~TodoEditorBase () | |
Public Attributes | |
| QLabel * | fDescriptionLabel |
| QLabel * | fNoteLabel |
| QLabel * | fCategoryLabel |
| QComboBox * | fCategory |
| QLabel * | fPriorityLabel |
| QComboBox * | fPriority |
| QTextEdit * | fDescription |
| QTextEdit * | fNote |
| QCheckBox * | fCompleted |
| QCheckBox * | fHasEndDate |
| KDateWidget * | fEndDate |
Protected Slots | |
| virtual void | languageChange () |
Protected Attributes | |
| QGridLayout * | TodoEditorBaseLayout |
The documentation for this class was generated from the following files:

