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
This file is part of the documentation for lib Library Version 1.3.5.