kexidynamicqueryparameterdialog.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef _KEXI_DYNAMIC_QUERY_PARAMETER_DIALOG_H_
00021 #define _KEXI_DYNAMIC_QUERY_PARAMETER_DIALOG_H_
00022
00023
00024 #include <kdialogbase.h>
00025 #include <kexidataprovider.h>
00026
00027 class QVBox;
00028
00029 class KexiDynamicQueryParameterDialog : public KDialogBase
00030 {
00031 Q_OBJECT
00032 public:
00033 KexiDynamicQueryParameterDialog(QWidget *parent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &);
00034 virtual ~KexiDynamicQueryParameterDialog();
00035
00036 protected:
00037 virtual void slotOk();
00038 private:
00039
00040 QVBox *m_mainView;
00041 KexiDataProvider::Parameters *m_values;
00042
00043 };
00044
00045 #endif
This file is part of the documentation for Kexi 2.0 alpha.