Re: [Interest] What don't you like about Qt?

2016-09-17 Thread Artem Sidyakin
> From what I see, IPTV industry is massively switching away from Qt because > LGPL3 is incompatible with clients’ requirements I’m just from IBC (http://www.ibc.org) and I didn’t see much “switching away from Qt” there. What I saw was switching from LGPL v2.1 to commercial license. ---

Re: [Interest] What you don't like about Qt

2016-09-23 Thread Artem Sidyakin
thor was asked back then, how about benchmarking Qt Quick Controls 2? But I don’t remember his answer to that. I have a stock RPi 3 on my desk and I use it in my development with QML. Cannot really complain about anything. --- Artem Sidyakin > On 23 Sep 2016, at 12:50, Roland Hughes wrote: > >

Re: [Interest] qtwebview with qtwebchannel

2018-08-26 Thread Artem Sidyakin
to-my-local-machine So it looks like it is indeed a potential vulnerability. --- Artem Sidyakin > On 26 Aug 2018, at 16:38, Sylvain Pointeau wrote: > > hello, it is different since a webview in ios is a wrapper to UIWebView > (which is now deprecated in ios 12 BTW). > > I

Re: [Interest] qtwebview with qtwebchannel

2018-08-29 Thread Artem Sidyakin
Sure, I used this one: https://github.com/retifrav/qml-webchannel-websockets/tree/master/websockets-mostly-qml/websockets And here’s an article about that just in case: https://retifrav.github.io/blog/2018/07/14/html-from-qml-over-webchannel-websockets/#mostly-qml --- Artem Sidyakin > On

Re: [Interest] Standardizing Qt Kit Names

2018-08-29 Thread Artem Sidyakin
As a perfectionist with OCD myself :) I find this point to be more than minor as it has been bothering me for quite a some time now. --- Artem Sidyakin > On 29 Aug 2018, at 09:27, Jason H wrote: > > It might be a minor point, but I think it would be good to have more uniform &

Re: [Interest] qtwebview with qtwebchannel

2018-09-03 Thread Artem Sidyakin
Have you succeeded? I got curious enough to try it myself and ran the example in Xcode’s Simulator - it works (https://i.imgur.com/bhE5NJa.png). I don’t have free $99 to try it on an actual iOS device, but I guess it will work fine there too. --- Artem Sidyakin > On 29 Aug 2018, at 10

Re: [Interest] qtwebview with qtwebchannel

2018-09-15 Thread Artem Sidyakin
s text as it should). So I can confirm that WebChannel over WebSocket communication does work with WebView on iOS. --- Artem Sidyakin > On 15 Sep 2018, at 10:21, Sylvain Pointeau wrote: > > to make it clearer, it does work on the simulator but not on my ipad device. > @qt deve

Re: [Interest] Qt installer from console

2018-09-15 Thread Artem Sidyakin
Is also should be possible via scripting ability of the IFW: http://doc.qt.io/qtinstallerframework/noninteractive.html Here’s a hopefully still working example: https://stackoverflow.com/a/34032216/1688203 --- Artem Sidyakin > On 15 Sep 2018, at 22:37, Roman Wüger wrote: > > Thank

Re: [Interest] qtwebview with qtwebchannel

2018-09-16 Thread Artem Sidyakin
es not work? Page is not loaded in the WebView? Or it is loaded (input field and button), but when you click the button nothing happens? If it’s the latter, then I would guess that qwebchannel.js is not loaded properly (wrong path, etc). --- Artem Sidyakin > On 16 Sep 2018, at 11:49, Sylvain

Re: [Interest] qtwebview with qtwebchannel

2018-09-16 Thread Artem Sidyakin
the HTML document came from, would it be remote server or local file. --- Artem Sidyakin > On 16 Sep 2018, at 12:58, Sylvain Pointeau wrote: > > > > Le dim. 16 sept. 2018 à 12:22, Artem Sidyakin a écrit : > Original question was about “communication between WebView and QML on

Re: [Interest] qtwebview with qtwebchannel

2018-09-17 Thread Artem Sidyakin
> OK it works on macos, but what about iOS? I was talking about iOS :) It works on iOS, my last e-mail was exactly about that. --- Artem Sidyakin > On 17 Sep 2018, at 01:13, Sylvain Pointeau wrote: > > > On Sun, Sep 16, 2018 at 5:24 PM Artem Sidyakin wrote: > I would u

Re: [Interest] qtwebview with qtwebchannel

