Re: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (API choices)

2015-08-26 Thread Vladimir Moolle
Hi, >>> What is the benefit of adding ButtonBox over just adding a Dialog.buttonRole attached property? Proper componentization -- Dialog does it’s job of handling the content, accepting and rejecting, etc, and ButtonBox (when parented) brings in logic responsible for OS-specific standard button

Re: [Development] Enginio version and branch names

2015-08-26 Thread Frederik Gladhorn
On Friday, August 21, 2015 12:16:37 AM Stephen Kelly wrote: > Frederik Gladhorn wrote: > > As you know we cannot change the major version as that is not binary > > compatible > > I still see no reason for that to be belived to be true. > > Of course you can fix the major version number and bump t

Re: [Development] Enginio version and branch names

2015-08-26 Thread Frederik Gladhorn
On Saturday, August 22, 2015 10:47:42 AM Sze Howe Koh wrote: > Hi, > > On 20 August 2015 at 15:31, Frederik Gladhorn > > wrote: > > Hello all, > > > > To make dealing with Enginio a bit easier (I get asked for the right > > version number for each release and keep being confused myself since it

Re: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (API choices)

2015-08-26 Thread Curtis Mitch
From: Vladimir Moolle [mailto:vmoo...@ics.com] Sent: Wednesday, 26 August 2015 12:01 AM To: Rutledge Shawn Cc: Filippo Cucchetto ; Curtis Mitch ; development@qt-project.org Subject: Re: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (API choices) Hi, thank you