timedateformatwidget.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef TIMEDATEFORMATWIDGETPROTOTYPE_H
00011 #define TIMEDATEFORMATWIDGETPROTOTYPE_H
00012
00013 #include <qvariant.h>
00014 #include <qwidget.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QComboBox;
00020 class QCheckBox;
00021 class QLabel;
00022 class KIntNumInput;
00023
00024 class TimeDateFormatWidgetPrototype : public QWidget
00025 {
00026 Q_OBJECT
00027
00028 public:
00029 TimeDateFormatWidgetPrototype( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00030 ~TimeDateFormatWidgetPrototype();
00031
00032 QComboBox* combo1;
00033 QCheckBox* CheckBox1;
00034 QLabel* TextLabel1;
00035 QComboBox* combo2;
00036 QLabel* label_correction;
00037 KIntNumInput* KIntNumInput1;
00038 QLabel* label;
00039
00040 public slots:
00041 virtual void comboActivated();
00042 virtual void updateLabel();
00043
00044 protected:
00045 QGridLayout* TimeDateFormatWidgetPrototypeLayout;
00046 QVBoxLayout* layout7;
00047 QHBoxLayout* layout5;
00048 QHBoxLayout* layout4;
00049
00050 protected slots:
00051 virtual void languageChange();
00052
00053 };
00054
00055 #endif // TIMEDATEFORMATWIDGETPROTOTYPE_H
This file is part of the documentation for lib Library Version 1.3.5.