00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'tolinechartsetupui.ui' 00003 ** 00004 ** Created: mié may 18 00:37:58 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef TOLINECHARTSETUPUI_H 00011 #define TOLINECHARTSETUPUI_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QLabel; 00022 class QLineEdit; 00023 class QCheckBox; 00024 class QPushButton; 00025 class QSpinBox; 00026 00027 class toLineChartSetupUI : public QDialog 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 toLineChartSetupUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00033 ~toLineChartSetupUI(); 00034 00035 QGroupBox* GroupBox1; 00036 QLabel* TextLabel1; 00037 QLabel* TextLabel4; 00038 QLineEdit* MinValue; 00039 QLineEdit* MaxValue; 00040 QCheckBox* AutoMax; 00041 QCheckBox* AutoMin; 00042 QPushButton* CancelButton; 00043 QPushButton* OkButton; 00044 QCheckBox* ShowLast; 00045 QCheckBox* ShowAxis; 00046 QCheckBox* ShowLegend; 00047 QLabel* TextLabel5; 00048 QSpinBox* Grids; 00049 00050 protected: 00051 QGridLayout* toLineChartSetupUILayout; 00052 QSpacerItem* Spacer1; 00053 QSpacerItem* Spacer2; 00054 QGridLayout* GroupBox1Layout; 00055 QHBoxLayout* Layout1; 00056 00057 protected slots: 00058 virtual void languageChange(); 00059 00060 }; 00061 00062 #endif // TOLINECHARTSETUPUI_H