00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef QBJOBVIEWUI_H
00011 #define QBJOBVIEWUI_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 QBJobListView;
00022 class QGroupBox;
00023 class QPushButton;
00024
00025 class QBJobViewUi : public QWidget
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 QBJobViewUi( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031 ~QBJobViewUi();
00032
00033 QGroupBox* jobBox;
00034 QBJobListView* jobList;
00035 QPushButton* dequeueButton;
00036 QPushButton* executeButton;
00037
00038 protected:
00039 QHBoxLayout* QBJobViewUiLayout;
00040 QVBoxLayout* jobBoxLayout;
00041 QVBoxLayout* layout8;
00042 QSpacerItem* spacer7;
00043
00044 protected slots:
00045 virtual void languageChange();
00046
00047 private:
00048 QPixmap image0;
00049
00050 };
00051
00052 #endif // QBJOBVIEWUI_H