qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.

Results 159 qskinny issues
Sort by recently updated
recently updated
newest added

A swipe view would be nice - even if this is not hard to do with combining a QskStackBox with a pan gesture,

new control

A similar wrapper like QskTextInput needs to be implemented

new control
Control

QskAnimator should offer functor based connections for the cleanup and advance handlers - instead of the outdated string based connections

Support for submenus is missing

Do we want to make use of c++ attribute specifiers ? - noreturn ( Q_NORETURN ) - nodiscard ( Q_REQUIRED_RESULT ) - maybe_unused ( Q_DECL_UNUSED ) - likely, unlikely (...

Framework

Add link to https://qskinny.github.io/ to `README.md` and project description. Maybe with additional links directly to tutorials/documentation.

When deconstructing a QQuickItem all children are becoming reparented ( -> no parent item ), what might lead to visibleChanged signals. When the parent is monitoring the visibility of the...

enhancement
Control

Does it make sense to add a Qsk/C++ API wrapper for the Qt Lottie module ?

The only solution I could find was to add spacers next to the button box. For some reason setting the extra space did not work, because the buttons would always...

It is easier for us to parse those special tags in Doxybook, too bad we cannot hook into the tags right in Doxygen. The current version of the website already...