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:
parent
4e43cd8252
commit
ccb0d00020
3 changed files with 205 additions and 0 deletions
|
@ -30,6 +30,7 @@ set(SOURCES
|
|||
GroupBox.cpp
|
||||
Icon.cpp
|
||||
IconView.cpp
|
||||
Image.cpp
|
||||
INILexer.cpp
|
||||
INISyntaxHighlighter.cpp
|
||||
InputBox.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue