00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file '/var/tmp/repot-build/BUILD/kradio-snapshot-2006-11-12-r497/kradio3/src/pluginmanager-configuration-ui.ui' 00003 ** 00004 ** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef PLUGINMANAGERCONFIGURATIONUI_H 00010 #define PLUGINMANAGERCONFIGURATIONUI_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 00015 class QVBoxLayout; 00016 class QHBoxLayout; 00017 class QGridLayout; 00018 class QSpacerItem; 00019 class QCheckBox; 00020 class QFrame; 00021 class QGroupBox; 00022 class KListView; 00023 class QListViewItem; 00024 class KPushButton; 00025 class KURLRequester; 00026 class KListBox; 00027 class QListBoxItem; 00028 00029 class PluginManagerConfigurationUI : public QWidget 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 PluginManagerConfigurationUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00035 ~PluginManagerConfigurationUI(); 00036 00037 QCheckBox* cbShowProgressBar; 00038 QFrame* line1_2_2; 00039 QGroupBox* groupBox4; 00040 KListView* listPluginInstances; 00041 KPushButton* btnRemovePluginInstance; 00042 QFrame* line1_2; 00043 QGroupBox* groupBox3; 00044 KPushButton* btnNewPluginInstance; 00045 KListView* listPluginClasses; 00046 QFrame* line1; 00047 QGroupBox* groupBox2; 00048 KURLRequester* editPluginLibrary; 00049 KPushButton* btnRemoveLibrary; 00050 KPushButton* btnAddLibrary; 00051 KListBox* listPluginLibraries; 00052 00053 protected: 00054 QGridLayout* PluginManagerConfigurationUILayout; 00055 QGridLayout* groupBox4Layout; 00056 QSpacerItem* spacer3_2_2; 00057 QGridLayout* groupBox3Layout; 00058 QSpacerItem* spacer3_2; 00059 QGridLayout* groupBox2Layout; 00060 QSpacerItem* spacer3; 00061 00062 protected slots: 00063 virtual void languageChange(); 00064 00065 }; 00066 00067 #endif // PLUGINMANAGERCONFIGURATIONUI_H