00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './wdgscriptsmanagerbase.ui' 00003 ** 00004 ** Created: Do Feb 9 16:25:45 2006 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.5 edited Aug 31 12:13 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef WDGSCRIPTSMANAGERBASE_H 00011 #define WDGSCRIPTSMANAGERBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qwidget.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class KToolBar; 00022 class KListView; 00023 class QListViewItem; 00024 class KPushButton; 00025 class QFrame; 00026 00027 class WdgScriptsManagerBase : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 WdgScriptsManagerBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~WdgScriptsManagerBase(); 00034 00035 KListView* scriptsList; 00036 KToolBar* toolBar; 00037 KPushButton* btnExec; 00038 QFrame* line2; 00039 KPushButton* btnLoad; 00040 KPushButton* btnUnload; 00041 QFrame* line3; 00042 KPushButton* btnInstall; 00043 KPushButton* btnUninstall; 00044 QFrame* line4; 00045 KPushButton* btnNewStuff; 00046 00047 protected: 00048 QVBoxLayout* WdgScriptsManagerBaseLayout; 00049 QHBoxLayout* layout1; 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 private: 00055 QPixmap image0; 00056 00057 }; 00058 00059 #endif // WDGSCRIPTSMANAGERBASE_H
1.4.6