lib
TimeFormatWidget.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