Initial commit of BudgetPro

This commit is contained in:
Javi
2026-05-24 23:21:33 +02:00
commit f3096faee6
575 changed files with 90288 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.5)
project(SARibbonExamples LANGUAGES CXX)
add_subdirectory(MainWindowExample)
add_subdirectory(WidgetWithRibbon)
add_subdirectory(NormalMenuBarExample)
add_subdirectory(MdiAreaWindowExample)
add_subdirectory(StaticExample)