mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:17:46 +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:
parent
da7bf5f785
commit
69650a5812
3 changed files with 308 additions and 0 deletions
|
@ -88,6 +88,7 @@ set(SOURCES
|
|||
ProcessChooser.cpp
|
||||
Progressbar.cpp
|
||||
RadioButton.cpp
|
||||
RangeSlider.cpp
|
||||
RegularEditingEngine.cpp
|
||||
ResizeCorner.cpp
|
||||
RunningProcessesModel.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue