mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02: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:
Notes:
sideshowbarker
2024-07-17 00:03:19 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/f0c2dcdbac Pull-request: https://github.com/SerenityOS/serenity/pull/17346
@@ -18,6 +18,7 @@ class Application;
|
||||
class AutocompleteBox;
|
||||
class AutocompleteProvider;
|
||||
class BoxLayout;
|
||||
class Breadcrumbbar;
|
||||
class Button;
|
||||
class CheckBox;
|
||||
class ComboBox;
|
||||
@@ -56,6 +57,7 @@ class MultiView;
|
||||
class OpacitySlider;
|
||||
class PaintEvent;
|
||||
class Painter;
|
||||
class PathBreadcrumbbar;
|
||||
class PersistentHandle;
|
||||
class PersistentModelIndex;
|
||||
class RadioButton;
|
||||
|
||||
Reference in New Issue
Block a user