mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:27:45 +00:00
LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI
This allows most of the theme preview code to be reused by similar theme preview widgets.
This commit is contained in:
parent
0f2c1f804e
commit
3fbefb82ac
5 changed files with 256 additions and 167 deletions
|
@ -10,6 +10,7 @@ set(SOURCES
|
|||
AbstractTableView.cpp
|
||||
AbstractView.cpp
|
||||
AbstractZoomPanWidget.cpp
|
||||
AbstractThemePreview.cpp
|
||||
Action.cpp
|
||||
ActionGroup.cpp
|
||||
Application.cpp
|
||||
|
@ -111,8 +112,8 @@ set(SOURCES
|
|||
VimEditingEngine.cpp
|
||||
Widget.cpp
|
||||
Window.cpp
|
||||
ConnectionToWindowServer.cpp
|
||||
ConnectionToWindowMangerServer.cpp
|
||||
ConnectionToWindowServer.cpp
|
||||
ConnectionToWindowMangerServer.cpp
|
||||
Wizards/WizardDialog.cpp
|
||||
Wizards/AbstractWizardPage.cpp
|
||||
Wizards/CoverWizardPage.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue