lib Library API Documentation

timeformatwidget_impl.h

00001 #ifndef TIMEFORMATWIDGET_H 00002 #define TIMEFORMATWIDGET_H 00003 #include "timedateformatwidget.h" 00004 00005 class TimeFormatWidget : public TimeDateFormatWidgetPrototype 00006 { 00007 Q_OBJECT 00008 00009 public: 00010 TimeFormatWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00011 ~TimeFormatWidget(); 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 // TIMEFORMATWIDGET_H
KDE Logo
This file is part of the documentation for lib Library Version 1.3.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Sep 28 04:04:03 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003