Source: scribus/docinfo.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file 'Info.ui'
**
** Created: Mon Apr 30 10:14:32 2001
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef DOCINFOS_H
#define DOCINFOS_H
#include
#include
#include
#include
#include
#include
#include
class DocInfos : public QDialog
{
public:
DocInfos( QWidget* parent, QString Autor, QString Titel, QString Des );
~DocInfos() {};
QLabel* TextLabel3;
QLineEdit* AutorInfo;
QLabel* TextLabel1;
QLineEdit* TitelInfo;
QMultiLineEdit* MultiLineEdit1;
QLabel* TextLabel2;
QPushButton* Cancel;
QPushButton* OK;
protected:
QVBoxLayout* DocInfosLayout;
QGridLayout* Layout1;
QHBoxLayout* Layout3;
};
#endif // DOCINFOS_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |