lib Library API Documentation

dateformatwidget_impl.h

00001 #ifndef DATEFORMATWIDGET_H
00002 #define DATEFORMATWIDGET_H
00003 #include "timedateformatwidget.h"
00004 
00005 class DateFormatWidget : public TimeDateFormatWidgetPrototype
00006 {
00007     Q_OBJECT
00008 
00009 public:
00010     DateFormatWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00011     ~DateFormatWidget();
00012     QString resultString();
00013     int correctValue();
00014 public slots:
00015     void updateLabel();
00016     void comboActivated();
00017     void slotPersonalizeChanged(bool b);
00018     void slotDefaultValueChanged(const QString & );
00019     void slotOffsetChanged(int);
00020 };
00021 
00022 #endif // DATEFORMATWIDGET_H
KDE Logo
This file is part of the documentation for lib Library Version 1.3.5.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 11 11:47:39 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003