mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibGUI: Add ValueSlider widget
ValueSlider is a more generalized version of OpacitySlider when we need a slider with values displayed. It will always show the current value with a user defined suffix.
This commit is contained in:
parent
2cd8b21974
commit
07ad64da8c
5 changed files with 258 additions and 1 deletions
|
@ -97,6 +97,7 @@ set(SOURCES
|
|||
ToolbarContainer.cpp
|
||||
TreeView.cpp
|
||||
UndoStack.cpp
|
||||
ValueSlider.cpp
|
||||
Variant.cpp
|
||||
VimEditingEngine.cpp
|
||||
Widget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue