> Jürgen Spitzmüller wrote:
>> > AFAIK, it is only usable in math. So we might want to _add_ it only
>> > in this case (if we ever need it).
>
> Would be the attached. Some testing would be nice.

The patch is OK from my point of view and after testing.

> BTW, why did we remove the %-items from hspace and vspace again? I think that
> \hspace{0.25\linewidth} or \vspace{.5\textheight} might be quite useful,
> wouldn't it?

Yes it would, but \h(v)space don't allow relative units.

> -          if (QComboBox::itemText(i).contains('%') > 0) {
> +          if (QComboBox::itemData(i).toString().contains('%')) {

What is the benefit of this change?

regards Uwe

Reply via email to