uwerat
uwerat
While running a skin transition new items should be initialized with the new skin - not the old one
QskGridBox needs to be fixed for grids with multicells like: insert( ..., 0, 0, 1, 2 ); insert( ..., 1, 1, 1, 2 ); insert( ..., 0, 2 ); insert(...
Stream operators for classes like QskGradient, QskInterval, QskMargins etc need to be added See https://doc.qt.io/qt-5/qmetatype.html#qRegisterMetaTypeStreamOperators
Sometimes you need to assign layout hints as default value for all rows/columns. F.e setting a maximum width no row should exceed.
M3 introduced the "ability to hold an icon in the switch thumb." https://m3.material.io/components/switch/overview
Material3 and Fluent2 have something like cards, what can be implemented as a QskBox with a QskAspect::Card section bit.
The checked state of QskPushButton is almost unrecognizable in Fluent2 and Mat3.
The Material3 specification for progress indicators has been updated. See: https://m3.material.io/components/progress-indicators/overview
The specification for a slider has been updated in the Material3 specification. See https://m3.material.io/components/sliders/overview
Material3 does not have any spin boxes and we do not have a specification how to display it. However other toolkits supporting Material3 display the buttons in a different way...