[Interest] Qt Bluetooth in Linux non-functional?

2014-04-24 Thread Alexander Zakharov
I am trying to connect via Bluetooth to a custom device using RFCOMM. The system is Debian Testing running in a virtual machine (VMWare Workstation), Qt version is 5.2.1, BlueZ version is 4.101. I hoped to write my code under Linux and later use it for Android in the upcoming Qt 5.3, but I cannot g

Re: [Interest] Crash when calling deleteLater for a QGLSceneNode

2014-04-24 Thread Thiago Macieira
Em qui 24 abr 2014, às 17:55:23, Juan escreveu: > QMetaObject::invokeMethod(node, "deleteLater"); Why are you doing that instead of node->deleteLater()? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___

Re: [Interest] Is there a way to figure out QGraphicsSceneEvent's sender?

2014-04-24 Thread Dmitrii Volosnykh
> Events don't have senders. Since we have a way to know who was the sender of the event inside QObject’s event handlers, I was thinking about some analog for QGraphicsItems. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/

[Interest] i18n - setting language hints when rendering text

2014-04-24 Thread Preet
Hi all, When rendering text with QtQuick, there doesn't seem to be a way to provide a language hint. I think this is sort of problematic: 1. If you have an application with international text from multiple languages in it you might want to provide a font fallback list determined by language rathe

Re: [Interest] Failed to fetch Nokia Map using QtLocation

2014-04-24 Thread Blasche Alexander
Hi, To me it sounds that you have problems with your Internet connection. can you actually piong one of the mentioned hosts? Also please take the proxy arrangements out if you can. Maybe they are causing your network problems? -- Alex From: Ramakanthreddy Kes