On Friday 22 January 2016 18:09:55 NIkolai Marchenko wrote:
> Speaking of workarounds :
> I have to use this ugly hack that depends on otherwise inaccessible code to
> update QPrintPreviewDialog
> 
> //dia is a QPrintPreviewDialog
> QPrintPreviewWidget* w = dia->findChild<QPrintPreviewWidget*>();
> QMetaObject::invokeMethod(w, "updatePreview", Qt::QueuedConnection);
> 
> can you please add "updatePreview" to the dialog's interface?

Is there a bug for that?

-- 
firmaware: soft cuya licencia pagas enviando un autografo
  StucKman en #grulic, irc.freenode.net

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to