/***************************************************************************
dlgdokumentshow.h - description
-------------------
begin : Mon Aug 16 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 DLGDOKUMENTSHOW_H
#define DLGDOKUMENTSHOW_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 Dokumentdaten
*@author Stephan Uhlmann
*/
class DlgDokumentShow : public QWidget {
Q_OBJECT
public:
/** Konstruktor */
DlgDokumentShow(QWidget *parent=0, const char *name=0);
/** Destruktor */
~DlgDokumentShow();
void setVerfasser(QString NVerfasser);
void setTitel(QString NTitel);
void setSchluessel(QString NSchluessel);
void setErstellungsdatum(QDateTime NErstellungsdatum);
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 *Verfasser_Show_Label;
//Generated area. DO NOT EDIT!!!(end)
private:
};
#endif
Documentation generated by uhlmann@fara2 on Mon Aug 30 20:37:52 MEST 1999