-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 21:03, André Pönitz ha scrit
-Original Message-
From: Development [mailto:development-bounces+scott=towel42@qt-project.org]
On Behalf Of Konrad Rosenbaum
Sent: Monday, March 20, 2017 07:57
To: development@qt-project.org
Subject: Re: [Development] QList
On Mon, March 20, 2017 15:19, Marc Mutz wrote:
> Well, seri
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
___
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 befor
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()
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 best
One thing that is not clear to me, what level of access the bash shell will
have to the windows subsystem. Apparently you will be able to run native linux
applications inside the shell, but it is not clear if an X server will be made
available, and what windows application will run under the ba
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
http://lists.qt-project.org/mailman/li
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 r