/***************************************************************************
dlgvertragshow.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 DLGVERTRAGSHOW_H
#define DLGVERTRAGSHOW_H
//Generated area. DO NOT EDIT!!!(begin)
#include <qwidget.h>
#include <qlabel.h>
#include <qmultilinedit.h>
//Generated area. DO NOT EDIT!!!(end)
#include <qwidget.h>
#include <qdatetime.h>
/**
* Dialog zur Anzeige von Vertragsdaten
*@author Stephan Uhlmann
*/
class DlgVertragShow : public QWidget {
Q_OBJECT
public:
/** Konstruktor */
DlgVertragShow(QWidget *parent=0, const char *name=0);
/** Destruktor */
~DlgVertragShow();
void setVerfasser(QString NVerfasser);
void setTitel(QString NTitel);
void setSchluessel(QString NSchluessel);
void setErstellungsdatum(QDateTime NErstellungsdatum);
void setVertragsnummer(QString NVertragsnumer);
void setUnterschriftBankVorhanden(bool NUnterschriftBankVorhanden);
void setUnterschriftKundeVorhanden(bool NUnterschriftKundeVorhanden);
void setVertragstext(QString NVertragstext);
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 *Vertrasgnummer_Label;
QLabel *UnterschriftBankVorhanden_Label;
QLabel *UnterschriftBankVorhanden_Show_Label;
QLabel *UnterschriftKundeVorhanden_Label;
QLabel *Vertragstext_Label;
QMultiLineEdit *Vertragstext_MultiLineEdit;
QLabel *Aenderungsdatum_Label;
QLabel *Vertragsnummer_Show_Label;
QLabel *Verfasser_Show_Label;
QLabel *UnterschriftKundeVorhanden_Show_Label;
//Generated area. DO NOT EDIT!!!(end)
private:
};
#endif
Documentation generated by uhlmann@fara2 on Mon Aug 30 20:37:52 MEST 1999