ftnchekconfigwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './ftnchekconfigwidgetbase.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:53:27 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 FTCHECK_CONFIG_WIDGET_H 00011 #define FTCHECK_CONFIG_WIDGET_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 QTabWidget; 00021 class QCheckBox; 00022 class QLabel; 00023 class QRadioButton; 00024 class QListView; 00025 class QListViewItem; 00026 00027 class FtnchekConfigWidgetBase : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 FtnchekConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~FtnchekConfigWidgetBase(); 00034 00035 QTabWidget* TabWidget4; 00036 QWidget* tab; 00037 QCheckBox* extern_box; 00038 QCheckBox* division_box; 00039 QCheckBox* declare_box; 00040 QCheckBox* pure_box; 00041 QLabel* TextLabel1; 00042 QRadioButton* argumentsall_button; 00043 QRadioButton* argumentsonly_button; 00044 QRadioButton* commonall_button; 00045 QRadioButton* commononly_button; 00046 QListView* arguments_listview; 00047 QListView* common_listview; 00048 QLabel* TextLabel2; 00049 QWidget* tab_2; 00050 QRadioButton* truncationonly_button; 00051 QLabel* TextLabel4; 00052 QRadioButton* truncationall_button; 00053 QLabel* TextLabel3; 00054 QRadioButton* usageall_button; 00055 QListView* truncation_listview; 00056 QRadioButton* usageonly_button; 00057 QListView* usage_listview; 00058 QWidget* tab_3; 00059 QRadioButton* f77all_button; 00060 QRadioButton* f77only_button; 00061 QListView* f77_listview; 00062 QListView* portability_listview; 00063 QLabel* TextLabel4_2; 00064 QLabel* TextLabel3_2; 00065 QRadioButton* portabilityall_button; 00066 QRadioButton* portabilityonly_button; 00067 00068 protected: 00069 QVBoxLayout* ftcheck_config_widgetLayout; 00070 QGridLayout* tabLayout; 00071 QSpacerItem* Spacer2_3; 00072 QSpacerItem* Spacer4; 00073 QSpacerItem* Spacer3; 00074 QGridLayout* tabLayout_2; 00075 QSpacerItem* Spacer1_2; 00076 QGridLayout* tabLayout_3; 00077 QSpacerItem* Spacer2; 00078 00079 protected slots: 00080 virtual void languageChange(); 00081 00082 }; 00083 00084 #endif // FTCHECK_CONFIG_WIDGET_H