quickpaper icon indicating copy to clipboard operation
quickpaper copied to clipboard

:book: Material Design extras for QtQuick.Controls 2

Results 7 quickpaper issues
Sort by recently updated
recently updated
newest added

This should be used in Button and any other component that uses mouse/touch input.

needs upstreaming

How can we build on Qt 5.7 before it's actually released?

enhancement

Added qt:5.6.1 and qt:5.7.0 to the travis build using docker. (fixes #1)

This should be used as a `layer.effect` throughout the Material theme for QtQuick.Controls 2 to implement the proper elevations following the spec.

upstream review

Either host it on GitHub pages or [Read the Docs](http://readthedocs.org)and [Breathe](https://github.com/michaeljones/breathe). Also look into Doxygen vs QDoc.

enhancement

There's [ItemDelegate](http://doc-snapshots.qt.io/qt5-5.7/qml-qtquick-controls2-itemdelegate.html) in Controls 2, but it seems too basic. We can either build our own element or extend ItemElement for the list items.

enhancement

Once Qt 5.7 is actually released, we'll want to publish a package on QPM. I still need to pick a package ID to use: - com.sonrisesoftware.paper - com.sonrisesoftware.quickpaper - io.papyros.paper...

enhancement