mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
LibGUI: Add PathBreadcrumbbar
This Widget wraps both a Breadcrumbbar and a TextBox for editing the path manually, based heavily on the existing code in FileManager. Breadcrumbbar itself requires outside code to micro-manage what it does. This class provides a simpler interface for it: Users don't have to worry about segments, they just give/receive a string for the current path.
This commit is contained in:
parent
f5cf41eb5d
commit
f0c2dcdbac
5 changed files with 228 additions and 2 deletions
|
@ -82,6 +82,7 @@ set(SOURCES
|
|||
OpacitySlider.cpp
|
||||
Painter.cpp
|
||||
PasswordInputDialog.cpp
|
||||
PathBreadcrumbbar.cpp
|
||||
PersistentModelIndex.cpp
|
||||
Process.cpp
|
||||
ProcessChooser.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue