Re: [Interest] QMetaType create

2016-10-05 Thread Konstantin Shegunov
On Wed, Oct 5, 2016 at 11:42 PM, Jérôme Godbout wrote: > Hi, > I was looking for a way to create object dynamicaly out of a classname. I > have the classname which I can convert properly to QMetaType. > Hi, My best guess is you're creating a pointer to the object, not the object itself. Have you

[Interest] QMetaType create

2016-10-05 Thread Jérôme Godbout
Hi, I was looking for a way to create object dynamicaly out of a classname. I have the classname which I can convert properly to QMetaType. If the constructor is Q_INVOKABLE I can use the QMetaObject to create a newInstance() and this work properly into the example. But when this doesn't work, I'

Re: [Interest] Qt high-DPI configuration patches for testing

2016-10-05 Thread Michael Tims
- 1.5x (150% on Windows) is now rounded down to 1x: The visual effect of this is that content appears visually small on such systems instead of visually large. This arguably more acceptable. The rounding policy controls this as well: This is still the number one reason why my apps cannot ye

Re: [Interest] Qt & iPhone 6 Plus

2016-10-05 Thread Jason H
I would say that 99% of the time, it's a devicePixelRatio issue and can be resolved by scaling the drawing of everything up times the devicePixelRatio, and then scaling back down by the device pixel ratio. If you find areas where that is the case, then see if a bug report exists, if not, creat

Re: [Interest] Agile programming (Was: What don't you like about Qt?)

2016-10-05 Thread Jason H
I've done a variety of software development methods, and they are like governments (Democracy, Communism, Monarchy/Dictatorship). Different goverments produce different cultures and it shows inthe quality of their products.   Agile is suituble as for back-end code like file-formats, network-proto

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Jason H
Case and point: https://bugreports.qt.io/browse/QTBUG-37095, which I mentioned recently, 17 votes, multiple platforms... a mere 14 line fix, had been open for 2.5 years.         Sent: Tuesday, October 04, 2016 at 8:59 PM From: "Rob Allan" To: interest@qt-project.org Subject: Re: [Interest]

Re: [Interest] Qt & iPhone 6 Plus

2016-10-05 Thread Nuno Santos
What about text, rectangles which are built type? Don’t you feel them a bit blurred? On Android everything looks really sharp. > On 5 Oct 2016, at 17:46, maitai wrote: > > Hello, > Here, for macos and iOS I have: > > QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true); > > Then a

Re: [Interest] Qt & iPhone 6 Plus

2016-10-05 Thread Jason H
There could be a few issues. This just (today) got fixed: https://bugreports.qt.io/browse/QTBUG-37095 (will be in 5.6.3) Also there are some Font weight issues (Thin is not well supported. There is an issue for that too) > Sent: Wednesday, October 05, 2016 at 12:46 PM > From: maitai > To: "N

Re: [Interest] Qt & iPhone 6 Plus

2016-10-05 Thread maitai
Hello, Here, for macos and iOS I have: QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true); Then all my images are defined 3 times (for example img1.png, i...@2x.png, i...@3x.png at different sizes), plus if I generate an image I manage devicePixelRatio() programmatically. That wa

[Interest] Qt & iPhone 6 Plus

