Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-20 Thread Tom Isaacson
> From: Aaron McCarthy [mccarthy.aa...@gmail.com] > Sent: Friday, 20 September 2013 18:25 > What is the failure? ipc/qmetaobjectbuilder.cpp: In member function 'void QtMobility::QMetaObjectBuilder::addMetaObject(const QMetaObject*, QtMobility::QMetaObjectBuilder::AddMembers)': ipc/qmetaobjectbu

Re: [Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

2013-09-20 Thread Richard Kimmel
I seem to recall that the gdb interface in qtcreator needs relatively recent version of python because of some particular feature used. Look in the debugger log. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listi

Re: [Interest] Shift+Tab Shortcut

2013-09-20 Thread Daniel Otto Bolognani
Hello, Installing an eventfilter I can get the keyrelease event and test for backtab, so it works too. To intercept the backtab (shift tab), the only way is through eventfilter and in the focusout event, I don't see why this happens, but at least there are other options. Thanks for the reply

Re: [Interest] Shift+Tab Shortcut

2013-09-20 Thread Andre Somers
Op 20-9-2013 21:13, Daniel Otto Bolognani schreef: > Hello list! > > We ported our software from QT3 Support to Pure QT4 and now we are facing > some different behaviour on the shortcuts, we have managed almost all of the > problems, unless the Shift+Tab shortcut that we need to intercept. > > Wh

Re: [Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

2013-09-20 Thread André Pönitz
On Fri, Sep 20, 2013 at 12:52:32PM +, Rogers Nate wrote: > I built Qt 5.1.1 using the tool chain included in the TI SDK 6.0, which > includes GDB 7.5. When trying to debug from within QtCreator 2.8.1 the Locals > and Expressions window doesn’t display any of my c++ variables, it does > howeve

[Interest] Shift+Tab Shortcut

2013-09-20 Thread Daniel Otto Bolognani
Hello list! We ported our software from QT3 Support to Pure QT4 and now we are facing some different behaviour on the shortcuts, we have managed almost all of the problems, unless the Shift+Tab shortcut that we need to intercept. When it was Qt3 Support we had this: Q3Action *q3act = new Q3Acti

Re: [Interest] Serial port 422 best practice in Qt 4

2013-09-20 Thread Syam Krishnan
On 09/20/2013 07:32 PM, Stefano Cordibella wrote: > Hi list! > I just wonder to work with RS 422 in Qt 4 (4.8.4). > I read about QtSerialPort for Qt 5 backported to Qt4 but in the first > line of docs I read that it support the RS-232 pinouts. Having RS232 or 422 shouldn't cause any differenc

Re: [Interest] QPA Project - Vaudeville

2013-09-20 Thread Jason H
In order to not lose the files again, I put them on github. https://github.com/jhihn/Vaudeville From: Jason H To: Konstantin Tokarev ; Benjamin Zeller ; "interest@qt-project.org" Sent: Friday, September 20, 2013 10:27 AM Subject: Re: [Interest] QPA Proje

Re: [Interest] QScopedPointer with

2013-09-20 Thread Stephen Kelly
On Tuesday, September 18, 2012 16:58:00 Alex Strickland wrote: > This is really a general C++ question, but I have looked long and hard > and not worked it out. In the code below how should I initialise v.v > using the QScopedPointer? Did you even try your example with a raw pointer instead of a

[Interest] Serial port 422 best practice in Qt 4

2013-09-20 Thread Stefano Cordibella
Hi list! I just wonder to work with RS 422 in Qt 4 (4.8.4). I read about QtSerialPort for Qt 5 backported to Qt4 but in the first line of docs I read that it support the RS-232 pinouts. So I think that a good serial port library is the QextSerialPort, but this library is still in RC... M