[Interest] Odd focus behavior with multi-widget item delegate?

2020-11-27 Thread Matthew Woehlke
I have a QTreeView with a complex (consists of multiple widgets) item 
delegate for some columns.


This behaves strangely. For example, the enter key seems to "finish" 
editing, but causes the cell to render in inactive colors (gray bg), 
while the rest of the row renders in active colors (blue bg). Clicking 
away from the editor causes it to lose focus but not go away.


How do I fix this?

The delegate creates a custom widget type that is basically a QWidget 
containing a QDoubleSpinBox and a QComboBox. (It is a value picker that 
allows the user to also specify units via the combo box. No, I do *not* 
want to mess with trying to subclass QDoubleSpinBox to allow the units 
to be typed, both because of the code complexity, and because typing 
units will be more obtuse for users.)


--
Matthew
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Customizing the output library name in Android builds

2020-11-27 Thread Assam Boudjelthia
Hi,

What's the benefit of removing the suffix in a multi-abi build?

Best regards,
Assam

From: Interest  on behalf of Raphael Cotty 

Sent: Thursday, November 26, 2020 6:23 PM
To: interest@qt-project.org 
Subject: Re: [Interest] Customizing the output library name in Android builds

Hi,
I just gave a try with Qbs and it's possible to keep the old (Qt < 5.14) naming 
(without the arch suffix).
I just tried with the addressbook example and it works.
Qbs just needs to trick androiddeployqt a bit.
If that's a feature users can be interested in then it's possible to add it as 
an option.
Raph
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest