/***************************************************************************
dlgdauerauftragshow.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 DLGDAUERAUFTRAGSHOW_H
#define DLGDAUERAUFTRAGSHOW_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>
#include "resource.h"
/**
* Dialog zur Anzeige von dauerauftragdaten
*@author Stephan Uhlmann
*/
class DlgDauerauftragShow : public QWidget {
Q_OBJECT
public:
/** Konstruktor */
DlgDauerauftragShow(QWidget *parent=0, const char *name=0);
/** Destruktor */
~DlgDauerauftragShow();
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);
void setBetrag(float NBetrag);
void setIntervall(long NIntervall);
void setQuelle(QString NQuelle);
void setZiel(QString NZiel);
void setBuchungstext(QString NBuchungstext);
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_Label;
QLabel *Formvorschrift_label;
QLabel *Betrag_Show_Label;
QLabel *Betrag_Label;
QLabel *Intervall_Show_Label;
QLabel *Intervall_Label;
QLabel *Quelle_Show_Label;
QLabel *Quelle_Label;
QLabel *Ziel_Show_Label;
QLabel *Ziel_Label;
QLabel *Buchungstext_Show_Label;
QLabel *Buchungstext_Label;
QLabel *UnterschriftKundeVorhanden_Show_Label;
QLabel *Aenderungsdatum_Label;
QLabel *Formvorschrift_Show_Label;
QLabel *Verfasser_Show_Label;
QLabel *Geprueft_Label;
//Generated area. DO NOT EDIT!!!(end)
private:
};
#endif
Documentation generated by uhlmann@fara2 on Mon Aug 30 20:37:52 MEST 1999