/***************************************************************************
    copyright     : (C) 1999 by Edwin Glaser
    email         : edwin@pannenleiter.de
    version       : $Id: datawidgettest6.h,v 1.1.1.1 2000/02/07 21:41:45 ege Exp $
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   * 
 *                                                                         *
 ***************************************************************************/



#ifndef DATAWIDGETTEST6_H
#define DATAWIDGETTEST6_H

#include <qwidget.h>
#include <qlayout.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qpushbutton.h>

#include "datawidgettest.h"
#include "dbgrid.h"

/**
  * Binds parameters to the '?' - Edit the name of a database table and the primaries, add a parameter for each '?'. - Click select. 
  * 
  *@author Edwin Glaser
  */

class DataWidgetTest6.html">DataWidgetTest6 : public DataWidgetTest  {
   Q_OBJECT

protected:
	QGridLayout *mainLayout;
	DBGrid *editArea;

public:
	DataWidgetTest6(SQLHENV henv, SQLHDBC hdbc, QWidget *parent=0, const char *name=0);
	~DataWidgetTest6();

protected:
 QLineEdit *query;
 QLineEdit *table1;
 QLineEdit *prim1;
 QLineEdit *col1;
 QLineEdit *par1;
 QLineEdit *par2;
 QLineEdit *par3;

 void makeEditArea();

protected slots:
  void select();
};

#endif


Documentation generated by eg@wonko on Sam Feb 19 00:09:53 MET 2000