Re: [Interest] Is Qt/QML suitable for me?

2016-09-01 Thread Jason H
it to the "platform shim" object that I create. The Qt is the easy part.          Sent: Tuesday, August 30, 2016 at 6:18 PM From: "Jérôme Godbout" <jer...@bodycad.com> To: "Interests Qt" <interest@qt-project.org> Subject: Re: [Interest] Is Qt/QML suitable for

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Jérôme Godbout
As far as I know, PyQt5 is available for Android, but not PyQt4. Anyway if you want to do some Qml, I strongly suggest Qt5 and the lastest especially if you start a new project. JS can acheive as much with many porting, since the Qml JS engine have a few particularity on it's own. But no it

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Jason H
it. Jerome       On Tue, Aug 30, 2016 at 3:57 PM, Jason H <jh...@gmx.com> wrote: > Sent: Tuesday, August 30, 2016 at 3:11 PM > From: "Артур Истомин" <art.is...@yandex.ru> > To: interest@qt-project.org > Subject: [Interest] Is Qt/QML suitable for me?

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Артур Истомин
On Tue, Aug 30, 2016 at 01:38:58PM -0600, Bob Hood wrote: > On 8/30/2016 1:11 PM, Артур Истомин wrote: > >I want to convert my POS (point of sale) software (long ugly shell-scripts) > >to GUI-software for mobile (Android) and desktop (Linux/Windows) devices. > > > >I don't know C++ but know some

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Jérôme Godbout
ent: Tuesday, August 30, 2016 at 3:11 PM > > From: "Артур Истомин" <art.is...@yandex.ru> > > To: interest@qt-project.org > > Subject: [Interest] Is Qt/QML suitable for me? > > > > I want to convert my POS (point of sale) software (long ugly > shell-

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Freddy Martinez Garcia
You can, but I’m not really sure that will be scalable. Also you will miss te powerful of the Qt API… I don’t think that is the best that you need. If you really just want to make your app for a Mobile environment with only javascript, I think that you can considere to use HTML5 + Js. Should be

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Giuseppe D'Angelo
On Tue, Aug 30, 2016 at 9:11 PM, Артур Истомин wrote: > I don't know C++ but know some JS. So is it possible to write my > application, POS, entirely on JavaScript? Almost all application logic are > sql transactions with local sqlite database. You'll still want your backend

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Jason H
> Sent: Tuesday, August 30, 2016 at 3:11 PM > From: "Артур Истомин" <art.is...@yandex.ru> > To: interest@qt-project.org > Subject: [Interest] Is Qt/QML suitable for me? > > I want to convert my POS (point of sale) software (long ugly shell-scripts) >

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Jesus Fernandez
Yeah! You can create your app with Qt Quick (Qml + Javascript) ?? Best regards, Jesus From: Артур Истомин Sent: Tuesday, August 30, 21:11 Subject: [Interest] Is Qt/QML suitable for me? To: interest@qt-project.org I want to convert my POS (point of sale) software (long ugly shell-scripts

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Bob Hood
On 8/30/2016 1:11 PM, Артур Истомин wrote: I want to convert my POS (point of sale) software (long ugly shell-scripts) to GUI-software for mobile (Android) and desktop (Linux/Windows) devices. I don't know C++ but know some JS. So is it possible to write my application, POS, entirely on

[Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Артур Истомин
I want to convert my POS (point of sale) software (long ugly shell-scripts) to GUI-software for mobile (Android) and desktop (Linux/Windows) devices. I don't know C++ but know some JS. So is it possible to write my application, POS, entirely on JavaScript? Almost all application logic are sql