On terça-feira, 26 de setembro de 2017 09:28:25 PDT Fabrice Salvaire wrote:
> Le 25/09/2017 à 10:56, Viktor Engelmann a écrit :
> > On 25.09.2017 10:29, iman ahmadvand wrote:
> >> Hi every one.
> >> I'm developing a set of specialized opensource widgets in c++ (called
> >> MaterialWidgets which is
Le 25/09/2017 à 10:56, Viktor Engelmann a écrit :
On 25.09.2017 10:29, iman ahmadvand wrote:
Hi every one.
I'm developing a set of specialized opensource widgets in c++ (called
MaterialWidgets which is google material design implementation)
Now i want to use private API for this library to pre
> > The approaches available currently either
> >
> > 1) scale everything after rendering (eg with SetProcessDPIAware())
> > 2) scale coordinates to screen metrics before rendering
> > (QApplication::setAttribute(Qt::AA_EnableHighDpiScaling))
> >
> > The first approach gives a blurry result beca
Hi all,
Quite many of these are still not in, see
https://codereview.qt-project.org/#/q/message:%22Add+changes+file+for+Qt+5.9.2%22,n,z
Please finalize and get +2 as soon as possible; preferably already today. We
need to get these in now to be able to get release out
br,
Jani
_
Hi,
iOS developers are able to customize EditMenu (the one used to Select,
Select All, Copy, Cut, Paste, Speak, etc.)
using clear Apple's API.
Once I've used the approach recommended by Richard Moe Gustavsen:
https://bugreports.qt.io/browse/QTBUG-41275
that uses private API and is not working sinc