/**********************************************************************
--- Qt Architect generated file ---
File: DialogBaseData.h
Last generated: Fri Oct 16 18:23:46 1998
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
*********************************************************************/
#ifndef DialogBaseData_included
#define DialogBaseData_included
#include <qdialog.h>
#include <qpushbt.h>
#include <qframe.h>
class DialogBaseData : public QDialog
{
Q_OBJECT
public:
DialogBaseData
(
QWidget* parent = 0L,
const char* name = 0L
);
virtual ~DialogBaseData();
public slots:
protected slots:
virtual void applyPressed();
protected:
QFrame* frameBase;
QFrame* frameMain;
QPushButton* buttonOK;
QPushButton* buttonApply;
QPushButton* buttonCancel;
};
#endif // DialogBaseData_included
Documentation generated by tasin@cd1 on Die Nov 30 17:32:39 CET 1999