Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-11 Thread Benjamin TERRIER
2017-07-08 21:16 GMT+02:00 Massimo Callegari via Development : > > > The fact that something is a 'text' file does not make it different, > > permissions make a difference. > > True, but this discussion moved specifically to Linux, while what I mentioned > in the

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-10 Thread Thiago Macieira
On segunda-feira, 10 de julho de 2017 01:11:34 PDT Christian Kandeler wrote: > On Sat, 8 Jul 2017 14:30:08 +0200 > > Filippo Cucchetto wrote: > > * For the QtNetwork stuff you need to keep in mind that a lost of stuff > > works with URLs. For example you can specify

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread Massimo Callegari via Development
simocalleg...@yahoo.it> Cc: Qt Development ML <development@qt-project.org> Inviato: Sabato 8 Luglio 2017 20:22 Oggetto: Re: [Development] How is Quick Controls 2 deployment meant to be ? On Sat, Jul 08, 2017 at 06:00:23PM +, Massimo Callegari wrote: > > > On Sat, Jul

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread Konstantin Tokarev
08.07.2017, 21:01, "Massimo Callegari via Development" : > On Sat, Jul 08, 2017 at 11:24:56AM +, Massimo Callegari via Development > wrote: > >>>  2) Security ? There is none. If you deploy an application using a >>> TextField control with >>>  echoMode:

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread André Pönitz
On Sat, Jul 08, 2017 at 06:00:23PM +, Massimo Callegari wrote: > > > On Sat, Jul 08, 2017 at 11:24:56AM +, Massimo Callegari via Development > wrote: > > >> 2) Security ? There is none. If you deploy an application using a > >> TextField control with > >> echoMode:

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread Massimo Callegari via Development
On Sat, Jul 08, 2017 at 11:24:56AM +, Massimo Callegari via Development wrote: >> 2) Security ? There is none. If you deploy an application using a TextField >> control with >> echoMode: TextInput.Password, one can easily add some trivial JavaScript >> code to the >> comfortably

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread André Pönitz
On Sat, Jul 08, 2017 at 11:24:56AM +, Massimo Callegari via Development wrote: > 2) Security ? There is none. If you deploy an application using a TextField > control with > echoMode: TextInput.Password, one can easily add some trivial JavaScript code > to the > comfortably reachable

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread André Pönitz
On Sat, Jul 08, 2017 at 01:33:54PM +, Massimo Callegari via Development wrote: > > * Security is a big topic, but for files you use the filesystem user/group > > permissions > > As far as I know, there's no such thing in Windows when you install an > application at user > level. I use NSIS

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread Massimo Callegari via Development
are tempted to become developers in one day... Da: Filippo Cucchetto <filippocucche...@gmail.com> A: Massimo Callegari <massimocalleg...@yahoo.it> Cc: Qt Development ML <development@qt-project.org> Inviato: Sabato 8 Luglio 2017 14:30 Oggetto: Re: [Develop

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread Filippo Cucchetto
* I think that Universal and material styles are bundled because the user can change the current style used from the command line * For the QtNetwork stuff you need to keep in mind that a lost of stuff works with URLs. For example you can specify and "http://..; url for an Image source. If i'm not

Re: [Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread Christoph Feck
On 08.07.2017 13:24, Massimo Callegari via Development wrote: 2) Security ? There is none. If you deploy an application using a TextField control with echoMode: TextInput.Password, one can easily add some trivial JavaScript code to the comfortably reachable QtQuick/Controls.2/TextField.qml

[Development] How is Quick Controls 2 deployment meant to be ?

2017-07-08 Thread Massimo Callegari via Development
Hello Qt devs, the Quick Controls 2 initiative is great, but I'm struggling to understand how deployment is meant to be done. So for "fun" I did an experiment on Windows (but this is the same also on other platforms): - open Qt Creator - create a new Quick Controls 2 default template (1 text