Re: [Development] New Qt example development guideline and revamping examples

2023-01-20 Thread Volker Hilsheimer via Development
On 20 Jan 2023, at 10:45, Tor Arne Vestbø via Development wrote: On 20 Jan 2023, at 09:49, Eike Ziller wrote: Am 19/01/2023 um 13:33 schrieb Giuseppe D'Angelo via Development : Il 19/01/23 10:27, Tor Arne Vestbø ha scritto: All the contrary, do NOT do that, as it results in 200+ lines un

Re: [Development] New Qt example development guideline and revamping examples

2023-01-20 Thread Tor Arne Vestbø via Development
On 20 Jan 2023, at 09:49, Eike Ziller wrote: Am 19/01/2023 um 13:33 schrieb Giuseppe D'Angelo via Development : Il 19/01/23 10:27, Tor Arne Vestbø ha scritto: All the contrary, do NOT do that, as it results in 200+ lines unnamed lambdas. Strongly prefer named slots. Keep the lambdas short an

Re: [Development] Security-relevant 3rd party components bundled with Qt

2023-01-20 Thread Volker Hilsheimer via Development
On 1 Nov 2022, at 09:55, Volker Hilsheimer via Development wrote: On 20 Sep 2022, at 14:47, Volker Hilsheimer wrote: […] Those components should then be watched closer, and always get updated to the latest version, perhaps even for patch releases. To that end, I’ve started to collect a list o

Re: [Development] New Qt example development guideline and revamping examples

2023-01-20 Thread Eike Ziller via Development
> Am 19/01/2023 um 13:33 schrieb Giuseppe D'Angelo via Development > : > > Il 19/01/23 10:27, Tor Arne Vestbø ha scritto: >>> All the contrary, do NOT do that, as it results in 200+ lines unnamed >>> lambdas. Strongly prefer named slots. Keep the lambdas short and to the >>> point. Do not use