/***************************************************************************
                          dlgformularshow.h  -  description                              
                             -------------------                                         
    begin                : Tue Aug 17 1999                                           
    copyright            : (C) 1999 by Stephan Uhlmann                         
    email                : suhlmann@gmx.de                                     
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   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 DLGFORMULARSHOW_H
#define DLGFORMULARSHOW_H

//Generated area. DO NOT EDIT!!!(begin)
#include <qwidget.h>
#include <qlabel.h>
//Generated area. DO NOT EDIT!!!(end)

#include <qwidget.h>
#include <qdatetime.h>

/**
  * Dialog zur Anzeige von Formulardaten
  *@author Stephan Uhlmann
  */

class DlgFormularShow : public QWidget  {
   Q_OBJECT
public:
  /** Konstruktor */
	DlgFormularShow(QWidget *parent=0, const char *name=0);
  /** Destruktor */
	~DlgFormularShow();

	void setVerfasser(QString NVerfasser);
	void setTitel(QString NTitel);
	void setSchluessel(QString NSchluessel);
	void setErstellungsdatum(QDateTime NErstellungsdatum);
	void setGeprueft(bool NGeprueft);
	void setUnterschriftKundeVorhanden(bool NUnterschriftKundeVorhanden);
	void setFormvorschrift(QString NFormvorschrift);
	void setAenderungsdatum(QDateTime NAenderungsdatum);


protected: 
	void initDialog();
	//Generated area. DO NOT EDIT!!!(begin)
	QLabel *Verfasser_Label;
	QLabel *Titel_Show_Label;
	QLabel *Titel_Label;
	QLabel *Schluessel_Show_Label;
	QLabel *Schluessel_Label;
	QLabel *Erstellungsdatum_Show_Label;
	QLabel *Erstellungsdatum_Label;
	QLabel *Aenderungsdatum_Show_Label;
	QLabel *Geprueft_Show_Label;
	QLabel *UnterschriftKundeVorhanden_Show_Label;
	QLabel *Formvorschrift_Label;
	QLabel *Geprueft_Label;
	QLabel *Aenderungsdatum_Label;
	QLabel *Formvorschrift_Show_Label;
	QLabel *Verfasser_Show_Label;
	QLabel *UnterschriftKundeVorhanden_Label;
	//Generated area. DO NOT EDIT!!!(end)

private: 
};

#endif


Documentation generated by uhlmann@fara2 on Mon Aug 30 20:37:52 MEST 1999