Koen Deforche 862baf98aa added skia backend for WRasterImage | пре 11 година | |
---|---|---|
.. | ||
CMakeLists.txt | пре 11 година | |
CornerImage.C | пре 11 година | |
CornerImage.h | пре 13 година | |
README.md | пре 13 година | |
RoundedWidget.C | пре 15 година | |
RoundedWidget.h | пре 16 година | |
StyleExample.C | пре 14 година | |
StyleExample.h | пре 14 година |
This example creates a new widget (RoundedWidget
) which adds rounded
corners to a child widget, using images that are rendered on the fly
with the painting API.
This example is a bit dated since CSS3 now includes rounded corners which are already broadly supported across browsers.
See the README in the parent directory.
WCompositeWidget
to define new widgetsWResource
for on-the-fly generated imagesWRasterImage
with the painting API for painting raster images.