1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:27:34 +00:00

LibGUI: Start working on a file picker dialog (GFilePicker).

Have LibGUI adopt GDirectoryModel from FileManager since it fits perfectly
for the needs of a file picker.
This commit is contained in:
Andreas Kling 2019-05-09 01:24:37 +02:00
parent d4ac9e9a8a
commit bd5c79aff2
9 changed files with 103 additions and 29 deletions

View file

@ -49,6 +49,8 @@ LIBGUI_OBJS = \
GFrame.o \
GTreeView.o \
GFileSystemModel.o \
GFilePicker.o \
GDirectoryModel.o \
GSplitter.o \
GSpinBox.o \
GGroupBox.o \