kitchensync
kspluckerconfigwidget.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kspluckerconfigwidget.ui' 00003 ** 00004 ** Created: Thu Mar 29 05:59:53 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef KSPLUCKERCONFIGWIDGET_H 00011 #define KSPLUCKERCONFIGWIDGET_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 QLabel; 00022 class KURLRequester; 00023 class KListBox; 00024 class QListBoxItem; 00025 class KPushButton; 00026 00027 class KSPluckerConfigWidget : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 KSPluckerConfigWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~KSPluckerConfigWidget(); 00034 00035 QGroupBox* groupBox1; 00036 QLabel* textLabel1; 00037 KURLRequester* urlJava; 00038 QLabel* textLabel2; 00039 KURLRequester* urlPlucker; 00040 QGroupBox* groupBox2; 00041 KListBox* lstBoxFiles; 00042 KPushButton* btnAdd; 00043 KPushButton* btnRemove; 00044 KPushButton* btnConfigure; 00045 00046 public slots: 00047 void slotRemove(); 00048 virtual void slotConfigOk(); 00049 virtual void readConfig(); 00050 00051 protected: 00052 QVBoxLayout* KSPluckerConfigWidgetLayout; 00053 QVBoxLayout* groupBox1Layout; 00054 QHBoxLayout* layout1; 00055 QSpacerItem* spacer1; 00056 QHBoxLayout* layout3; 00057 QSpacerItem* spacer2; 00058 QGridLayout* groupBox2Layout; 00059 QSpacerItem* spacer4; 00060 QVBoxLayout* layout4; 00061 QSpacerItem* spacer3; 00062 00063 protected slots: 00064 virtual void languageChange(); 00065 00066 void slotAdd(); 00067 00068 00069 private: 00070 void init(); 00071 00072 private slots: 00073 void slotConfigureJXL(); 00074 00075 }; 00076 00077 #endif // KSPLUCKERCONFIGWIDGET_H