mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:57:46 +00:00
LibGUI: Add a basic BreadcrumbBar widget! :^)
This can be used to implement segmented path bars in FileManager and wherever else wanted.
This commit is contained in:
parent
b00a347ac5
commit
818f7777c8
3 changed files with 172 additions and 0 deletions
|
@ -8,6 +8,7 @@ set(SOURCES
|
|||
Application.cpp
|
||||
BoxLayout.cpp
|
||||
Button.cpp
|
||||
BreadcrumbBar.cpp
|
||||
Calendar.cpp
|
||||
CheckBox.cpp
|
||||
Clipboard.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue