29 #ifndef KMAIL_FILTERLOGDLG_H 30 #define KMAIL_FILTERLOGDLG_H 32 #include <kdialogbase.h> 58 void slotLogEntryAdded( TQString logEntry ); 59 void slotLogShrinked(); 60 void slotLogStateChanged(); 61 void slotChangeLogDetail(); 62 void slotSwitchLogState(); 63 void slotChangeLogMemLimit( int value ); 66 virtual void slotUser1(); 67 virtual void slotUser2(); 69 TQTextEdit * mTextEdit; 70 TQCheckBox * mLogActiveBox; 71 TQGroupBox * mLogDetailsBox; 72 TQCheckBox * mLogPatternDescBox; 73 TQCheckBox * mLogRuleEvaluationBox; 74 TQCheckBox * mLogPatternResultBox; 75 TQCheckBox * mLogFilterActionBox; 76 TQSpinBox * mLogMemLimitSpin; 81 #endif // KMAIL_FILTERLOGDLG_H KMail Filter Log Collector.
FilterLogDialog(TQWidget *parent) constructor
|