docprojectconfigwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './docprojectconfigwidgetbase.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:50:14 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 DOCPROJECTCONFIGWIDGETBASE_H 00011 #define DOCPROJECTCONFIGWIDGETBASE_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 QGroupBox; 00021 class KURLRequester; 00022 class QLabel; 00023 class QComboBox; 00024 00025 class DocProjectConfigWidgetBase : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 DocProjectConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~DocProjectConfigWidgetBase(); 00032 00033 QGroupBox* groupBox1; 00034 KURLRequester* catalogURL; 00035 QLabel* textLabel2; 00036 QLabel* textLabel1; 00037 QComboBox* docSystemCombo; 00038 QGroupBox* groupBox2; 00039 QLabel* textLabel1_2; 00040 KURLRequester* manualURL; 00041 00042 public slots: 00043 virtual void changeDocSystem(const QString &); 00044 00045 protected: 00046 QGridLayout* DocProjectConfigWidgetBaseLayout; 00047 QSpacerItem* spacer1; 00048 QGridLayout* groupBox1Layout; 00049 QGridLayout* groupBox2Layout; 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 }; 00055 00056 #endif // DOCPROJECTCONFIGWIDGETBASE_H