src/generalinfowidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './generalinfowidgetbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:37:58 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef GENERAL_INFO_WIDGET_H 00011 #define GENERAL_INFO_WIDGET_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qwidget.h> 00016 #include <ksqueezedtextlabel.h> 00017 00018 class QVBoxLayout; 00019 class QHBoxLayout; 00020 class QGridLayout; 00021 class QSpacerItem; 00022 class QComboBox; 00023 class QLabel; 00024 class QTextEdit; 00025 class QLineEdit; 00026 class KSqueezedTextLabel; 00027 00028 class GeneralInfoWidgetBase : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 GeneralInfoWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~GeneralInfoWidgetBase(); 00035 00036 QComboBox* project_directory_combo; 00037 QLabel* description_label; 00038 QTextEdit* description_edit; 00039 QLabel* project_directory_label; 00040 QLabel* author_label; 00041 QLabel* email_label; 00042 QLabel* version_label; 00043 QLineEdit* version_edit; 00044 QLineEdit* email_edit; 00045 QLineEdit* author_edit; 00046 QLabel* project_directory_diagnostic_icon; 00047 QLineEdit* project_directory_edit; 00048 KSqueezedTextLabel* project_directory_diagnostic_label; 00049 00050 protected: 00051 QGridLayout* general_info_widgetLayout; 00052 QSpacerItem* spacer1; 00053 00054 protected slots: 00055 virtual void languageChange(); 00056 00057 private: 00058 QPixmap image0; 00059 00060 }; 00061 00062 #endif // GENERAL_INFO_WIDGET_H