uwerat

Results 130 issues of uwerat

For applications using qmake we should offer a qskinny.prf file

a QML plugin that allows running QML code using qSkinny without compiling is missing

Framework

at the moment libtestsupport and libqskqmlexport are linked against all examples: see qsk_add_example in QskBuildFunctions.cmake, but not all examples need the, F.e libqskqmlexport is only needed when the example has...

cmake

Qt offers qt6_add_plugin ( https://doc.qt.io/qt-6/qt-add-plugin.html ) to define plugins with cmake. However this creates the shared lib as MODULE ( instead of SHARED ), what makes impossible to link the...

Material 3
cmake

nobody ever tested the build environment with hunspell or pinyin being enabled. Might be that the cmake code is completely wrong

cmake

When retrieving skin hints the lookup algorithm removes the status bits of the aspect from high to low until an entry has been found. The idea behind this approach was...

Framework

The M3 skin does not support the focus indicator and therefore we need to have specific settings for the Focused state. F.e. selecting a value of a QskSegmentedBar in the...

Material 3

With Qt 6.3 QQuickItem received new flags that allow to drop creating of scene graph nodes, that are outside of the visible area: - QQuickItem::ItemIsViewport - QQuickItem::ItemObservesViewport Also see: -...

enhancement
Framework

For monochrome icons it would be possible to use QPainterPath instead of a QskGraphic. Then it would be possible to use QskShapeNodes that can be batched with the box nodes...

enhancement
Framework

some polishing of QskRadioBox is possible: - handling of the textOptions ( line wrapping, elide modes - API to add/remove a single option - do we want to allow to...

enhancement
Control