Hi,
I am going to assume that your dongle's service uses the same uuid and protocol
type (rfcomm) as the btchat example. Otherwise this would never work.
My guess is that you have not paired the two devices properly. Your error
message is what I get in such cases. Even if one partner is reporti
Hi,
Am using Qt 5.3 on Ubuntu 13.10 desktop and tried to run both qmlscanner and
bychat example applications
to connect to OBDII dongle.
When I run qmlscanner with full discovery, it gives below service description:
OBDII->
Address: 00:0D:18:00:00:01
Service: RDA SPP
Protocol:168618128
OBDII->
Well since I had no answer on this thread, I gave up on custom
SpinBoxStyle. For those who are interested, I created a spin box from
scratch (two clickable images and a label, each one with a custom style).
Le 1 sept. 2014 11:04, "Frédéric Martinsons"
a écrit :
> Hello interest,
>
> I've been doi
Hello,
I cross-compiled Qt5 from source. Using following command.
./configure -xplatform linux-arm-gnueabi-g++ -opensource -confirm-license
-qreal float -no-largefile -no-accessibility -no-nis -no-cups -no-qml-debug
-no-mtdev -no-sql-sqlite -nomake examples -qt-zlib -release
Then I copied the c
Hello,
I have implemented a lazily populated treeview by subclassing
QAbstractItemModel. The implementation looks something like:
https://gist.github.com/gnufied/db9c4d805e2bb24d8c23
(I am not pasting code inline, so as to mess with messaging)
It is basically a tree representation of hierarchic
On Mon, Sep 08, 2014 at 09:26:07AM -0700, Thiago Macieira wrote:
> On Monday 08 September 2014 13:19:59 Oswald Buddenhagen wrote:
> > i hate to keep you all from wasting even more time, but ...
> >
> > http://doc.qt.digia.com/qt-5.1/qtcore/qtglobal.html#qtTrId
> > https://qt-project.org/wiki/QtInt
On Monday 08 September 2014 13:19:59 Oswald Buddenhagen wrote:
> i hate to keep you all from wasting even more time, but ...
>
> http://doc.qt.digia.com/qt-5.1/qtcore/qtglobal.html#qtTrId
> https://qt-project.org/wiki/QtInternationalization#43b304ead4174986c238cb4e0
> c4d5cb0
IIRC, trId was somet
i hate to keep you all from wasting even more time, but ...
http://doc.qt.digia.com/qt-5.1/qtcore/qtglobal.html#qtTrId
https://qt-project.org/wiki/QtInternationalization#43b304ead4174986c238cb4e0c4d5cb0
and on auto-loading:
https://bugreports.qt-project.org/browse/QTBUG-34942
(there was actually