Hi,
I am planning to migrate Qt Widget Designer towards using fully
qualified enumerations when writing .ui files in 6.7. That is, instead of
QFrame::Box
it will then generate:
QFrame::Shape::Box
The motivation behind this is that it should support scoped enumerations
and this will be requ
On Tue, Oct 31, 2023 at 10:33:27PM +0100, Arno Rehn wrote:
On 24.10.23 21:12, Arno Rehn wrote:
On 22.10.23 20:57, Andy Nichols wrote:
Ideally if QtGamepad is reintroduced in Qt6 it would be with some
flavor of these changes rather than just being a strait port form Qt 5.
Agreed. Maybe I'll ju