00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef HK_KDEREPORTSECTIONDIALOGBASE_H
00010 #define HK_KDEREPORTSECTIONDIALOGBASE_H
00011
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QComboBox;
00018 class QFrame;
00019 class QLabel;
00020 class QListBox;
00021 class QListBoxItem;
00022 class QPushButton;
00023 class QToolButton;
00024
00025 class hk_kdereportsectiondialogbase : public QDialog
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 hk_kdereportsectiondialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00031 ~hk_kdereportsectiondialogbase();
00032
00033 QFrame* Frame14;
00034 QLabel* fieldlabel;
00035 QComboBox* sectionfield;
00036 QToolButton* addbutton;
00037 QToolButton* deletebutton;
00038 QToolButton* upbutton;
00039 QToolButton* downbutton;
00040 QLabel* boxlabel;
00041 QListBox* sectionbox;
00042 QPushButton* exitbutton;
00043
00044 public slots:
00045 virtual void add_clicked();
00046 virtual void check_buttons();
00047 virtual void delete_clicked();
00048 virtual void down_clicked();
00049 virtual void up_clicked();
00050
00051 protected:
00052 QHBoxLayout* hk_kdereportsectiondialogbaseLayout;
00053 QHBoxLayout* Frame14Layout;
00054 QVBoxLayout* Layout6;
00055 QVBoxLayout* Layout4;
00056 QVBoxLayout* Layout15;
00057 QVBoxLayout* Layout11;
00058 };
00059 #endif // HK_KDEREPORTSECTIONDIALOGBASE_H