00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef LAUNCHERLAYOUT_H
00011 #define LAUNCHERLAYOUT_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 KPushButton;
00022 class QLabel;
00023 class QComboBox;
00024 class KIconButton;
00025
00026 class LauncherLayout : public QWidget
00027 {
00028 Q_OBJECT
00029
00030 public:
00031 LauncherLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032 ~LauncherLayout();
00033
00034 KPushButton* processStopPushButton;
00035 QLabel* neuroscopePixmap;
00036 QLabel* textLabel1;
00037 QComboBox* neuroscopeComboBox;
00038 QLabel* textLabel1_3;
00039 QComboBox* processComboBox;
00040 QLabel* pixmapLabel2;
00041 QLabel* textLabel1_2;
00042 QComboBox* klustersComboBox;
00043 KPushButton* processStartPushButton;
00044 KPushButton* klustersPushButton;
00045 KIconButton* kIconButton1;
00046 KPushButton* kPushButton1;
00047 KPushButton* neuroscopePushButton;
00048
00049 protected:
00050 QHBoxLayout* layout27;
00051 QHBoxLayout* layout48;
00052 QSpacerItem* spacer12;
00053 QHBoxLayout* layout26;
00054
00055 protected slots:
00056 virtual void languageChange();
00057
00058 private:
00059 QPixmap image0;
00060 QPixmap image1;
00061
00062 };
00063
00064 #endif // LAUNCHERLAYOUT_H