[Interest] Fwd: Building app with clang++ and Qt 5.x/gcc_64 SDK

2016-06-16 Thread Ch'Gans
-- Forwarded message -- From: Chris Gagneraud Date: 17 June 2016 at 15:15 Subject: Re: [Interest] Building app with clang++ and Qt 5.x/gcc_64 SDK To: Thiago Macieira Cc: "interest@qt-project.org" On 17

Re: [Interest] ApplicationWindow is not an Item?

2016-06-16 Thread Sze Howe Koh
On 16 June 2016 at 23:41, Jason H wrote: > > I tried using Keys on an application window. I got an error that it is not an > item. While it's trivial to throw an item in, why isn't it an Item? That's a design concept I wondered about too, but I think I've found the answer:

Re: [Interest] QTIF | Windows

2016-06-16 Thread Thiago Macieira
On quinta-feira, 16 de junho de 2016 20:48:23 PDT Scott Aron Bloom wrote: > When you built Qt, how was it setup to handle the TIFF format? Ifits a plug > in, did you install the plugin? I was wondering the same, but I don't think "QTIF" has anything to do with the qtiff plugin. I'm guessing the

Re: [Interest] [Qt3D] Ununderstable message when closing a scene

2016-06-16 Thread Xavier Bigand
Thank for the report. I was not sure if it wasn't me doing something wrong. But it might be the case, because the assert seems to come from a bad ressources management. When I switch projects I simply delete entities that attached to the root one, but doing this leads to the assert at a certain

Re: [Interest] QTIF | Windows

2016-06-16 Thread Igor Mironchik
I didn't build Qt. I installed with online installer. But how plugin can handle menu entries? By the way, I solved the problem: I manually added operation to create shortcut in installscript.qs. But in previous version of QTIF I needn't do it, all shortcuts were created automatically...

Re: [Interest] QTIF | Windows

2016-06-16 Thread Scott Aron Bloom
When you built Qt, how was it setup to handle the TIFF format? Ifits a plug in, did you install the plugin? -Original Message- From: Interest [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of Igor Mironchik Sent: Thursday, June 16, 2016 1:40 PM To:

[Interest] QTIF | Windows

2016-06-16 Thread Igor Mironchik
Hi, I'm doing installer with QTIF 2.0.3. All done. Application installes, during installation installer asks about directory in start menu, there is default value... I'm just pressing next, next... So app installed, works, but I don't see menu entry. What can be the problem? Thank you.

Re: [Interest] [Qt3D] Ununderstable message when closing a scene

2016-06-16 Thread Harald Vistnes
I get the same QMetaProperty::read warning. I just filed a Jira for it. https://bugreports.qt.io/browse/QTBUG-54159?filter=17174 Annoying and it came recently, but not critical as you can continue running the debugger. Harald 2016-06-16 17:53 GMT+02:00 Xavier Bigand :

Re: [Interest] ApplicationWindow is not an Item?

2016-06-16 Thread ekke
Am 16.06.16 um 18:08 schrieb J-P Nurmi: >>> On 16 Jun 2016, at 17:42, Jason H wrote: >>> >>> I tried using Keys on an application window. I got an error that it is not >>> an item. While it's trivial to throw an item in, why isn't it an Item? >> Because QML Window is not an Item.

Re: [Interest] ApplicationWindow is not an Item?

2016-06-16 Thread J-P Nurmi
>> On 16 Jun 2016, at 17:42, Jason H wrote: >> >> I tried using Keys on an application window. I got an error that it is not >> an item. While it's trivial to throw an item in, why isn't it an Item? > > Because QML Window is not an Item. I'd like the Keys attached property work

Re: [Interest] ApplicationWindow is not an Item?

2016-06-16 Thread J-P Nurmi
> On 16 Jun 2016, at 17:42, Jason H wrote: > > I tried using Keys on an application window. I got an error that it is not an > item. While it's trivial to throw an item in, why isn't it an Item? Because QML Window is not an Item. I'd like the Keys attached property work

Re: [Interest] [Qt3D] Ununderstable message when closing a scene

2016-06-16 Thread Xavier Bigand
Sometimes when it doesn't crash on the first scene switch I can get this assert : ASSERT: "m_entries[index].m_counter == handle.counter()" in file c:/Users/qt/work/qt/qt3d/src/core/resources/qhandlemanager_p.h, line 170 Sadly it seems that I am not able to debug it with source code. 2016-06-16

Re: [Interest] QtQuick compiler

2016-06-16 Thread Jason H
It is not. See http://blog.qt.io/blog/2016/06/16/qt-5-7-released/   "The only exception is the Qt Quick Compiler where we need some more time to finish the required changes to be able to support this feature in the Open Source Edition." Sent: Wednesday, June 15, 2016 at 8:42 AM From: "Xavier

[Interest] ApplicationWindow is not an Item?

2016-06-16 Thread Jason H
I tried using Keys on an application window. I got an error that it is not an item. While it's trivial to throw an item in, why isn't it an Item? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] [Qt3D] Ununderstable message when closing a scene

