1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00

LibGUI: Add a new GUI::OpacitySlider widget :^)

This widgets offers a more visually intuitive way to adjust the opacity
of something.
This commit is contained in:
Andreas Kling 2020-12-31 11:56:19 +01:00
parent acb87cd164
commit ddaa13577e
4 changed files with 221 additions and 0 deletions

View file

@ -64,6 +64,7 @@ class ModelIndex;
class MouseEvent;
class MultiPaintEvent;
class MultiView;
class OpacitySlider;
class PaintEvent;
class Painter;
class ResizeCorner;