/***************************************************************************
copyright : (C) 1999 by Edwin Glaser
email : edwin@pannenleiter.de
version : $Id: datawidgetconnect.h,v 1.1.1.1 2000/02/07 21:41:38 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 DATAWIDGETCONNECT_H
#define DATAWIDGETCONNECT_H
//Generated area. DO NOT EDIT!!!(begin)
#include <qwidget.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qpushbutton.h>
//Generated area. DO NOT EDIT!!!(end)
#include <qdialog.h>
/**
* The DSN dialog of the test application
*
*@author Edwin Glaser
*/
class DataWidgetConnect : public QDialog {
Q_OBJECT
public:
DataWidgetConnect(QWidget *parent=0, const char *name=0);
~DataWidgetConnect();
const char *getDSN() { return EditDSN->text(); };
protected:
void initDialog();
//Generated area. DO NOT EDIT!!!(begin)
QLabel *QLabel_1;
QLineEdit *EditDSN;
QPushButton *BtnOk;
QPushButton *BtnCancel;
QLabel *QLabel_4;
//Generated area. DO NOT EDIT!!!(end)
private:
};
#endif
Documentation generated by eg@wonko on Sam Feb 19 00:09:53 MET 2000