> you mean 90's style C++ GUI frameworks inheritance are no longer idiomatic in modern C++
I mean, as much of a Qt user I am, that's definitely the case. All the libs you listed are still around, but no one writes new libraries in that style (sometimes at a performance cost, e.g. using a ton of std:: function instead of virtuals)