On 2016-01-22, Lisandro Damián Nicanor Pérez Meyer wrote:
> 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 c=
> ode to
>> update QPrintPreviewDialog
>>=20
>> //dia is a QPrintPreviewDia
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();
> QMetaObject::invokeMe
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();
QMetaObject::invokeMethod(w, "updatePreview", Qt::QueuedConnection);
can you please add "updat
On Fri, Jan 22, 2016, at 03:57 PM, PCMan wrote:
> > The following three seems to be using at least qpa/qplatformtheme.h
> >
> > * KDE's frameworkintegration 5.16.0
> > * libqtxdg 1.3.0
> > * lxqt-qtplugin 0.10.0
> >
> > Maybe for being able to create it's own theme?
> >
>
>
> Yes, but it's not on
-- Forwarded message --
From: PCMan
Date: Fri, Jan 22, 2016 at 10:56 PM
Subject: Re: [Development] A simple analysis of apps using qtbase's private
headers
To: Lisandro Damián Nicanor Pérez
Hello,
I'm one of the LXQt developers so I can answer part of your questions.
On Fri, Ja