Re: [Development] Using private API for qt-based library

2017-09-26 Thread Thiago Macieira
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

Re: [Development] Using private API for qt-based library

2017-09-26 Thread Fabrice Salvaire
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

Re: [Development] New approach to hi-dpi and coordinate system for layouts in Qt 6

2017-09-26 Thread Jason H
> > 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

Re: [Development] MAINTAINERS: your action needed

2017-09-26 Thread Jani Heikkinen
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 _

[Development] Qt iOS - Customization of EditMenu

2017-09-26 Thread coroberti .
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