Re: [Development] A QStringList puzzle for Monday

2025-03-17 Thread Igor Khanin
Hi, This is a really unfortunate (and all too common) case... o4 is invoking the QList(InputIterator, InputIterator) constructor, with the `InputIterator` type being deduced as `const char *`. This is a valid iterator type with traits specialization and everything, so this constructor is a me

Re: [Development] QTextFormat::LayoutDirection as a character format property?

2024-11-04 Thread Igor Khanin
Thanks! On 04/11/2024 10:48, Lars Knoll wrote: This appears to be the case since Scribe was first released back in Qt 4, or at the very least predates the current Git history. So my question is why then the documentation says that? Was there an intention to implement some behavior that then n

Re: [Development] QTextFormat::LayoutDirection as a character format property?

2024-11-04 Thread Igor Khanin
Best, Igor On 03/11/2024 12:37, Volker Hilsheimer wrote: On 31 Oct 2024, at 14:51, Igor Khanin wrote: Greetings, I hope this is the right place to post this. I'm looking for advice as well as any historical context I can get. The documentation states that the `QTextFormat::LayoutDirecti

[Development] QTextFormat::LayoutDirection as a character format property?

2024-10-31 Thread Igor Khanin
Greetings, I hope this is the right place to post this. I'm looking for advice as well as any historical context I can get. The documentation states that the `QTextFormat::LayoutDirection` text format property is both a paragraph and a character property. When set on a block format, it indeed