Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
have overcame qstyle api changes On Mon, Oct 30, 2017 at 5:03 PM, Oswald Buddenhagen < oswald.buddenha...@qt.io> wrote: > On Mon, Oct 30, 2017 at 04:34:25PM +0330, iman ahmadvand wrote: > >I was thinking of something like this to achieve: > >QApplication::setStyle("mat

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
ou could reuse some algorithms / painting code used there ? > Yes, i will give it a look. Thanks Jean-Michaël. Regards. Iman. > > Best, > > Jean-Michaël Celerier > http://www.jcelerier.name > > On Mon, Oct 30, 2017 at 10:44 AM, iman ahmadvand > wrote: > >> Hi

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
ote: > > > > On Mon, Oct 30, 2017 at 01:18:45PM +0330, iman ahmadvand wrote: > >> Hi Lars. > >> Can i now request in QTQAINFRA ? > >> > > no need to - it will end up on my table anyway. > > > > anyway, as nobody else stated it quite as c

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
instance here are some already existing styles that you can find on > the internet for widgets: > https://github.com/diversys/QtHaikuStyle > https://github.com/suratovvlad/libqdark > > Best, > Jean-Michaël > > > > --

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
://github.com/diversys/QtHaikuStyle > https://github.com/suratovvlad/libqdark > > Best, > Jean-Michaël > > > > --- > Jean-Michaël Celerier > http://www.jcelerier.name > > On Mon, Oct 30, 2017 at 6:24 AM, iman ahmadvand > wrote: > >> Any reaction ? >>

Re: [Development] Repository request: MaterialWidgets

2017-10-29 Thread iman ahmadvand
Any reaction ? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Repository request: MaterialWidgets

2017-10-26 Thread iman ahmadvand
nd regards, > Robert > > > On Thu, Oct 26, 2017 at 10:42 AM, iman ahmadvand > wrote: > > Hi everyone. > > > > As you probably noticed before in mailing list, Qt MaterialWidgets is > going > > to bring new modern UI to classical QtWidgets > >

[Development] Repository request: MaterialWidgets

2017-10-26 Thread iman ahmadvand
created. Name of the project: Qt MaterialWidgets Responsible person: Iman Ahmadvand Email: iman72...@gmail.com Desired repository name: qtmaterialwidgets NOTE: this is not just about idea, i already implemented a full-functional and well-behaved ContinuousSlider(more on: https://material.io/guidelines

Re: [Development] Review for new widget module [your advices are needed]

2017-10-17 Thread iman ahmadvand
, i'm pretty sure it isn't possible with existing widgets style ! as we should have some new widgets (e.g SnackBar) But i will think twice for minimal API changes. Regards. Iman. On Tue, Oct 17, 2017 at 3:35 PM, Shawn Rutledge wrote: > > > On 14 Oct 2017, at 09:33, iman ahma

Re: [Development] Review for new widget module [your advices are needed]

2017-10-16 Thread iman ahmadvand
t; Best regards, > Jesús > > > On 2017-10-14 09:33:52+02:00 iman ahmadvand wrote: > > Hi everyone. > Before I send some code base on codereview and decide whether my > implementation meets the requirements, I just want to know your thoughts > about design decision for t

Re: [Development] Review for new widget module [your advices are needed]

2017-10-16 Thread iman ahmadvand
t; > Philippe > > On Mon, 16 Oct 2017 09:22:59 +0330 > iman ahmadvand wrote: > > > No one interested ? > > On Sat, Oct 14, 2017 at 11:03 AM, iman ahmadvand > wrote: > >> Hi everyone. >> >> Before I send some code base on codereview and decide wheth

Re: [Development] Review for new widget module [your advices are needed]

2017-10-16 Thread iman ahmadvand
roject member. > > Thiago sent a link recently to a blog post regarding code review process. > Step 1 is all about the idea itself. > > Chris > > -- > Answering from my phone, please excuse my brievity. > > On 16/10/2017 6:53 pm, "iman ahmadvand" wrote: > &

Re: [Development] Review for new widget module [your advices are needed]

2017-10-15 Thread iman ahmadvand
No one interested ? On Sat, Oct 14, 2017 at 11:03 AM, iman ahmadvand wrote: > Hi everyone. > > Before I send some code base on codereview and decide whether my > implementation meets the requirements, I just want to know your thoughts > about design decision for the new modul

[Development] Review for new widget module [your advices are needed]

2017-10-14 Thread iman ahmadvand
Hi everyone. Before I send some code base on codereview and decide whether my implementation meets the requirements, I just want to know your thoughts about design decision for the new module I’m trying to add to Qt Play ground. So as you probably guessed my plan is to developing a new widget m

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

2017-09-27 Thread iman ahmadvand
ira, 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

[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 li