add context panel

This commit is contained in:
AndreaRigoni
2026-03-21 20:14:29 +00:00
parent add9d37aea
commit a8f786d8d1
14 changed files with 381 additions and 17 deletions

View File

@@ -7,6 +7,12 @@ add_executable(gcompose
src/ViewportPane.cpp
src/MainPanel.h
src/MainPanel.cpp
src/ContextPanel.h
src/ContextPanel.cpp
src/ContextModel.h
src/ContextModel.cpp
src/StyleManager.h
src/StyleManager.cpp
)
set_target_properties(gcompose PROPERTIES