Re: [Development] QTBUG-95930 / QTBUG-99546 need some attention

2022-05-17 Thread Ilya Fedin
On Tue, 10 May 2022 19:40:02 + Morten Sørvig wrote: > > On 9 May 2022, at 16:47, Thiago Macieira > > wrote: > > > > On Monday, 9 May 2022 07:07:23 PDT Morten Sørvig wrote: > >> b) In practice, QT_SCREEN_SCALE_FACTORS has become a system > >> setting since it’s being set on behalf of the u

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Volker Hilsheimer
> On 17 May 2022, at 18:06, Laszlo Papp wrote: > > On Tue, May 17, 2022 at 4:51 PM Laszlo Papp wrote: > What is required is a widget or mode of a widget that combines both abilities. > > QTreeView already sort of does that, although badly. Basically, a header > makes it look like a table, bu

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Scott Bloom
Adding a +1 here. Where I have created a “similar” treeview with tableview similarities is when viewing SQL data results. The tree aspect, represents the sorted on column with duplicate data. For instance, say you had a model that was Firstaname, lastname, address, city, state, zipcode and cou

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Laszlo Papp
On Tue, May 17, 2022 at 4:51 PM Laszlo Papp wrote: > What is required is a widget or mode of a widget that combines both >> abilities. >> > QTreeView already sort of does that, although badly. Basically, a header > makes it look like a table, but it is also a tree. That is why I think the > featu

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Laszlo Papp
> > What is required is a widget or mode of a widget that combines both > abilities. > QTreeView already sort of does that, although badly. Basically, a header makes it look like a table, but it is also a tree. That is why I think the feature request is valid. It should either not have a header or

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Arno Rehn
Hi Konrad, Am 17.05.2022 um 17:36 schrieb Konrad Rosenbaum: On 17/05/2022 14:58, Volker Hilsheimer wrote: As mentioned in the JIRA ticket: perhaps a treeview, which is designed to show rows of data, not cells of data, is not the right UI component for the job, and the problem you try to solve

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Laszlo Papp
> > As mentioned in the JIRA ticket: perhaps a treeview, which is designed to > show rows of data, not cells of data, is not the right UI component for the > job, and the problem you try to solve seems very application specific (I’m > not aware of a native tree view on macOS or Windows that provide

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Volker Hilsheimer
> On 17 May 2022, at 12:47, Laszlo Papp wrote: > > > > On Tue, May 17, 2022 at 11:34 AM André Somers wrote: > > > On 17-05-2022 12:12, Laszlo Papp wrote: >> >> >> On Tue, May 17, 2022 at 11:01 AM André Somers wrote: >> Hi, >> >> On 16-05-2022 23:26, Laszlo Papp wrote: >> > Hi, >> > >>

Re: [Development] QKeySequenceEdit questions

2022-05-17 Thread Ahmad Samir
On 16/5/22 19:12, Laszlo Papp wrote: 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 handle

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Laszlo Papp
On Tue, May 17, 2022 at 11:34 AM André Somers wrote: > > On 17-05-2022 12:12, Laszlo Papp wrote: > > > > On Tue, May 17, 2022 at 11:01 AM André Somers > wrote: > >> Hi, >> >> On 16-05-2022 23:26, Laszlo Papp wrote: >> > Hi, >> > >> > Was just wondering if it was okay to add a property for drawin

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread André Somers
On 17-05-2022 12:12, Laszlo Papp wrote: On Tue, May 17, 2022 at 11:01 AM André Somers wrote: Hi, On 16-05-2022 23:26, Laszlo Papp wrote: > Hi, > > Was just wondering if it was okay to add a property for drawing > vertical bar between columns in the body of the QTre

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Laszlo Papp
On Tue, May 17, 2022 at 11:01 AM André Somers wrote: > Hi, > > On 16-05-2022 23:26, Laszlo Papp wrote: > > 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

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread André Somers
Hi, On 16-05-2022 23:26, Laszlo Papp wrote: 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

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Laszlo Papp
> > Hi László, > > Knee-jerk reaction is that I’m sceptical that this belongs into QTreeView > itself, given how hard it is to make this look good for all the different > styles, and how easy it evidently is to do this in a subclass that can > solve a specific problem and doesn’t have to worry abou

Re: [Development] QTreeView: vertical bar between columns

2022-05-17 Thread Volker Hilsheimer
> On 16 May 2022, at 23:26, Laszlo Papp wrote: > > 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 lo