Re: [Development] Repository request: MaterialWidgets

2017-11-01 Thread Matthew Woehlke
On 2017-10-30 09:04, iman ahmadvand wrote: > But we've some new widgets beside the existing widgets, for example: > > Switch: https://material.io > /guidelines/components/selection-controls.html#selection-controls-switch Why not add this to Qt? Personally, I am not convinced that UI elements tha

Re: [Development] Repository request: MaterialWidgets

2017-11-01 Thread Richard Gustavsen
s. If you think that your new widget set /style cannot conform to this, then it should probably be shipped outside Qt5. -Richard Fra: Development på vegne av Konstantin Tokarev Sendt: 30. oktober 2017 15:21:22 Til: iman ahmadvand; Qt development mailing list

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread Konstantin Tokarev
30.10.2017, 17:18, "iman ahmadvand" : > Well. > If it's OK to add new classes then we can create our classes And do the style > related things in private part until Qt6 release, on that time we can move > our changes to QStyle API. > And also in this way the application setting will go away. >

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
Well. If it's OK to add new classes then we can create our classes And do the style related things in private part until Qt6 release, on that time we can move our changes to QStyle API. And also in this way the application setting will go away. in result: 1.We have our new widgets 2.We have overcam

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread Oswald Buddenhagen
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"); > >Which bring completely new styled and animated appearance. >That would be nice AND Qt way though. >But we've some new widge

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
Well. it seems i should move to that separate repo! On Mon, Oct 30, 2017 at 4:51 PM, Jean-Michaël Celerier < jeanmichael.celer...@gmail.com> wrote: > While most packages are centered QML / QtQuick , some are also > QWidget-based, eg : https://www.qpm.io/packages/ > de.skycoder42.qpathedit/index.h

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread Jean-Michaël Celerier
While most packages are centered QML / QtQuick , some are also QWidget-based, eg : https://www.qpm.io/packages/de.skycoder42.qpathedit/index.html At its core it's just a repository for Qt plug-ins... doesn't even need to be graphical. If it can be useful to you, Papyros have a big part of the Mat

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
Hi Oswald. I was thinking of something like this to achieve: QApplication::setStyle("material"); Which bring completely new styled and animated appearance That would be nice AND Qt way though. But we've some new widgets beside the existing widgets, for example: Switch: https://material.io /guide

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread Lars Knoll
Hi, > On 30 Oct 2017, at 12:56, Oswald Buddenhagen 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. > > anyway, as nobody else stated it quite as clearly yet, i'l

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread Oswald Buddenhagen
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 clearly yet, i'll bring you the bad news: Yet Another Widget Set (incl. its own API) is ce

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
Hi Lars. Can i now request in QTQAINFRA ? Best Regards. Iman. On Mon, Oct 30, 2017 at 11:15 AM, Lars Knoll wrote: > Hi, > > I'be happy hosting it here. > > On 30 Oct 2017, at 08:36, Jean-Michaël Celerier < > jeanmichael.celer...@gmail.com> wrote: > > Iman: wouldn't this be better in a separate

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread iman ahmadvand
Hi Jean-Michaël. Actually QMP somehow has the air of a QML pkg manager. And about the mentioned repo, i should make it clear that MaterialWidgets is not just about a theme or style modification, it's a new implementation. And also my purpose is to have this module ported to Qt. Regards. Iman. O

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread Lars Knoll
Hi, I'be happy hosting it here. On 30 Oct 2017, at 08:36, Jean-Michaël Celerier mailto:jeanmichael.celer...@gmail.com>> wrote: Iman: wouldn't this be better in a separate repository ? This way someone who wants to use it does not have to wait 6 months for it to be in a Qt release. Just becaus

Re: [Development] Repository request: MaterialWidgets

2017-10-30 Thread Jean-Michaël Celerier
Iman: wouldn't this be better in a separate repository ? This way someone who wants to use it does not have to wait 6 months for it to be in a Qt release. You could even have it included in qpm : https://www.qpm.io/ so that us hipsters can just do "qpm install com.iman.materialwidgets" and be happy

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
Hi coroberti. Thanks for your feedback. Yes. i think it's time to put on a new dress on QtWidgets. Regards. Iman. On Thu, Oct 26, 2017 at 11:25 AM, coroberti . wrote: > Dear Iman, > This is really a good idea to enhance QtWidgets by a modern style. > > Best wishes! > Kind regards, > Robert > >

Re: [Development] Repository request: MaterialWidgets

2017-10-26 Thread coroberti .
Dear Iman, This is really a good idea to enhance QtWidgets by a modern style. Best wishes! Kind 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 clas

[Development] Repository request: MaterialWidgets

2017-10-26 Thread iman ahmadvand
Hi everyone. As you probably noticed before in mailing list, Qt MaterialWidgets is going to bring new modern UI to classical QtWidgets based on material design style with the aim of same look-and-feel on multiple desktop platforms. You can think of it as MaterialStyle in QML but in pure C++ implem