Hey just pointing out that with new fields being added to the monitor and stuff, it seems like my saved layouts get re-arranged and I have to build it again. I was wondering if there is a way to keep the saved layouts operational between upgrades?
Thanks!
Yeah, it’s a known issue that happens whenever we add brand new columns to the lists, and those columns aren’t added at the end. Unfortunately, I don’t think there is a way we can really workaround it.
From a user experience perspective, this is pretty frustrating.
I understand the frustration. The columns have a static index that is used internally by Qt. This is so that you can access a column’s data using its index, regardless of where it’s located, or if it’s visible. Now, we could work around the layout problem by always adding new columns to the end with the next available index, but we prefer to have some sort of logical grouping of columns so that when you open a panel for the first time, you don’t have a bunch of unrelated columns at the end of the list.