Re: [Development] mid(), left(), right(), and ... ?

2017-04-04 Thread Thiago Macieira
Em terça-feira, 4 de abril de 2017, às 12:33:40 PDT, Marc Mutz escreveu: > Hi, > > We have two functions to get a substring without doing some calculations > involving size(): > > - mid(p): mid(p, size() - p) > - right(n) : mid(size() - n, n) > > (left does not involve size(), so isn't in that s

Re: [Development] mid(), left(), right(), and ... ?

2017-04-04 Thread André Pönitz
On Tue, Apr 04, 2017 at 09:33:40PM +0200, Marc Mutz wrote: > Hi, > > We have two functions to get a substring without doing some calculations > involving size(): > > - mid(p): mid(p, size() - p) > - right(n) : mid(size() - n, n) > > (left does not involve size(), so isn't in that set). What is m

[Development] mid(), left(), right(), and ... ?

2017-04-04 Thread Marc Mutz
Hi, We have two functions to get a substring without doing some calculations involving size(): - mid(p): mid(p, size() - p) - right(n) : mid(size() - n, n) (left does not involve size(), so isn't in that set). What is missing is a name for - f(n): mid(0, size() - n) As a mutator, it's cal

Re: [Development] redistributing QPA and platform style plugins

2017-04-04 Thread René J . V . Bertin
On Monday April 03 2017 15:33:34 Jake Petroules wrote: Thanks for all your answers. >> Are there legal restrictions to making my modified versions available (say >> on github) other than maintaining the license headers and any licensing >> files? > >In short, no. You know Qt is licensed under