mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-20 19:19:58 +01:00
Le dialogue d'impression presente desormais les memes options que le dialogue d'export.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@759 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
#ifndef QET_PRINT_PREVIEW_DIALOG
|
||||
#define QET_PRINT_PREVIEW_DIALOG
|
||||
#include <QtGui>
|
||||
#include "exportproperties.h"
|
||||
class Diagram;
|
||||
class DiagramsChooser;
|
||||
class ExportPropertiesWidget;
|
||||
class QETProject;
|
||||
/**
|
||||
Cette classe represente un dialogue permettant d'affiner les options
|
||||
@@ -40,10 +42,11 @@ class QETPrintPreviewDialog : public QDialog {
|
||||
public:
|
||||
DiagramsChooser *diagramsChooser();
|
||||
bool fitDiagramsToPages() const;
|
||||
ExportProperties exportProperties() const;
|
||||
|
||||
// signaux
|
||||
signals:
|
||||
void paintRequested(const QList<Diagram *> &, bool, QPrinter *);
|
||||
void paintRequested(const QList<Diagram *> &, bool, const ExportProperties, QPrinter *);
|
||||
|
||||
public slots:
|
||||
void firstPage();
|
||||
@@ -91,6 +94,7 @@ class QETPrintPreviewDialog : public QDialog {
|
||||
QLabel *use_full_page_label_;
|
||||
QCheckBox *fit_diagram_to_page_;
|
||||
QLabel *fit_diagram_to_page_label_;
|
||||
ExportPropertiesWidget *render_properties_;
|
||||
|
||||
// methodes
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user