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

2017-09-27 Thread iman ahmadvand
A theme ? What about animations and other look and feels specifications? Could you explain a bit more On Wed, Sep 27, 2017 at 3:21 PM, Tomaz Canabrava wrote: > > > On Tue, Sep 26, 2017 at 6:51 PM, Thiago Macieira < > thiago.macie...@intel.com> wrote: > >> On terça-feira, 26

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

2017-09-27 Thread Tomaz Canabrava
On Tue, Sep 26, 2017 at 6:51 PM, Thiago Macieira wrote: > 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

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

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

2017-09-25 Thread Viktor Engelmann
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 prevent re > implementing a bunch of logics

[Development] Using private API for qt-based library

2017-09-25 Thread iman ahmadvand
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 prevent re implementing a bunch of logics behind those widgets. What is your suggestion ? As this