[Interest] QTemporaryFile::open()

2017-02-17 Thread Larry Martell
When I call QTemporaryFile::open() with any OpenMode flags I get an error. Code: QTemporaryFile wi_file; if (wi_file.open(QIODevice::WriteOnly)) { Error: /Users/lmartell/ia/cap/workItem.cpp:877:15: error: 'open' is a protected member of 'QTemporaryFile' if (wi_file.open(QIODevice::WriteO

Re: [Interest] How to download QT Automotive Suite??

2017-02-07 Thread Larry
Hi Thanks for you reply?? If we pay for "Qt for Device Creation", Do we need pay other Charges for get Automotive suite ? Is Automotie suite is a part of "Qt for Device Creation" ? Larry -- Original -- From: "Frederik Gladhorn&q

[Interest] How to download QT Automotive Suite??

2017-02-06 Thread Larry
We are very interested in Qt Automotive Suite, so we want to know how to download and get more information about it. Thanks !___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] How to build qt3d editor?

2017-01-17 Thread Larry
Is there anyone knows, please! os: ubuntu 16.04 Thanks!___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] HTTPS with Qt

2016-10-06 Thread Larry Martell
Yup, that worked find. Easy peasy! Thanks. On Thu, Oct 6, 2016 at 9:55 AM, Gian Maxera wrote: > In the Qt app you just need to change http to https > No more. > >> On 6 Oct 2016, at 14:51, Larry Martell wrote: >> >> I have a Qt app that sends requests to a serve

[Interest] HTTPS with Qt

2016-10-06 Thread Larry Martell
I have a Qt app that sends requests to a server like this: QString urlStr = "http://foo.bar.com/baz";; QUrl transferUrl(urlStr); QNetworkRequest request(transferUrl); networkReply = networkManager.get(request); We need to change this to use HTTPS. We have the needed certs on the server. C

Re: [Interest] script invoked with QProcess cannot open files with spaces in path

2016-09-01 Thread Larry Martell
On Wed, Aug 31, 2016 at 4:34 AM, Viktor Engelmann wrote: > > > > Am 31.08.2016 um 10:28 schrieb Viktor Engelmann: > > > > Am 31.08.2016 um 02:02 schrieb Kyle Altendorf: > > On August 30, 2016 7:44:14 PM EDT, Kyle Altendorf wrote: > > On August 30, 2016 4:

Re: [Interest] script invoked with QProcess cannot open files, with spaces in path

2016-08-30 Thread Larry Martell
On Tue, Aug 30, 2016 at 7:38 PM, Roland Hughes wrote: >>> > > I am invoking a python script with QProcess. I have found that if the > script tries to open a file that has spaces in the path, no error is > thrown, but the file always appears to have 0 length. The same script > with the same file wi

Re: [Interest] script invoked with QProcess cannot open files with spaces in path

2016-08-30 Thread Larry Martell
On Tue, Aug 30, 2016 at 7:08 PM, Thiago Macieira wrote: > Em terça-feira, 30 de agosto de 2016, às 16:28:25 PDT, Larry Martell escreveu: >> I am invoking a python script with QProcess. I have found that if the >> script tries to open a file that has spaces in the path, no error is

[Interest] script invoked with QProcess cannot open files with spaces in path

2016-08-30 Thread Larry Martell
I am invoking a python script with QProcess. I have found that if the script tries to open a file that has spaces in the path, no error is thrown, but the file always appears to have 0 length. The same script with the same file with spaces in the path invoked from the command line works fine. Note

Re: [Interest] including config file with macdeployqt

2016-05-17 Thread Larry Martell
uot;/" + CONFIG_PATH); I certainly don't love it, but it works. > > On Fri, May 13, 2016 at 1:54 PM, Larry Martell > wrote: >> Thanks. That answers the second part of my question. >> >> Is there a way to get the config automagically included when I run >&

Re: [Interest] iterate through JSON data

2016-05-16 Thread Larry Martell
On Mon, May 16, 2016 at 7:53 PM, Hamish Moffatt wrote: > On 17/05/16 08:24, Larry Martell wrote: >> >> I've see a lot of code that does something like this: >> >> QJsonDocument document = QJsonDocument::fromJson(jsonData); >> QJsonObject object =

[Interest] iterate through JSON data

2016-05-16 Thread Larry Martell
I am reading in a JSON file that looks like this: { "capData": { "host": "foo.bar.com", "initial_port": "8000" "secondary_port": "8001" }, "django": { "host": "baz.bar.com", "port": "8004" } } I want to iterate through it and put the data in some structur

Re: [Interest] including config file with macdeployqt

2016-05-13 Thread Larry Martell
Thanks. That answers the second part of my question. Is there a way to get the config automagically included when I run macdeployqt? On Fri, May 13, 2016 at 7:50 AM, Robert Iakobashvili wrote: > Dear Larry, > I'd place it to Resources - so no issues at signing. > > Addition

Re: [Interest] including config file with macdeployqt

2016-05-13 Thread Larry Martell
> > >> On 13 May 2016, at 12:42, Larry Martell wrote: >> >> I am creating a bundle with macdeployqt to distribute my app. I want >> to have a config file that my app will read at startup. How can I >> include that config file in my bundle, and where is the pro

[Interest] including config file with macdeployqt

2016-05-13 Thread Larry Martell
I am creating a bundle with macdeployqt to distribute my app. I want to have a config file that my app will read at startup. How can I include that config file in my bundle, and where is the proper place for it to live on the file system on the machine the app gets installed on? ___

Re: [Interest] Getting response from external web page

2016-05-02 Thread Larry Martell
is finish loaded. > > Not sure if you have control over the webserver side or web page here. > > Jerome > > > On Mon, May 2, 2016 at 4:19 PM, Larry Martell > wrote: >> >> I have a situation where I want to bring up a web page that the user >> will intera

[Interest] Getting response from external web page

2016-05-02 Thread Larry Martell
mits the page, nor how I would destroy the page. Can anyone help me with this? Thanks! Larry ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Running Qt app in a browser

2016-04-25 Thread Larry Martell
Is it possible to run a Qt app in a browser? I have googled for this, and found some hits, but none seen like they ever worked out. The most promising seems to be http://wiki.qt.io/Qt_for_Google_Native_Client but the readme link is broken, so that's discouraging. Anyone have any pointers on if this

Re: [Interest] SVG gradient not working on some machines

2016-03-31 Thread Larry Martell
On Wed, Mar 30, 2016 at 10:48 AM, Larry Martell wrote: > I have some HTML that looks like this: > > > > x1="0" y1="0" x2="100%" y2="0"> > > >

[Interest] SVG gradient not working on some machines

2016-03-30 Thread Larry Martell
I have some HTML that looks like this: \ On some machines this works fine, but on other machines the entire rectangle is black. There are no errors in QWebInspector, but in the app's error log I see this me

Re: [Interest] bug with # in URL when using setUrl?

2016-03-19 Thread Larry Martell
On Thu, Mar 17, 2016 at 11:39 AM, Thiago Macieira wrote: > On quinta-feira, 17 de março de 2016 09:39:44 PDT Larry Martell wrote: >> GET https://code.jquery.com/jquery-2.1.4.min.js SSL handshake failed >> >> A couple of days back Thiago said: >> > Check if you have

Re: [Interest] bug with # in URL when using setUrl?

2016-03-19 Thread Larry Martell
On Thu, Mar 17, 2016 at 6:41 AM, Konstantin Tokarev wrote: > > > 17.03.2016, 07:13, "Larry Martell" : >> On Wed, Mar 16, 2016 at 12:04 PM, Konstantin Tokarev >> wrote: >>> 16.03.2016, 18:39, "Larry Martell" : >>>> On

Re: [Interest] bug with # in URL when using setUrl?

2016-03-18 Thread Larry Martell
On Wed, Mar 16, 2016 at 12:04 PM, Konstantin Tokarev wrote: > > > 16.03.2016, 18:39, "Larry Martell" : >> On Wed, Mar 16, 2016 at 6:29 AM, Konstantin Tokarev >> wrote: >>> 16.03.2016, 02:15, "Larry Martell" : >>>> -How can I

Re: [Interest] bug with # in URL when using setUrl?

2016-03-18 Thread Larry Martell
On Thu, Mar 17, 2016 at 8:11 AM, Larry Martell wrote: > On Thu, Mar 17, 2016 at 6:41 AM, Konstantin Tokarev wrote: >> >> >> 17.03.2016, 07:13, "Larry Martell" : >>> On Wed, Mar 16, 2016 at 12:04 PM, Konstantin Tokarev >>> wrote: >>>>

Re: [Interest] bug with # in URL when using setUrl?

2016-03-18 Thread Larry Martell
On Wed, Mar 16, 2016 at 6:29 AM, Konstantin Tokarev wrote: > > > 16.03.2016, 02:15, "Larry Martell" : >> -How can I debug the Angular code? > > QtWebKit has developer tools. You need to create QWebInspector, set QWebPage > to it, > and enable QWebSettings::De

Re: [Interest] bug with # in URL when using setUrl?

2016-03-15 Thread Larry Martell
On Tue, Mar 15, 2016 at 9:14 PM, Thiago Macieira wrote: > On terça-feira, 15 de março de 2016 19:15:03 PDT Larry Martell wrote: >> So that led me to these questions: >> >> -What runs the JS code on the client? > > JavaScriptCore, WebKit's JS engine. Is that part o

Re: [Interest] bug with # in URL when using setUrl?

2016-03-15 Thread Larry Martell
On Tue, Mar 15, 2016 at 12:45 PM, Thiago Macieira wrote: > On terça-feira, 15 de março de 2016 12:04:34 PDT Larry Martell wrote: >> > To make matters short, these two URLs are different: >> > >> > http://foo.bar.com:8000/#/workitem/12345 >> > >> &

Re: [Interest] bug with # in URL when using setUrl?

2016-03-15 Thread Larry Martell
On Tue, Mar 15, 2016 at 11:54 AM, Thiago Macieira wrote: > On terça-feira, 15 de março de 2016 11:45:12 PDT Larry Martell wrote: >> >> QString urlStr = "http://foo.bar.com:8000/#/workitem/12345";; >> >> QUrl reportUrl(urlStr); >> > >>

Re: [Interest] bug with # in URL when using setUrl?

2016-03-15 Thread Larry Martell
On Tue, Mar 15, 2016 at 11:37 AM, Thiago Macieira wrote: > On terça-feira, 15 de março de 2016 07:04:49 PDT Larry Martell wrote: >> Sorry for not giving more details. It's not a fragment - it's an > > You say "it's not a fragment" and then your URL uses a f

Re: [Interest] getting symbols in deployed mac app

2016-03-15 Thread Larry Martell
On Tue, Mar 15, 2016 at 10:33 AM, Larry Martell wrote: > I am building my Qt app with symbols so I can use lldb. I use this > cmake option "-DCMAKE_BUILD_TYPE=Debug". That indeed does make an > executable that I debug locally on the machine I built it on. > > But if

[Interest] getting symbols in deployed mac app

2016-03-15 Thread Larry Martell
I am building my Qt app with symbols so I can use lldb. I use this cmake option "-DCMAKE_BUILD_TYPE=Debug". That indeed does make an executable that I debug locally on the machine I built it on. But if I then use macdeployqt to generate a dmg file, the executable in there does not seem to have sym

Re: [Interest] bug with # in URL when using setUrl?

2016-03-15 Thread Larry Martell
On Tue, Mar 15, 2016 at 1:32 AM, Thiago Macieira wrote: > On segunda-feira, 14 de março de 2016 18:30:13 PDT Larry Martell wrote: >> We have an app that emits a URL with a hashtag in it (#) and that is >> processed by some Angular JS code we have >> (https://docs.angularj

[Interest] bug with # in URL when using setUrl?

2016-03-14 Thread Larry Martell
We have an app that emits a URL with a hashtag in it (#) and that is processed by some Angular JS code we have (https://docs.angularjs.org/guide/$location). That URL is emitted with setUrl. It works fine on a Mac, but on Windows it acts as if the # were not there. Googling I found this: https://bu