Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
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("material

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
euse 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 <iman72...@gmail.com> > wrote:

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
ld Buddenhagen <oswald.buddenha...@qt.io> > wrote: > > > > 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. > > >

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
t; > For 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 > > > > --- > Jean-Michaël Celerier &

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
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 <iman72...@gmail.com> > wrote: > >&

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
est wishes! > Kind regards, > Robert > > > On Thu, Oct 26, 2017 at 10:42 AM, iman ahmadvand <iman72...@gmail.com> > wrote: > > Hi everyone. > > > > As you probably noticed before in mailing list, Qt MaterialWidgets is > going > > to bring ne

[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
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 <shawn.rutle...@qt.io> wrote: > > > On 14 Oct 2017, at 09:33,

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

2017-10-16 Thread iman ahmadvand
t; * style/styleoption.h > -- > 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 > a

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

2017-10-16 Thread iman ahmadvand
y. > > Philippe > > On Mon, 16 Oct 2017 09:22:59 +0330 > iman ahmadvand <iman72...@gmail.com> wrote: > > > No one interested ? > > On Sat, Oct 14, 2017 at 11:03 AM, iman ahmadvand <iman72...@gmail.com> > wrote: > >> Hi everyone. >> >> B

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

2017-10-16 Thread iman ahmadvand
ct 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" <iman72...@gmail.com

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 <iman72...@gmail.com> 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

[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

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

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

[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