Re: [Interest] vs. Flutter

2019-02-19 Thread Lorne Sturtevant
ouple of weeks.  My main point is that Qt can do all of this stuff because the felgo people already did.  It just has to be done by Qt and put into the core. -- Lorne Sturtevant Sum Ergo Cogito ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Handling zooming in QtCharts

2016-06-20 Thread Lorne Sturtevant
range for the chart's x and y axis. Fortunately I could do this with the existing API. It would be nice if there was a cleaner API for doing this though. -- Lorne Sturtevant Sum Ergo Cogito ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Handling zooming in QtCharts

2016-06-20 Thread Lorne Sturtevant
On 06/20/2016 08:44 PM, Vincent Hui wrote: > Did you try Examples/Qt-5.7/qtcharts/charts/zoomlinechart ? > Yes I did. That example uses the default zoom which is always in the centre of the chart. -- Lorne Sturtevant Sum Ergo Cogito ___ In

[Interest] Handling zooming in QtCharts

2016-06-20 Thread Lorne Sturtevant
need is again private. So my question is, how would I do this? How can I zoom the chart around the position of the mouse without accessing any of the private data from the QtChart package? Is there some method I'm missing? Or is the API just not able to do this right now? -

Re: [Interest] Problem location symbol on android

2016-04-13 Thread Lorne Sturtevant
On 04/07/2016 05:15 PM, Lorne Sturtevant wrote: > I have a project that I'm trying to get working on android. I'm > using Qt Creator to build and run everything. The program compiles, > links and deploys. When it runs, I get the following error: > > Starting remot

Re: [Interest] Problem location symbol on android

2016-04-08 Thread Lorne Sturtevant
t; E/dalvikvm(20264): > dlopen("/data/app-lib/org.qtproject.example.test_mage-2/libmage.so") > failed: dlopen failed: cannot locate symbol > "_ZN18QXmlDefaultHandlerC2Ev" referenced by "libmage.so"... > > > > The constructor for QXmlDefaultHandler is n

[Interest] Problem location symbol on android

2016-04-07 Thread Lorne Sturtevant
directory, this is what I get: $ objdump -T libQt5Xml.so | grep _ZN18QXmlDefaultHandlerC2Ev 000121b9 gDF .text 0038 _ZN18QXmlDefaultHandlerC2Ev The symbol is in the library, but I have no idea why it's not finding it. Any help with this would be greatly a

[Interest] QML, Layouts and Dynamic Objects

2016-03-19 Thread Lorne Sturtevant
y help would be greatly appreciated. -- Lorne Sturtevant Sum Ergo Cogito ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Sharing Shaders between contexts

2015-03-12 Thread Lorne Sturtevant
ly? I found this forum post http://forum.qt.io/topic/51764/2-qopenglwidget-shared-context which is asking the same thing I am. Can anyone lend some insight? -- Lorne Sturtevant Sum Ergo Cogito ___ Interest mailing list Interest@qt-project.org ht

Re: [Interest] Preventing QUrl from encoding query parameters

2014-08-06 Thread Lorne Sturtevant
> Thanks for the tip. That'll be easier than a separate process. -- Lorne Sturtevant Sum Ergo Cogito ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Preventing QUrl from encoding query parameters

2014-08-05 Thread Lorne Sturtevant
ous versions. If that doesn't work, fix your server. > If it was my server, I'd fix it in an instant. But unfortunately it's a 3rd party server which I can't modify. While I try to get them to fix it, I think I'll just use curl spawned from QProcess. Thanks for

Re: [Interest] Preventing QUrl from encoding query parameters

2014-08-02 Thread Lorne Sturtevant
;;); > qDebug() << QUrl::fromPercentEncoding(url.toEncoded()); > // produces: "http://example.com?query=[{"name":"value"}]"; > > I should clarify that I need the QUrl because I need to pass it to a QNetworkRequest. That class only takes QUrls. I can'

[Interest] Preventing QUrl from encoding query parameters

2014-08-01 Thread Lorne Sturtevant
n I force QUrl not to percent encode the URL? Even though it's an error, I want QUrl to ignore it and just use the raw string I provide. -- Lorne Sturtevant Sum Ergo Cogito ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest