Re: [Development] QKeySequenceEdit questions

2022-05-16 Thread Laszlo Papp
> > > 2. Is it possible to configure QKeySequenceEdit not to support multiple > keypresses as a shortcut for an action? It seems to be the default > behaviour and it feels a bit odd at first. At least, not how we would like > to use this. I am referring to the "A, B, C" setup that is possible. If >

[Development] QTreeView: vertical bar between columns

2022-05-16 Thread Laszlo Papp
Hi, Was just wondering if it was okay to add a property for drawing vertical bar between columns in the body of the QTreeView. Our customer has requested this as otherwise it was challenging to visually separate the columns. It looks like jpn had a fairly trivial paintEvent implementation for thi

Re: [Development] QKeySequenceEdit questions

2022-05-16 Thread Volker Hilsheimer
> On 16 May 2022, at 19:44, Laszlo Papp wrote: > > > > I’ll have to look a bit more, but looking at the code I see that > QKeySequenceEdit accepts both the ShortcutOverride and the Shortcut event, so > it should take precedence over any application-defined shortcut. If/since > that doesn’t

Re: [Development] QKeySequenceEdit questions

2022-05-16 Thread Laszlo Papp
I’ll have to look a bit more, but looking at the code I see that >> QKeySequenceEdit accepts both the ShortcutOverride and the Shortcut event, >> so it should take precedence over any application-defined shortcut. >> If/since that doesn’t work, >> >> But since you write cmd+q (and considering your

Re: [Development] QKeySequenceEdit questions

2022-05-16 Thread Laszlo Papp
On Mon, May 16, 2022 at 2:57 PM Volker Hilsheimer wrote: > > > > On 11 May 2022, at 16:02, Laszlo Papp wrote: > > > > Hi, > > > > 1. I would like QKeySequenceEdit to block the processing of hotkeys > while recording, so that the new hotkey being recorded is not getting > handled (e.g. cmd+q does

Re: [Development] QKeySequenceEdit questions

2022-05-16 Thread Volker Hilsheimer
> On 11 May 2022, at 16:02, Laszlo Papp wrote: > > Hi, > > 1. I would like QKeySequenceEdit to block the processing of hotkeys while > recording, so that the new hotkey being recorded is not getting handled (e.g. > cmd+q does not close the Qt app in this mode). > > Is this already possible

Re: [Development] QTCS2022 - Program Suggestions

2022-05-16 Thread Pedro Bessa
Friendly reminder to add your topic suggestions to our wiki page. Please do so until Thursday, May 19th 2022. Cheers, Pedro From: Development on behalf of Pedro Bessa Date: Thursday, 12. May 2022 at 15:26 To: development@qt-project.or