mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
FileManager: Convert properties window UI to GML (#8705)
This commit is contained in:
parent
72e661b542
commit
0b48e12dd7
4 changed files with 333 additions and 80 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue