[Development] Converting types in Qt

2014-07-14 Thread Jędrzej Nowacki
Hi, I would like to discuss type conversions in Qt. As you may know, Qt has the ability to convert a known type to another known type. This works for trivial cases like, for example, "int" to "long", but also for more complex ones like "QByteArray" to "QString" or "CustomType" to "OtherCust

[Development] Keonil 님, LinkedIn에서 저와 1촌을 맺어주세요.

2014-07-14 Thread LinkedIn을 통해 Andy Fillebrown
LinkedIn Andy Fillebrown 님이 LinkedIn 1촌 신청 메일을 보냈습니다. -- LinkedIn에서 제 비즈니스 인맥에 추가하고 싶습니다. Andy Fillebrown 님의 초대 메일 수락 http://www.linkedin.com/e/fvmjka-hxmdfep2-k/o0JrIwFC-cwpD35mwa4KmfJallSplZWGoGQHsNeF/blk/I284350178_246/3wOtCVFbmd

Re: [Development] libressl

2014-07-14 Thread Richard Moore
The 2.0.1 release of libressl has addressed the problem and it now builds. Rich. On 13 July 2014 11:14, Richard Moore wrote: > Just to save anyone else trying, I had a quick go of building Qt against > libressl and it isn't currently capable of building Qt. The problems are > likely to be rel

Re: [Development] [Qt-creator] Qt Creator Doesn't Show Error(s)

2014-07-14 Thread Steve Gold
It looks like my problems are related to having multiple Singletons in a single directory and qmldir file. After I moved some of the Singletons to their own directory and created corresponding qmldir files, the system works. Some of the Singletons call other singletons which may be the root of

Re: [Development] [Qt-creator] Qt Creator Doesn't Show Error(s)

2014-07-14 Thread Ziller Eike
On Jul 14, 2014, at 1:46 PM, steveg2...@gmail.com wrote: > This is from the Application Output widow Have a look at your run configuration in projects mode then, because it looks like you are running mingw32-make.exe when pressing “run” in Qt Creator, instead of your application. (http://qt-pr

Re: [Development] Qt Creator Doesn't Show Error(s)

2014-07-14 Thread steveg2357
This is from the Application Output widow Steve Sent from my LG G2, an AT&T 4G LTE smartphone -- Original message-- From: Sze Howe Koh Date: Mon, Jul 14, 2014 6:45 AM To: Steve Gold;inter...@qt-project.org; Cc: Qt Creator Group;Qt Development Group; Subject:Re: [Development] Qt Creator

Re: [Development] Qt Creator Doesn't Show Error(s)

2014-07-14 Thread Sze Howe Koh
Hi, On 14 July 2014 05:15, Steve Gold wrote: > I am building an app on Windows 8 64bit with Qt 5.3.1 and Qt Creator 3.1.2. > I have a main.cpp that calls main.qml that calls Tests.qml that uses other > QML and JavaScript files. I have > > Component.onCompleted: { > console.log(“Starting Testsl”

Re: [Development] Qt Creator Doesn't Show Error(s)

2014-07-14 Thread Steve Gold
I added the statement but it didn’t make a difference. Steve From: Konstantin Ritt Sent: Monday, July 14, 2014 3:31 AM To: Steve Gold Cc: Qt Creator Group ; Qt Development Group Subject: Re: [Development] Qt Creator Doesn't Show Error(s) Try adding `CONFIG += console` to your .pro file. Ko

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-14 Thread haithem rahmani
Hi, On Sun, Jul 13, 2014 at 7:41 PM, Lind Jorgen wrote: > Hi > On 10 Jul 2014, at 11:48, haithem rahmani > wrote: > > Hi, > > When running Qt-5 on top of the directfb qpa plugin, some benchmarks > are quite slow. > (http://smashcat.org/av/canvas_test) > > I've found that the 2D painting

Re: [Development] Qt Creator Doesn't Show Error(s)

2014-07-14 Thread Konstantin Ritt
Try adding `CONFIG += console` to your .pro file. Konstantin 2014-07-14 0:15 GMT+03:00 Steve Gold : > I am building an app on Windows 8 64bit with Qt 5.3.1 and Qt Creator > 3.1.2. I have a main.cpp that calls main.qml that calls Tests.qml that uses > other QML and JavaScript files. I have >