Re: [Development] Fwd: A simple analysis of apps using qtbase's private headers

2016-01-23 Thread Sune Vuorela
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

Re: [Development] Fwd: A simple analysis of apps using qtbase's private headers

2016-01-22 Thread Lisandro Damián Nicanor Pérez Meyer
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

Re: [Development] Fwd: A simple analysis of apps using qtbase's private headers

2016-01-22 Thread NIkolai Marchenko
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

Re: [Development] Fwd: A simple analysis of apps using qtbase's private headers

2016-01-22 Thread Robin Burchell
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

[Development] Fwd: A simple analysis of apps using qtbase's private headers

2016-01-22 Thread PCMan
-- 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