[Interest] Is Digia's documentation for QML/Qt Quick lerning obsolete?

2017-01-23 Thread Артур Истомин
Is this documentation obsolete for latest Qt version? http://ftp.fau.de/qtproject/learning/developerguides/qtquickappdevintro/QtQuickAppDevIntro.pdf http://ftp.fau.de/qtproject/learning/developerguides/qtquickdesktop/QtQuickApplicationGuide4Desktop.pdf Introduction to Application Development

Re: [Interest] What image format and size should I use in my QML app?

2016-09-26 Thread Артур Истомин
that I found on Internet. They are real life and it is invaluable for novice like me. > > Am 25.09.16 um 22:21 schrieb Артур Истомин: > > I want to use images for icons from google's icons set. > > For example https://design.google.com/icons/#ic_search > > > > So I have

Re: [Interest] What image format and size should I use in my QML app?

2016-09-25 Thread Артур Истомин
On Sun, Sep 25, 2016 at 10:33:00PM +0100, Gianluca wrote: > > > Il giorno 25 set 2016, alle ore 22:24, Артур Истомин <art.is...@yandex.ru> > > ha scritto: > > > > On Sun, Sep 25, 2016 at 09:54:59PM +0100, Gianluca wrote: > >> I use SVG format. > &

Re: [Interest] What image format and size should I use in my QML app?

2016-09-25 Thread Артур Истомин
t; > Il giorno 25 set 2016, alle ore 21:21, Артур Истомин <art.is...@yandex.ru> > > 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

[Interest] What image format and size should I use in my QML app?

2016-09-25 Thread Артур Истомин
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 PNGs or SVGs. Moreover if I choose PNG format, there are 5 different images for different screens: hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi. My

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 d

[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