mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Rapatriement dans la branche 0.3 des revisions 833 a 839.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@840 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -121,7 +121,12 @@ void DiagramPrintDialog::exec() {
|
||||
}
|
||||
|
||||
// Apercu avant impression
|
||||
#if defined Q_WS_X11
|
||||
// suite a quelques soucis avec xfwm, on se contente d'une fenetre sous X11
|
||||
QETPrintPreviewDialog preview_dialog(project_, printer_, parentWidget(), Qt::Window);
|
||||
#else
|
||||
QETPrintPreviewDialog preview_dialog(project_, printer_, parentWidget());
|
||||
#endif
|
||||
connect(
|
||||
&preview_dialog,
|
||||
SIGNAL(paintRequested(const QList<Diagram *> &, bool, const ExportProperties, QPrinter *)),
|
||||
|
||||
Reference in New Issue
Block a user