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
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
___
> 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/
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
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