Re: [Interest] QtBluetooth device connection issue

2014-09-08 Thread Blasche Alexander
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

[Interest] QtBluetooth device connection issue

2014-09-08 Thread Ramakanthreddy Kesireddy
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->

Re: [Interest] Custom SpinBoxStyle questions

2014-09-08 Thread Frédéric Martinsons
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

[Interest] Qt5 cross-compilation problem

2014-09-08 Thread Amey Patil
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

[Interest] QSortFilterProxyModel and lazily populated treeviews

2014-09-08 Thread Hemant Kumar
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

Re: [Interest] [Development] Direct-lookup translation, even for English (was Re: get english translation)

2014-09-08 Thread Oswald Buddenhagen
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

Re: [Interest] [Development] Direct-lookup translation, even for English (was Re: get english translation)

2014-09-08 Thread Thiago Macieira
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

Re: [Interest] [Development] Direct-lookup translation, even for English (was Re: get english translation)

2014-09-08 Thread Oswald Buddenhagen
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