On 17.06.2016 02:55, Thiago Macieira wrote:
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
-- 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 June 2016 at 02:34, Thiago Macieira wrote:
> On quinta-feira, 16 de junho d
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: Because...
* An Item
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
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 t
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...
On
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
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.
___
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 :
> Sometimes when it doesn'
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. I'd like the Key
>> 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
> regardless,
> 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
regardless, though. It
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 17
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 Bi
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
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
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 boundingRect()
> > to return
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 handles. An I need
> handles
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 binari
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 i
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 side
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 default gcc
>> v 5.3.x and had no problems.
>
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:
-
23 matches
Mail list logo