Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-24 Thread Tom Isaacson
> From: Aaron McCarthy [mccarthy.aa...@gmail.com] > Sent: Monday, 23 September 2013 16:58 > Are you sure? The reason why I ask is that your build log references the files > ipc/qmetaobjectbuilder.cpp and ipc/qmetaobjectbuilder_p.h. Those files do not > exist in ca1a2f8cab48b730c2e1962bef73c328ac42

Re: [Interest] Embedded Linux with FrameBuffer support

2013-09-24 Thread Ramakanthreddy Kesireddy
Hi, Please let me know if we need to install Ubuntu 12.04 32 bit or Ubuntu Linux 12.04, X11 (64-bit) in host environment for embedded linux target platform. Thanks and Regards, Ramakanth From: Ramakanthreddy Kesireddy Sent: Tuesday, September 24, 2013 6:46 PM

Re: [Interest] Process for building Qt on windows 64bit

2013-09-24 Thread Scott Aron Bloom
Thanks.. I use a similar setup.. Except they are all 32 bit differences... When I was consulting, it wasn't uncommon to have clients on different versions of Qt... So far, I got my openssl built for shared lib under 64 bit.. :) Qt debug is building now.. Scott From: Alex Malyushytskyy [mail

Re: [Interest] Process for building Qt on windows 64bit

