On Friday 21 August 2015 12:00:58 Lorenz Haas wrote:
> class Foo {
> Q_GADGET
> public:
> enum Bar {/*...*/};
> Q_ENUM(Bar)
> };
> Q_DECLARE_TYPEINFO(Foo, Q_MOVABLE_TYPE);
>
> Is it still a movable type. I am lost in the sources and all the
> QMetaEnum, QMetaClassInfo etc.
Yes, it is. It adde
On Friday 21 August 2015 07:34:44 m...@rpzdesign.com wrote:
> Please revise your characterization.
>
> You have used the word "complain" twice now in your messages.
I don't think so. You created a task whose description is "QT 47450 NOT
Fixed". So you knew what the right task was, but chose not
On Friday 21 August 2015 08:39:06 m...@rpzdesign.com wrote:
> I decided against OpenSSL when they keep announcing security holes by
> wayward contributors.
OpenSSL is the worst of all the SSL libraries, behind only all the other
alternatives.
No, really, all security libraries have problems. At
Reinhardt Behm hushmail.com> writes:
>
> On Thursday 20 August 2015 12:55:12 Edward Sutton wrote:
> > If user hovers mouse cursor (with out clicking) over a QComboBox and
scrolls
> > the mouse wheel the combo index scrolls. This is unexpected behavior
for
> > both OS X and Windows users. The
Mathieu:
If you feel that the openssl stuff is a pain to work with,
you can always to link https://tls.mbed.org/ into your projects.
(I am sure WolfSSL would work too)
I decided against OpenSSL when they keep announcing security holes by
wayward contributors.
It is now code owned and open sour
Koehne Kai was on the right end here :)
Everything I had was MT, but I had to compile openssl myself against
msvc2010 to get it to work.
Thanks!
On Fri, Aug 21, 2015 at 8:01 AM, Koehne Kai wrote:
>
>
>> -Original Message-
>> From: interest-bounces+kai.koehne=theqtcompany@qt-project.or
Ran into a project where the Qt 5.5.0 package builder is confused
and the application cannot find the modules.
This is being run inside Qt Creator 3.5.0 and the
QQmlApplication::importPathList()
does not provide the testgui.app/qt_qml path, it is missing a path, so the
Qml engine
cannot find it.
Good morning Thiago:
Please revise your characterization.
You have used the word "complain" twice now in your messages.
I ran into a showstopper, fully documented it so people could readily
see what I was talking about with zero effort, and then queried the list
to see if anybody else had seen
It is important to note that as Thiago mentioned, the original bug is still
open, however I want to add that it is a blocker for 5.5.1.
> Sent: Thursday, August 20, 2015 at 9:22 PM
> From: "m...@rpzdesign.com"
> To: "interest@qt-project.org"
> Subject: [Interest] Qt Creator 3.5.0/Qt 5.5.0 Sho
Hi,
suppose we have a class Foo:
class Foo {
public:
enum Bar {/*...*/};
};
Q_DECLARE_TYPEINFO(Foo, Q_MOVABLE_TYPE);
Now, because of Qt 5.5 and the new shiny Q_ENUM we want nice debug
messages for Foo's enumeration values. Thus we extend Foo:
class Foo {
Q_GADGET
public:
enum Bar {/*...*/};
10 matches
Mail list logo