/**************************************************************************** ** $Id: qprintdialog.h,v 2.10.2.2 1998/08/21 19:13:22 hanord Exp $ ** ** Definition of print dialog. ** ** Created : 950829 ** ** Copyright (C) 1992-1998 Troll Tech AS. All rights reserved. ** ** This file is part of Troll Tech's internal development tree for Qt. ** ** This header text will be replaced by an appropriate text by the ** mkdist script which generates external distributions. ** ** If you are using the Qt Professional Edition or the Qt Free Edition, ** please notify Troll Tech at <info@troll.no> if you see this text. ** ** To Troll Tech developers: This header was generated by the script ** fixcopyright-int. It has the same number of text lines as the free ** and professional editions to avoid line number inconsistency. ** *****************************************************************************/ #ifndef QPRINTDIALOG_H #define QPRINTDIALOG_H #ifndef QT_H #include "qdialog.h" #endif // QT_H class QGroupBox; struct QPrintDialogPrivate; class Q_EXPORT QPrintDialog : public QDialog { Q_OBJECT public: QPrintDialog( QPrinter *, QWidget *parent=0, const char *name=0 ); ~QPrintDialog(); static bool getPrinterSetup( QPrinter * ); void setPrinter( QPrinter *, bool = FALSE ); QPrinter * printer() const; private slots: void browseClicked(); void okClicked(); void printerOrFileSelected( int ); void landscapeSelected( int ); void paperSizeSelected( int ); void orientSelected( int ); void pageOrderSelected( int ); void colorModeSelected( int ); void setNumCopies( int ); void printRangeSelected( int ); void setFirstPage( int ); void setLastPage( int ); private: QPrintDialogPrivate *d; QGroupBox * setupDestination(); QGroupBox * setupOptions(); QGroupBox * setupPaper(); private: // Disabled copy constructor and operator= #if defined(Q_DISABLE_COPY) QPrintDialog( const QPrintDialog & ); QPrintDialog &operator=( const QPrintDialog & ); #endif }; #endif // QPRINTDIALOG_H
Copyright © 1998 Troll Tech | Trademarks | Qt version 1.41
|