2018-09-18 Thread Artem Sidyakin
guess we should consider this as an accident happy bonus. The rest of usecases for qrc:/ work equally fine both on Mac OS and iOS (for example, setting source for Image). --- Artem Sidyakin > On 18 Sep 2018, at 00:02, Sylvain Pointeau wrote: > > Hello Artem, > > it works! y

Re: [Interest] AmbientLightSensor dead on iOS

2018-09-18 Thread Artem Sidyakin
I’ve tried it on my iPhone, but result is the same as yours. I’ve also tried checking connectedToBackend property and it is false, so I guess that’s the reason. But I don’t know why it’s not connected, because for other sensors it is true and I can get their readings. --- Artem Sidyakin >

Re: [Interest] AmbientLightSensor dead on iOS

2018-09-23 Thread Artem Sidyakin
> iOS does not have supported access to the ambient light sensor. That seems to be so: https://forums.developer.apple.com/thread/81806 Should we update the documentation (http://doc.qt.io/qt-5/compatmap.html) then? --- Artem Sidyakin > On 22 Sep 2018, at 21:12, Lorn Potter

Re: [Interest] AmbientLightSensor dead on iOS

2018-09-23 Thread Artem Sidyakin
https://bugreports.qt.io/browse/QTBUG-70692 --- Artem Sidyakin > On 23 Sep 2018, at 11:47, Artem Sidyakin wrote: > >> iOS does not have supported access to the ambient light sensor. > > That seems to be so: https://forums.developer.apple.com/thread/81806 > &

Re: [Interest] Does XCode 10 work for Qt iOS?

2018-09-24 Thread Artem Sidyakin
I’ve updated Xcode to version 10.0 (10A255) and my devices to iOS 12, and everything seems to be fine with Qt 5.11.1 for iOS - I was running some apps just yesterday with no problems. Can’t tell for Qt 5.9 though. --- Artem Sidyakin > On 24 Sep 2018, at 10:07, Nikos Chantziaras wrote: >

Re: [Interest] Does XCode 10 work for Qt iOS?

2018-09-24 Thread Artem Sidyakin
o test on Mojave today. --- Artem Sidyakin > On 24 Sep 2018, at 10:57, ekke wrote: > > great to hear. > are you using QtQuickControls2 ? > > have you also tested to run apps on macOS ? > (read about problems with black screens running apps on macOS with Xcode 10) >

Re: [Interest] What platform SDK are needed?

2018-09-26 Thread Artem Sidyakin
supported later, as I heard), set path to JRE in PATH. --- Artem Sidyakin > On 26 Sep 2018, at 12:19, Ivan Donchevskii wrote: > > As far as I see Qt Creator sets JAVA_HOME, calls {sdk}/tools/android list > targets and then checks the {sdk}/platforms folder for android-{platform >

Re: [Interest] Icons on macOS

2018-10-08 Thread Artem Sidyakin
With qmake project file it's just this one line, nothing else is required: ICON = icon.icns It will deploy the icon file to the app bundle and put the corresponding line into Info.plist. Unfortunately, I don’t know how it is done with Qbs as I never used it. --- Artem Sidyakin >

Re: [Interest] Signals with QByteArray do not work in QML?

2018-10-12 Thread Artem Sidyakin
ns { target: backend onSomeThing: { console.log(smthing); // outputs "qml: christina hendricks" } } Also looks like you missed “s” in your “Connection”. --- Artem Sidyakin > On 11 Oct 2018, at 16:27, Jason H wrote: > > So originally, QByteArray was

Re: [Interest] strip: Customise Qt intaller, remove *.qt.io

2017-09-28 Thread Artem Sidyakin
/ifw-online-installers.html --- Artem Sidyakin > On 28 Sep 2017, at 09:28, Christian Gagneraud wrote: > > Hi there, > > I would like to customise the Qt installer, not only by adding new > "resources", but i would like to disable some/most "*.qt.io" > resourc

Re: [Interest] qtwebview with qtwebchannel

2018-08-17 Thread Artem Sidyakin
, sorry. I have a working example on desktop, but I haven’t tried it on iOS, although I don’t see why it would be any different. Except if iOS doesn’t allow to open a WebSocket. So if you were able to make it work on desktop but failed on iOS, then I guess that’s the case. --- Artem Sidyakin

Re: [Interest] How to properly translate an application?

2018-06-11 Thread EXT Artem Sidyakin
re you still have to use this trick. Speaking about translating QML applications, I would also recommend this article: https://retifrav.github.io/blog/2017/01/04/translating-qml-app/ --- Artem Sidyakin > On 7 Jun 2018, at 18:36, Jérôme Godbout wrote: > > I for one, use the .qm into