/***************************************************************************
dlgwhatinsert.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 DLGWHATINSERT_H
#define DLGWHATINSERT_H
//Generated area. DO NOT EDIT!!!(begin)
#include <qwidget.h>
#include <qcombobox.h>
#include <qlabel.h>
#include <qpushbutton.h>
//Generated area. DO NOT EDIT!!!(end)
#include <qdialog.h>
/**
* Dialog zur Auswahl eines Dokumenttyps
*@author Stephan Uhlmann
*/
class DlgWhatInsert : public QDialog {
Q_OBJECT
public:
/** Konstruktor */
DlgWhatInsert(QWidget *parent=0, const char *name=0);
/** Destruktor */
~DlgWhatInsert();
QString getType();
protected:
void initDialog();
//Generated area. DO NOT EDIT!!!(begin)
QComboBox *Type_ComboBox;
QLabel *Type_Label;
QPushButton *OK_PushButton;
QPushButton *Cancel_PushButton;
//Generated area. DO NOT EDIT!!!(end)
private:
};
#endif
Documentation generated by uhlmann@fara2 on Mon Aug 30 20:37:52 MEST 1999