explaining to the user how the app uses this data.
>
I don’t use CAMERA and I don’t use PhotoLibrary into the app. So, I don’t know
why Qt inject these permission.
I’m using a WebView for mobile.
How can I remove these ?
Thanks,
Gianluca.
> Il giorno 07 ott 2016, alle ore 20:19, Eddie Sutton
> ha scritto:
>
>
>> On Oct 7, 2016, at 2:15 PM, Gianluca > <mailto:gmax...@gmail.com>> wrote:
>>
>>>
>>> Il giorno 07 ott 2016, alle ore 20:09, Eddie Sutton
>>> mailto:ed
> Il giorno 07 ott 2016, alle ore 20:09, Eddie Sutton
> ha scritto:
>
> Thank you for your reply Jason.
>
>> On Oct 7, 2016, at 1:01 PM, Jason H mailto:jh...@gmx.com>>
>> wrote:
>>
>> It seems like the activity catches it and removes itself from the stack.
>> Is it crashing? If so paste the
> Il giorno 25 set 2016, alle ore 22:24, Артур Истомин ha
> scritto:
>
> On Sun, Sep 25, 2016 at 09:54:59PM +0100, Gianluca wrote:
>> I use SVG format.
>> No matter what resolution and pixel density, they always look great because
>> they can be resized at any s
your app.
Ciao,
Gianluca.
> Il giorno 25 set 2016, alle ore 21:21, Артур Истомин ha
> scritto:
>
> I want to use images for icons from google's icons set.
> For example https://design.google.com/icons/#ic_search
>
> So I have options: 18dp, 24dp, 36dp, 48dp PNG
translate.
Ciao,
Gianluca.
Il giorno 05/lug/2016, alle ore 06:34, Beemaneni, Bala
ha scritto:
>
>
>
> From: Beemaneni, Bala
> Sent: Tuesday, July 5, 2016 11:03 AM
> To: developm...@qt-project.org
> Subject: Translations in QML
>
> Hi Guyz,
> I am using Tra
se, I would set: “height:
applicationWindow.height - row.height”, so that the ListView will fill the
remaining available space on the screen and it will eventually let you scroll
the content inside.
Ciao,
Gianluca.
Il giorno 14/mag/2016, alle ore 23:24, Kevin Mcintyre ha
scritto:
> // th
Hello,
I’m wondering if Qt is able to render the coloured emoji font that use the
SVGinOT (https://www.w3.org/2013/10/SVG_in_OpenType/) extension.
Thanks,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman
this into the repository, but I maintain them on machine basis, so
that each machine has it’s own gradle.properties to use
Ciao,
Gianluca.
Il giorno 10/mag/2016, alle ore 07:33, Nuno Santos
ha scritto:
> I have been using Gradle all the time for more than 6 months now.
>
> I have been
Please, can you tell us if all these problems appear using “ant” or using
“gradle” ?
(Old Android build was with “ant”, now ant is deprecated and you should use
only “gradle” … but Qt still support both)
Il giorno 10/mag/2016, alle ore 05:04, NoRulez ha scritto:
> Hello,
>
> I've the same pro
Can you detail the problem you are experiencing ?
Il giorno 25/apr/2016, alle ore 23:38, Kevin Mcintyre ha
scritto:
> I would've thought the ListView would appear below the Text, but that doesn't
> prove to be the case for me. SplitView and GridView behave as expected...any
> feedback or mi
ehehehe … cool … there is also an “official” undocumented qmake document:
https://wiki.qt.io/Undocumented_QMake
:-D
Il giorno 24/apr/2016, alle ore 22:31, Olivier B.
ha scritto:
> Google 'undocumented qmake', or else, qmake source code ?
>
> Le 24 avr. 2016 23:29,
It’s not the first time that I see people knowing some “secrets” of Qmake …
… where is the full documentation of all these details ?
Il giorno 24/apr/2016, alle ore 18:47, Igor Mironchik
ha scritto:
> Hi,
>
> For real device you can use:
>
> ios {
> iphoneos {
># Here is the real device
Il giorno 30/mar/2016, alle ore 09:46, Elvis Stansvik ha
scritto:
> Hi Gianluca,
>
> 2016-03-30 10:16 GMT+02:00 Gianluca :
>>
>> Il giorno 30/mar/2016, alle ore 07:43, Elvis Stansvik
>> ha scritto:
>>
>> Den 30 mar 2016 8:36 fm skrev "Elvis
el can contains groups so you can filter them, and Package let you
to name the items so you can access using dot syntax: views.foo, views.bar
In your case, I will use DelegateModel and access using numeric index, but you
can also explore Package and use the attached propertied Package.name to give a
name to all the views.
Ciao,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
qApp->installTranslator add a new translation into the stack. Does not remove
the old ones.
So, if the user click 10 times: Italian - English - Italian - English … etc…
you got ten translator into the memory.
That’s because the translation is searched into the order on which the
translator are in
so
use new features available in later version if availables.
Ciao,
Gianluca.___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
,
Gianluca.
Il giorno 16/dic/2015, alle ore 16:33, Jason H ha scritto:
> I continually run into situations in QML where I'm being given a Url.
> Normally these are file://... When I take my C++ api, expose it to QML and
> pass these values from QML to the C++ api, things don
ver the status change and the
>default implementation do nothing. So, it’s really seems that has been put
>exactly for your purpose.
Ciao,
Gianluca.
Il giorno 25/nov/2015, alle ore 21:59, Curtis Mitch
ha scritto:
>
> Hi.
>
> I'm playing around with a project that req
Hello Jason,
why you don’t simple use property binding ?
GradientStop { id: gs2; position: gs1.position+0.1; color: "dodgerblue" }
and remove completely onPositionChanged
Ciao,
Gianluca.
Il giorno 17/nov/2015, alle ore 20:39, Jason H ha scritto:
> I want to animate a
Can you post some part of your code.
Il giorno 17/nov/2015, alle ore 02:51, jh...@gmx.com ha scritto:
> I've been using stackview a while now. I started a new project with desktop
> osx 5.5.1. I laid out the UI, made it a component, then added a stack view
> with it set to the initial item
understood Qt reduced the commercial licences to just
one that includes everything. The price is around 350$ / month per developer.
But take this information carefully, because I’m confused by the new website
too and I don’t know if what I’m saying it’s true.
Ciao,
Gianluca.
Il giorno 31/ott/2015
you post how you are building the library ?
In any case, it’s not a problem of Xcode version. You can upgrade to 7.0 :-)
Ciao,
Gianluca.
Il giorno 26/ott/2015, alle ore 23:14, Francesco Lamonica via Interest
ha scritto:
> Hi all,
> i have built a simple library statically with Qtcreator
behavior is more consistent and does not conflicts with INSTALLS
defined into included .pri
I proposed to remove ANDROID_PACKAGE_SOURCE_DIR in future qmake release if it’s
really redundant and may cause problem.
Thanks,
Gianluca.
Il giorno 24/ott/2015, alle ore 15:21, Gianluca ha scritto
Hello Ben,
I tried your example … and does not work for me. The Java sources from
quickandroid.pri are not copied into android-build :-(
Ciao,
Gianluca.
Il giorno 24/ott/2015, alle ore 10:29, Ben Lau ha scritto:
>
> I am using Qt 5.5.0 on Mac and it is fine. May test Qt 5.5.1 later.
Hello Ben,
I’ll try later.
Thank you for your help,
Gianluca.
Il giorno 24/ott/2015, alle ore 10:29, Ben Lau ha scritto:
>
> I am using Qt 5.5.0 on Mac and it is fine. May test Qt 5.5.1 later. By the
> way, could try this example project and see could it install those J
The latest version. Qt 5.5.1 and 3.5.1
But doesn’t work also on my PC at work that has Qt 5.5.0 and an older Qt
Creator.
I’m working on Mac.
Ciao,
Gianluca.
Il giorno 24/ott/2015, alle ore 10:10, Ben Lau ha scritto:
> What is your Qt and Qt Creator version?
>
> On 24 October 2015
open the Terminal and I manually run “make install” … it successfully copy
also the QA_JAVASRC files. But If I run the build from Qt Creator, those files
are not copied :-(
Ciao,
Gianluca.
Il giorno 24/ott/2015, alle ore 02:50, Ben Lau ha scritto:
>
> Those line will copy Java source fi
/gmaxera/qtfacebook/QFacebookBinding.java
INSTALLS += QA_JAVASRC
Why does not work for me ?
Thanks,
Gianluca.
Il giorno 22/ott/2015, alle ore 11:32, Ben Lau ha scritto:
> Hi Gian,
>
> You may check my project on github. It is a Qt library for Android with Java
> source
should be:
LIBS += -F$$PWD/resources/ios/frameworks/ -framework Crashlytics -framework
Fabric
Ciao,
Gianluca.
Il giorno 19/ott/2015, alle ore 17:56, Igor Mironchik
ha scritto:
> Hi guys,
>
> I did exactly the same that described in docs...
>
> QMAKE_LFLAGS += -F$$PWD/resources
o the same
directory. :-(
Or can I share the same QNetworkDiskCache across all QNetworkAccessManager
until it exists only one QNetworkDiskCache ?? Am I allowed to do it ?
Thanks,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http:
/QtFacebook
In the readme there is written both methods. So, you can compare the
differences and try to found as to use your library into your Qt/Android
project.
Ciao,
Gianluca.
Il giorno 03/ott/2015, alle ore 19:54, Nuno Santos
ha scritto:
> So, using gradle means that I have to use Android Stu
Hello,
I’m trying to update Qt 5.5 for all my project and I’m having very bad behavior
of StackView.
What has been changed on StackView that may break compatibility ?
All my app has a center item that it’s a StackView and I push/pop element on
that. But It doesn’t work anymore.
I didn’t use any s
Il giorno 18/lug/2015, alle ore 09:16, Reinhardt Behm ha
scritto:
> On Saturday 18 July 2015 08:59:53 Gianluca wrote:
>> No you cannot !
>> You are arising a problem that people was used to develop for desktop was
>> not aware at the moment: the new Windows and Mac app
, the LGPL is old and (probably) not
suitable for these cases. You are screwed up !
Ciao,
Gianluca.
Il giorno 18/lug/2015, alle ore 07:52, John C. Turnbull
ha scritto:
> Meaning I can sell the desktop apps without having to distribute my code and
> into the Windows and Mac App Stores (W
Hello,
I’m trying to update Qt 5.5 for all my project and I’m having very bad behavior
of StackView.
What has been changed on StackView that may break compatibility ?
All my app has a center item that it’s a StackView and I push/pop element on
that. But It doesn’t work anymore.
I didn’t use any s
Hello,
is it possible to run a Qt app on Android TV ??
Is there any example about this ?
Thanks,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
I’m the new QML webview for mobile (Android and iOS), and they are very
immature but works.
They do not integrate into scene graph, so you cannot apply any transformation,
rotation, opacity, scale, animation, etc.
The webview is always on top of everything ! :-( You have to invent tricks to
inte
Hello,
I got this message when I try to update my Qt to version 5.5
How can I solve it ?
Ciao,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
SequentialAnimation where the first and last step are
ScriptAction that trigger the loading stuff. So, the order is: load stuff,
start animation, end animation, finalize stuff for presentation.
Ciao,
Gianluca.
Il giorno 03/lug/2015, alle ore 22:25, Jason H ha scritto:
>> Sent: Friday
Qt provided ones.I’m sorry but this code needs that you know objective-C, iOS SDK and how to integrate them into a Qt app.Ciao,Gianluca.
backend_ios.mm
Description: Binary data
Il giorno 16/giu/2015, alle ore 18:49, Jason H <jh...@gmx.com> ha scritto:
Thanks that would be awesome, I don'
hotels in France.</p>
What I would like is to have a XPath function that return me only the first
image url:
http://33.media.tumblr.com/bd4312958b742a21221e87c0a96d52c1/tumblr_np213siZRu1tbs1mwo1_500.gif
How can I do that ?
Thanks,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
There is this open source project with the aims to create a QML wrapper for
OpenCV:
http://livecv.dinusv.com
Il giorno 07/mag/2015, alle ore 15:21, Jason H ha scritto:
> I am looking for instructions on how to use OpenCV with Qt on mobile
> platforms. I have some experience using libzbar on A
Il giorno 15/apr/2015, alle ore 20:54, Jason H ha scritto:
>
>
>> Sent: Wednesday, April 15, 2015 at 2:51 PM
>> From: Gianluca
>> To: "Jason H"
>> Cc: "interest@qt-project.org"
>> Subject: Re: [Interest] iOS app store rejection - mi
Il giorno 15/apr/2015, alle ore 19:56, Jason H ha scritto:
>
>
>> Sent: Wednesday, April 15, 2015 at 1:09 PM
>> From: Gianluca
>
>
>>
>> There is a property called “muted”, the documentation reports: "This
>> property indicates whether the a
Il giorno 15/apr/2015, alle ore 18:16, Jason H ha scritto:
> http://doc.qt.io/qt-5/qml-qtmultimedia-camerarecorder.html
>
>> Sent: Wednesday, April 15, 2015 at 11:58 AM
>> From: Gianluca
>> To: "Jason H"
>> Cc: "interest@qt-project.org"
Il giorno 15/apr/2015, alle ore 17:56, Jason H ha scritto:
>> Il giorno 15/apr/2015, alle ore 17:41, Jason H ha scritto:
>>
>>> Rejection details :
>>> '''
>>> 2.3 Details
>>>
>>> During review, we were prompted to provide consent to use the microphone.
>>> However, we were not able to locat
How can I modify the iOS build to not request microphone access?
>
> Thanks
But if you record video … then you also record audio, right ?!?. Or are you
recording video without audio ?
So, maybe you can reply to reviewers indicating the p
to have a swipe detector that cover the entire screen, as the
ListView does (and how the PathView also does).
Thanks,
Gianluca.
Il giorno 15/apr/2015, alle ore 10:21, Federico Buti ha
scritto:
> Hi Gianluca,
>
> you should be able to simulate swipe gestures with a MouseArea. See
present
behind to work properly.
I’m blocked. I don’t have any other ideas.
Any idea ? suggestions ?
Thanks,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
not block
such redirects and you can reach the url.
Ciao,
Gianluca.
Il giorno 14/apr/2015, alle ore 10:42, Wolfgang BETZ ha
scritto:
> This one I have originally posted on the Qt Forum “Development” /
> “Installation and Deployment” where I didn’t get an answer to the question
recommend to never override this kind of user preferences.
Ciao,
Gianluca.
Il giorno 13/apr/2015, alle ore 18:54, Jason H ha scritto:
> I need to capture a photo, and while the photo capture screen is active, I
> want to disable the screen's ability to turn itself off until we have
, XmlListModel can download only from one source.
How can I construct a model taking the feeds from two sources and merging them
sorting by date ?
Thanks,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman
?
Thanks,
Gianluca.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
it is
the ListView behaving oddly).
When I removed this binding, the odd behavior disappeared and I can constraint
the width and the height as I want (and I prefer :-) )
Thanks,
Gianluca.
Il giorno 06/apr/2015, alle ore 18:28, Federico Buti ha
scritto:
> Hi Gianluca,
> it's har
text: what
}
}
}
// On the console I get the following message:
qml: Current Index: 0
qml: Current Index: 19
But Who change the current index to 19 ??
Thanks,
Gianluca.
___
Interest mailing list
Interest@
56 matches
Mail list logo