Re: [Interest] 3D Navigation QtLocation Module

2014-12-02 Thread Ramakanthreddy Kesireddy
Hi, Thanks for the input. It looks like this solves the problem without any performance issues. So I will use the API to convert the map view with routing and zoom level into an image. If I use Qt on Android in Android mobile application, Please let me know if I can render the same image back o

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread 解晶
We make a Qt application for ios and develop in a complete Qt environment, so need't see ios native code which Qt has wrapped well. But now we want to use some public SDKs which have to override didFinishLaunchingWithOptions and openURL in ios application delegate. I find UIApplicationDidF

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread Yang Fan
>(Note that you can also add your own observer for this using UIApplicationDidFinishLaunchingNotification) Any document? On Tue, Dec 2, 2014 at 6:24 PM, Gustavsen Richard < richard.gustav...@theqtcompany.com> wrote: > Why do you need to override didFinishLaunchingWithOptions in this case? > Can

Re: [Interest] 3D Navigation QtLocation Module

2014-12-02 Thread Aaron McCarthy
Hi, On Tue, 2 Dec 2014 13:34:50 Ramakanthreddy Kesireddy wrote: > Basically idea is to use the jpeg in mobile application to render the map > with route plan as there is no connection/network in mobile. Please let me > know if there is any API to save the map view along with routing into a > jpeg

Re: [Interest] Ministro II and Lollipop

2014-12-02 Thread Thiago Macieira
On Tuesday 02 December 2014 18:11:51 mai...@virtual-winds.org wrote: > The actual consequence of this is that we have to bundle qt libs in the > apk and therefore wait for 5.4 in order to be able to use QAndroidStyle? I don't know. Maybe Bogdan can offer more information. >From my reading of the

Re: [Interest] Ministro II and Lollipop

2014-12-02 Thread maitai
The actual consequence of this is that we have to bundle qt libs in the apk and therefore wait for 5.4 in order to be able to use QAndroidStyle? Le 02-12-2014 17:10, Thiago Macieira a écrit : > On Monday 24 November 2014 11:33:57 robert.dani...@vantagecontrols.com > wrote: >> With the recent rel

Re: [Interest] Ministro II and Lollipop

2014-12-02 Thread Thiago Macieira
On Monday 24 November 2014 11:33:57 robert.dani...@vantagecontrols.com wrote: > With the recent release of Android 5.0 Lollipop, our existing Qt Android > application which has been using Qt 4.8 has ceased working. The app > attempts to launch Ministro II to request the Qt libraries but we get an

[Interest] Opening media library in Qt/Qml on iOS/Android to choose picture

2014-12-02 Thread Nuno Santos
Hi, Does anyone knows if it is possible to open the media library from Qml to choose a picture on iOS/Android? Regards, Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] 3D Navigation QtLocation Module

2014-12-02 Thread Ramakanthreddy Kesireddy
Basically idea is to use the jpeg in mobile application to render the map with route plan as there is no connection/network in mobile. Please let me know if there is any API to save the map view along with routing into a jpeg in QtLocation module. Thanks and Regards, Ramakanth -Original Me

Re: [Interest] 3D Navigation QtLocation Module

2014-12-02 Thread Ramakanthreddy Kesireddy
Hi Alex, Thanks for your inputs. With OSM as map quest tile provider, it would suit our requirements. I think Qt Location module is supported on Windows 8/Windows 7 based PC. Please let me know if it possible to encode the map view data seen in viewport into a Jpeg or we need to use our own J

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread Gustavsen Richard
Why do you need to override didFinishLaunchingWithOptions in this case? Can't you just call [UIApplication sharedApplication] setMinimumBackroundFetchInterval:..] from e.g main.mm or somwhere else in your app? (Note that you can also add your own observer for this using UIApplicationDidFinish

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread 解晶
Thans, Yang Fan. If has no good solution will use this method. All develop machines will have to set an environment and the header path may change in the future version. I wonder if there is any other good method to get the didFinishLaunchingWithOptions called? 在 2014-12-02 16:27:12,"Yang

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread Yang Fan
Set an environment QTDIR and add it to INCLUDEPATH. On Tue, Dec 2, 2014 at 1:58 PM, 解晶 wrote: > Hi! > I have a qt application for ios and try to > get didFinishLaunchingWithOptions() called. > I got it work by extending QIOSApplicationDelegate like the followings: > > #import ".../qtbase/src