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 QSpacerItem;
00020 class QComboBox;
00021 class QCheckBox;
00022 class QLabel;
00023 class KIntNumInput;
00024
00025 class TimeDateFormatWidgetPrototype : public QWidget
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 TimeDateFormatWidgetPrototype( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031 ~TimeDateFormatWidgetPrototype();
00032
00033 QComboBox* combo1;
00034 QCheckBox* CheckBox1;
00035 QLabel* TextLabel1;
00036 QComboBox* combo2;
00037 QLabel* label_correction;
00038 KIntNumInput* KIntNumInput1;
00039 QLabel* label;
00040
00041 public slots:
00042 virtual void comboActivated();
00043 virtual void updateLabel();
00044
00045 protected:
00046 QGridLayout* TimeDateFormatWidgetPrototypeLayout;
00047 QVBoxLayout* layout7;
00048 QSpacerItem* Spacer2;
00049 QHBoxLayout* layout5;
00050 QSpacerItem* spacer4;
00051 QHBoxLayout* layout4;
00052 QSpacerItem* spacer5;
00053
00054 protected slots:
00055 virtual void languageChange();
00056
00057 };
00058
00059 #endif // TIMEDATEFORMATWIDGETPROTOTYPE_H
This file is part of the documentation for lib Library Version 1.3.5.