Re: [Development] QList

2017-03-27 Thread Scott Aron Bloom
-Original Message- From: Development [mailto:development-bounces+scott=towel42@qt-project.org] On Behalf Of Giuseppe D'Angelo Sent: Monday, March 27, 2017 12:09 To: André Pönitz Cc: development@qt-project.org Subject: Re: [Development] QList Il 27/03/2017

[Development] Question about keyboard mapping

2016-10-03 Thread Scott Aron Bloom
I have had a bunch of customers report that using our tool over Xceed, ASTEX-X, and now XManager, are having problems with the keyboard mapping. Was there something fixed post Qt 5.5.1 for this type of issue? I am stuck on 5.5.1 for the near future, and will have to back patch it. Scott

Re: [Development] Are QT winmigrate framework will be back in qt 5.x ?

2016-07-21 Thread Scott Aron Bloom
A lot of it will depend on what you are using Qt for. I used the Qt Solution for WinMigrate, which essentially (At a very high level) makes sure the Qt event loop gets called when the MFC event loop is run. Where I used it was to add Qt windows and Qt eventloop driven functionality (QHttp

Re: [Development] commas in ctor-init-lists

2016-06-01 Thread Scott Aron Bloom
In previous projects I have worked on, the "leading comma" was done because it makes it easier if you have #ifdef'ed variables that need initialization. You are less likely to introduce a syntax error when the defined variable is not set.. Ie, the first one causes a syntax error QFoo::QFoo()

[Development] QChart issues

2016-04-01 Thread Scott Aron Bloom
So, I have previously posted to interest@ and was told to post my questions to development@. Having posted my QChart issues, to development and receiving no reply, I am assuming development@ is NOT the best place to post questions/issues with QChart. So Ill ask to both areas, where is the

[Development] Help with QChart 2.0

2016-03-31 Thread Scott Aron Bloom
I had previously posted some issues I found with the new QChart system. I haven't heard back from anyone.. Is there a better place to post usage issues? Scott ___ Development mailing list Development@qt-project.org

[Development] QChart 2.0

2016-03-18 Thread Scott Aron Bloom
In working with QChart (which overall I LOVE btw) I have hit some issues.. First, I would love to see/learn the proper way to reload a chart. If I have a chart with a data, but due to user option to set what data is shown, and the user changes an option, I need to recompute the data and then