2016-10-05 Thread Nuno Santos
Hi, I have recently my apps on iPhone 6 Plus. I didn’t find the image sharp. Does anyone feels the same? I’m wondering if there is something of operation I need to make my app support it. Is there any special procedure I’m not aware of? Thanks, Regards, Nuno ___

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Viktor Engelmann
To come back to the original topic: I dislike about Qt Creator that you cannot easily create and then use custom widgets. You have to read lots of documentation on how to make a Qt Creator _Plugin_ (and I remember the useless error messages I got when the plugin-interface changed between Qt 3 and

Re: [Interest] Qt3D not deleting buffers

2016-10-05 Thread Juan Jose Casafranca
Hi Sean, in fact, I'll be interested in contributing with the development of Qt3D. I have never contributed to an opensource project like Qt so a little help to start contributing will be great. After I found that bug, I fix it in my code (just dont delete the rootEntity in Qt3DWindow but create

Re: [Interest] Qt3D not deleting buffers

2016-10-05 Thread Sean Harmer
Hi, that looks like a plain ol' bug. Please file a JIRA and if you want to fix it then please feel free to do so. If you need help getting started with contributions just ask. Thanks for the feedback! Sean On Wednesday 05 October 2016 01:29:35 Juan Jose Casafranca wrote: > Hi Sean, > > I've

Re: [Interest] Agile programming (Was: What don't you like about Qt?)

2016-10-05 Thread Jean-Michaël Celerier
On Wed, Oct 5, 2016 at 11:12 AM, Viktor Engelmann wrote: > It's okay for quickly evolving UX, but we are talking about > long-term concepts that need to provide stability and IMHO > that requirement is incompatible to agile programming. > > If for example you developed a network protocol in an ag

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Tuukka Turunen
> -Original Message- > From: Interest [mailto:interest-bounces+tuukka.turunen=qt.io@qt- > project.org] On Behalf Of Thiago Macieira > Sent: keskiviikkona 5. lokakuuta 2016 12.34 > To: interest@qt-project.org > Subject: Re: [Interest] What don't you like about Qt? > > Em quarta-feira, 5 d

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Thiago Macieira
Em quarta-feira, 5 de outubro de 2016, às 19:48:00 CEST, John C. Turnbull escreveu: > You did mention though that The Qt Company has SLAs and will try to > reproduce problems etc., but what if I just want to say things like "I want > this feature" or "I don't think this feature is implemented in t

[Interest] Declarative State Machine: capturing signal arguments on onEntered

2016-10-05 Thread Marco Piccolino
I was wondering whether there is a simple way to capture and use the arguments of a signal that triggers a state transition (SignalTransition.signal) in the onEntered signal handler. Thanks, Marco Piccolino ___ Interest mailing list Interest@qt-project.o

Re: [Interest] Agile programming (Was: What don't you like about Qt?)

2016-10-05 Thread Viktor Engelmann
I don't think that agile programming is a suitable approach for back-end code like file-formats, network-protocols, APIs, frameworks etc. It's okay for quickly evolving UX, but we are talking about long-term concepts that need to provide stability and IMHO that requirement is incompatible to agile

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread John C. Turnbull
OK, thanks Thiago, it seems we do understand each other. And it also seems that I am indeed venting my frustrations in an inappropriate forum (as you pointed out that this list is related to the open source project). Sorry about that. You did mention though that The Qt Company has SLAs and will

Re: [Interest] Problem compiling boost::python code in Qt

2016-10-05 Thread Viktor Engelmann
imho, this should be changed in boost. They cannot use a variable name that is a "keyword" in such a widely used C++ environment as Qt. Am 29.09.2016 um 08:51 schrieb Thiago Macieira: > On quinta-feira, 29 de setembro de 2016 09:24:41 PDT Kapil Gupta wrote: >> /usr/include/python3.5m/object.h:445

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Thiago Macieira
Em quarta-feira, 5 de outubro de 2016, às 07:27:38 CEST, Kai Koehne escreveu: > > -Original Message- > > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > > [...] > > But maybe there is a need for some > > sort of regular high-level review of bugs to identify those

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Kai Koehne
> -Original Message- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > [...] > But maybe there is a need for some > sort of regular high-level review of bugs to identify those that are having > the > worst customer impact and need to be looked at by the devs. Th

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Thiago Macieira
Em quarta-feira, 5 de outubro de 2016, às 13:59:17 CEST, Rob Allan escreveu: > Doesn't this really cut to the heart of what John is complaining about - > Agile or non-Agile aside? The issue seems to be that there is no > well-defined or over-arching policy or procedure for choosing what bugs to > f

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Thiago Macieira
Em quarta-feira, 5 de outubro de 2016, às 10:33:37 CEST, John C. Turnbull escreveu: > Thiago, it seems you have taken my comments as a personal attack on you and > you have responded (naturally) in a defensive way. > > Well, I tried to make it very clear from my opening sentence that this was > *