1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:27:36 +00:00

LibGUI: Add new RangeSlider widget

A new widget that allows the selection of a range between a defined min
and max value.
This commit is contained in:
Torstennator 2023-06-13 11:25:12 +02:00 committed by Jelle Raaijmakers
parent da7bf5f785
commit 69650a5812
3 changed files with 308 additions and 0 deletions

View file

@ -88,6 +88,7 @@ set(SOURCES
ProcessChooser.cpp
Progressbar.cpp
RadioButton.cpp
RangeSlider.cpp
RegularEditingEngine.cpp
ResizeCorner.cpp
RunningProcessesModel.cpp