2013-09-24 Thread Alex Malyushytskyy
>> Hopefully it will work as easy as you say... Then there are about 5-6 OTHER third party libraries I have to deal with :( It does work as easy as it was claimed. Environment set affects which compiler is executed. Since I am mostly developing on the Windows I have such setup since Qt 3. Multip

Re: [Interest] Process for building Qt on windows 64bit

2013-09-24 Thread Scott Aron Bloom
Thanks!! Hopefully it will work as easy as you say... Then there are about 5-6 OTHER third party libraries I have to deal with :( Scott -Original Message- From: Michael Jackson [mailto:imikejack...@gmail.com] Sent: Tuesday, September 24, 2013 4:32 PM To: Scott Aron Bloom Subject: Re: [

[Interest] Process for building Qt on windows 64bit

2013-09-24 Thread Scott Aron Bloom
Im on qt 4.8.4 (cant move to 5.x at the company yet) and I a request from a customer for a 64 bit windows release. The first step, will be building Qt under 64 bit. Does anyone have a "this is what I do" sheet? My 32bit flow, is simple, unzip, run configure, build it inside visual studio using

[Interest] Where is there QNetworkReply::error and QNetworkReply::finished signals?

2013-09-24 Thread Philipp Kursawe
Since finished is called regardless of errors I wonder what for you use the error signal if you can also just check for the error inside your finished slot? If I connect to the error signal I still have to check for errors in my finished handler. Or maybe its better to always only combine readyRe

Re: [Interest] Shift+Tab Shortcut

2013-09-24 Thread Daniel Otto Bolognani
Mitch, This is exactly what is happening in our project, anyway, I have done it with EventFilter and now it's working. Thanks! Daniel -Original Message- From: Mitch Curtis [mailto:mitch.cur...@digia.com] Sent: terça-feira, 24 de setembro de 2013 11:00 To: Daniel Otto Bolognani; Interes

Re: [Interest] Qt 5.1.1 render with both - OpenGL and QPainter - in one window?

2013-09-24 Thread Bob Hood
On 9/24/2013 8:15 AM, Thomas Meyer wrote: > Hi, > is it possible to use OpenGL and QPainter in one window (Qt 5.1.1)? > And if it is possible, how and is it recommended? > Example: > I want to render the word "Triangle" into the 'OpenGL Window Example' > (please see Qt Creator - Welcome - Examples)

[Interest] Qt 5.1.1 render with both - OpenGL and QPainter - in one window?

2013-09-24 Thread Thomas Meyer
Hi, is it possible to use OpenGL and QPainter in one window (Qt 5.1.1)? And if it is possible, how and is it recommended? Example: I want to render the word "Triangle" into the 'OpenGL Window Example' (please see Qt Creator - Welcome - Examples). My first guess is, that it is not possible. I can o

Re: [Interest] Shift+Tab Shortcut

2013-09-24 Thread Mitch Curtis
On 09/20/2013 09:13 PM, Daniel Otto Bolognani wrote: > 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. > >

Re: [Interest] 2D Graphs Qt Module

2013-09-24 Thread Mitch Curtis
On 09/24/2013 02:08 PM, Ramakanthreddy Kesireddy wrote: > Hi Thiago, > > Thanks for your mail. > Our project is a touch Controller(Linux with FrameBuffer support). > > As project involves 2D graphs/plots, I would like to know if we could go > ahead with QCustomPlot(derived from QPainter) > Or QML

[Interest] Embedded Linux with FrameBuffer support

2013-09-24 Thread Ramakanthreddy Kesireddy
Hi, Our target system is Embedded Linux with Frame Buffer Support. As mentioned in http://qt-project.org/doc/qt-5.1/qtdoc/supported-platforms.html#embedded-platforms, Ubuntu Linux 12.04, X11 (64-bit) is reference Configuration. Please let me know if we can choose Ubuntu 12.04 32 bit or go with

Re: [Interest] qt on git dev branch does not compile for mips

2013-09-24 Thread Narayanarao Rao
>On Tue, Sep 24, 2013 at 5:30 PM, Richard Moore wrote: > >On 24 September 2013 12:46, Mandeep Sandhu > wrote: > >> Do you need QtWebkit for your tests? If not, you could disable it while > >> configuring Qt. > > > >This error is coming from the v4 engine used in Qt Declarative, not > >the webkit

Re: [Interest] 2D Graphs Qt Module

2013-09-24 Thread Ramakanthreddy Kesireddy
Hi Thiago, Thanks for your mail. Our project is a touch Controller(Linux with FrameBuffer support). As project involves 2D graphs/plots, I would like to know if we could go ahead with QCustomPlot(derived from QPainter) Or QML Element Canvas owing to performance. We are going to use Qt Developer

Re: [Interest] qt on git dev branch does not compile for mips

2013-09-24 Thread Richard Moore
On 24 September 2013 12:46, Mandeep Sandhu wrote: > Do you need QtWebkit for your tests? If not, you could disable it while > configuring Qt. This error is coming from the v4 engine used in Qt Declarative, not the webkit jit. Rich. ___ Interest mailing

Re: [Interest] qt on git dev branch does not compile for mips

2013-09-24 Thread Mandeep Sandhu
Do you need QtWebkit for your tests? If not, you could disable it while configuring Qt. I'm not sure if there are any configure options to disable JIT alone while building Webkit. HTH, -mandeep On Tue, Sep 24, 2013 at 4:27 PM, Narayanarao Rao wrote: > I wanted to try out the new scenegraphren

[Interest] qt on git dev branch does not compile for mips

2013-09-24 Thread Narayanarao Rao
I wanted to try out the new scenegraphrenderer performance on our MIPS embedded platform. I have a working Qt 5.0 build on our platform. When I tried to compile, I got couple of compile errors in qtbase, which I worked around. However, qtdeclarative fails with *n file included from jsruntime/qv4en

Re: [Interest] Keyboard navigation in QtQuick.Controls ScrollView?

2013-09-24 Thread Bo Thorsen
Den 24-09-2013 09:53, Ola Røer Thorsen skrev: > Hi, > > I can't seem to get keyboard navigation working when I embed a ListView > in a ScrollView > > ScrollView { > ListView { >... > } > } > > just like in the documentation. I've tried enabling focus on both, or > just one, and so o

[Interest] Keyboard navigation in QtQuick.Controls ScrollView?

2013-09-24 Thread Ola Røer Thorsen
Hi, I can't seem to get keyboard navigation working when I embed a ListView in a ScrollView ScrollView { ListView { ... } } just like in the documentation. I've tried enabling focus on both, or just one, and so on. Keyboard navigation works fine on the ListView when used without the

Re: [Interest] Determining WLAN connection status and connected SSID

2013-09-24 Thread franki
Dnia poniedziałek, 23 września 2013 o 10:51:51 noname napisał(a): > Hi everyone, > > I'm currently trying to a) detect if a device (Android in my case) is > connected to a WLAN, and b) if it is, get the network's SSID. Is there a > Qt-way to do so? > I've tried getting all QNetworkConfigurations >