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

FileManager: Convert properties window UI to GML (#8705)

This commit is contained in:
luk1337 2021-07-13 12:57:10 +02:00 committed by GitHub
parent 72e661b542
commit 0b48e12dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 333 additions and 80 deletions

View file

@ -7,6 +7,7 @@ serenity_component(
compile_gml(FileManagerWindow.gml FileManagerWindowGML.h file_manager_window_gml)
compile_gml(FileOperationProgress.gml FileOperationProgressGML.h file_operation_progress_gml)
compile_gml(PropertiesWindowGeneralTab.gml PropertiesWindowGeneralTabGML.h properties_window_general_tab_gml)
set(SOURCES
DesktopWidget.cpp
@ -17,6 +18,7 @@ set(SOURCES
FileUtils.cpp
main.cpp
PropertiesWindow.cpp
PropertiesWindowGeneralTab.gml
)
serenity_app(FileManager ICON app-file-manager)