2016-06-16 Thread Xavier Bigand
I am getting the following message when I unload a scene. I am simply deleting the entities I don't have to display anymore. QMetaProperty::read: Unable to handle unregistered datatype 'Qt3DRender::QBuffer*' for property 'Qt3DRender::QAttribute::buffer' What is the proper way to unload meshes in

Re: [Interest] QGaphicsItem deletion

2016-06-16 Thread Reinhardt Behm
On Thursday 16 June 2016 17:44:30 Konstantin Shegunov wrote: > Hello, > > On Wed, Jun 15, 2016 at 7:00 PM, Igor Mironchik > > wrote: > > Exactly. I need to Line be as parent of handles but they should be > > parented to the scene (read form in my app) because I need

Re: [Interest] QGaphicsItem deletion

2016-06-16 Thread Konstantin Shegunov
Hello, On Wed, Jun 15, 2016 at 7:00 PM, Igor Mironchik wrote: > > Exactly. I need to Line be as parent of handles but they should be > parented to the scene (read form in my app) because I need boundingRect() > to return exactly bounding rectangle of the line without

Re: [Interest] Building app with clang++ and Qt 5.x/gcc_64 SDK

2016-06-16 Thread Thiago Macieira
On quinta-feira, 16 de junho de 2016 20:21:40 PDT Ch'Gans wrote: > Hi there, > > I'm on Ubuntu Linux 16.04, i have installed Qt 5.5, 5,6 and 5.7 using > the Qt unified online installer. I would like to know if it is > supported to build a Qt app using clang++/64 and Qt 5.x gcc/64 > official

[Interest] Quick TableView: Section delegate is above header delegate

2016-06-16 Thread Richard Öhlinger
In 5.6 there has been a overhaul in how column headers are created Quick TableView. Now the header -property of ListView is used. But the stack ordering (z-property) is of the header is 1, whilst the section.delegate is defaulted to 2. That means when scrolling downwards, the section heading

Re: [Interest] Graphical edition of state machines in QT

2016-06-16 Thread Willy Lambert
2016-06-15 12:16 GMT+02:00 william.croc...@analog.com < william.croc...@analog.com>: > On 06/15/2016 04:28 AM, Willy Lambert wrote: > >> Hi all, >> >> I'd like to use state machines to implement some of my behaviors. Is >> there any >> graphical WYSIWIG editor for state machines in QT (or any

Re: [Interest] Building app with clang++ and Qt 5.x/gcc_64 SDK

2016-06-16 Thread Ch'Gans
Reposting to interest@qt-project.org Chris On 16 June 2016 at 22:36, Chris Gagneraud wrote: > On 16 June 2016 at 20:54, Michael Sué wrote: >> Hi, >> >>> I'm on Ubuntu Linux 16.04 >> >> I build Qt 5.6.1 on Ubuntu 16.04 LTS 64-bit yesterday using the

[Interest] Building app with clang++ and Qt 5.x/gcc_64 SDK

2016-06-16 Thread Ch'Gans
Hi there, I'm on Ubuntu Linux 16.04, i have installed Qt 5.5, 5,6 and 5.7 using the Qt unified online installer. I would like to know if it is supported to build a Qt app using clang++/64 and Qt 5.x gcc/64 official binaries. Right now, I'm having building errors like:

Re: [Interest] QGaphicsItem deletion

2016-06-16 Thread Elvis Stansvik
Den 15 juni 2016 6:00 em skrev "Igor Mironchik" : > > Hello. > > > On 15.06.2016 16:59, Konstantin Shegunov wrote: >> >> Hello, >> >> >> On Wed, Jun 15, 2016 at 4:15 PM, Igor Mironchik wrote: >>> >>> Parent of the handles is the same as Line's.

Re: [Interest] QGaphicsItem deletion

2016-06-16 Thread Igor Mironchik
Hi, On 16.06.2016 09:21, Michael Sué wrote: Hi, I would think you get less problems and more code working automatically if your Line is graphicsitem parent of the grips. Agree. If you want the boundingRect function of your Line to return something special you can just overwrite it as

Re: [Interest] QGaphicsItem deletion

2016-06-16 Thread Michael Sué
Hi, I would think you get less problems and more code working automatically if your Line is graphicsitem parent of the grips. If you want the boundingRect function of your Line to return something special you can just overwrite it as it is virtual. - Michael.