00001 #include <kbanking/kbanking.h>
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef KBJOBVIEWUI_H
00012 #define KBJOBVIEWUI_H
00013
00014 #include <qvariant.h>
00015 #include <qwidget.h>
00016
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class QGroupBox;
00022 class QPushButton;
00023
00024 class KBANKING_API KBJobViewUi : public QWidget
00025 {
00026 Q_OBJECT
00027
00028 public:
00029 KBJobViewUi( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00030 ~KBJobViewUi();
00031
00032 QGroupBox* jobBox;
00033 QPushButton* dequeueButton;
00034 QPushButton* executeButton;
00035
00036 protected:
00037 QHBoxLayout* KBJobViewUiLayout;
00038 QVBoxLayout* layout8;
00039 QSpacerItem* spacer7;
00040
00041 protected slots:
00042 virtual void languageChange();
00043
00044 };
00045
00046 #endif // KBJOBVIEWUI_H