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

LibGUI: Add a new GUI::Image component for display images

New GUI::Image component for replace Label usage for icons and images.
This commit is contained in:
Hüseyin ASLITÜRK 2020-06-14 11:04:58 +03:00 committed by Andreas Kling
parent 4e43cd8252
commit ccb0d00020
3 changed files with 205 additions and 0 deletions

View file

@ -30,6 +30,7 @@ set(SOURCES
GroupBox.cpp
Icon.cpp
IconView.cpp
Image.cpp
INILexer.cpp
INISyntaxHighlighter.cpp
InputBox.cpp