That’s kind of what I figured out .
What I wound up doing, was setting elide mode to none on the view, then doing a
resize of each column to fit, then resizing the dialog so the treeview is the
correct size, then setting textmode back to elide right.
This way, if the customer resizes, it will s
On Friday, 3 June 2022 14:04:55 PDT Sean Murphy via Interest wrote:
> The issue I'm seeing is that there doesn't appear to be any way to
> initialize the "collage" QImage BEFORE the first call to addToCollage().
> Instead, it seems like behind the scenes, the mappedReduced() function
> creates a de
I've been playing around with the QtConcurrent module, and I'm struggling to
understand one part of the QtConcurrent documentation on this page:
https://doc.qt.io/qt-5/qtconcurrentmap.html. Specifically, the section on
Concurrent Map-Reduce
(https://doc.qt.io/qt-5/qtconcurrentmap.html#concurren
> On 2 Jun 2022, at 19:31, Scott Bloom wrote:
>
> I have a request, to open a dialog without out any eliding, which is easy
> enough to do via the views textElideMode.
>
> So I can resize all the columns to fit, pretty straight forward, if I don’t
> set the textElideMode
>
> However, they