/**********************************************************************
--- Qt Architect generated file ---
File: PrintDialogData.h
Last generated: Mon Sep 7 13:22:34 1998
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
*********************************************************************/
#ifndef PrintDialogData_included
#define PrintDialogData_included
#include <qdialog.h>
#include <qlabel.h>
#include <qpushbt.h>
#include <qlined.h>
#include <qframe.h>
class PrintDialogData : public QDialog
{
Q_OBJECT
public:
PrintDialogData
(
QWidget* parent = 0L,
const char* name = 0L
);
virtual ~PrintDialogData();
public slots:
protected slots:
protected:
QPushButton* buttonOK;
QPushButton* buttonCancel;
QFrame* frameBase;
QLineEdit* leHeadline;
QLabel* labelHeadline;
QLineEdit* leRightFooter;
QLabel* labelRightFooter;
QLineEdit* leLeftFooter;
QLabel* labelLeftFooter;
};
#endif // PrintDialogData_included
Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:39:05 CEST 1999