/***************************************************************************
dlgformularinsert.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 DLGFORMULARINSERT_H
#define DLGFORMULARINSERT_H
//Generated area. DO NOT EDIT!!!(begin)
#include <qwidget.h>
#include <qpushbutton.h>
#include <qgroupbox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qcheckbox.h>
//Generated area. DO NOT EDIT!!!(end)
#include <qdialog.h>
#include <qmessagebox.h>
/**
* Dialog zum Eingeben/Modifizieren von Formulardaten
*@author Stephan Uhlmann
*/
class DlgFormularInsert : public QDialog {
Q_OBJECT
public:
/** Konstruktor */
DlgFormularInsert(QWidget *parent=0, const char *name=0);
/** Destruktor */
~DlgFormularInsert();
QString getVerfasser();
void setVerfasser(QString NVerfasser);
QString getTitel();
void setTitel(QString NTitel);
QString getSchluessel();
void setSchluessel(QString NSchluessel);
bool getGeprueft();
void setGeprueft(bool NGeprueft);
bool getUnterschriftKundeVorhanden();
void setUnterschriftKundeVorhanden(bool NUnterschriftKUndeVorhanden);
QString getFormvorschrift();
void setFormvorschrift(QString NFormvorschrift);
public slots:
void slotOKPressed();
protected:
void initDialog();
//Generated area. DO NOT EDIT!!!(begin)
QPushButton *OK_PushButton;
QPushButton *Cancel_PushButton;
QGroupBox *QGroupBox_1;
QLabel *Verfasser_Label;
QLineEdit *Verfasser_LineEdit;
QLabel *Titel_Label;
QLineEdit *Titel_LineEdit;
QLabel *Schluessel_Label;
QLineEdit *Schluessel_LineEdit;
QCheckBox *Geprueft_CheckBox;
QCheckBox *UnterschriftKundeVorhanden_CheckBox;
QLabel *Formvorschrift_Label;
QLineEdit *Formvorschrift_LineEdit;
//Generated area. DO NOT EDIT!!!(end)
private:
};
#endif
Documentation generated by uhlmann@fara2 on Mon Aug 30 20:37:52 MEST 1999