Qt 6.11 is out! See what's new in the release
blog
How to organize projects for "configuration" ?
-
My current version of the prioject ( usung subduirs () looks something like this
Application
MainWindow
Main Project
mdiArea
subproject / mdiArea sub window
subproject / mdiArea sub window
....
subproject / mdiArea sub windoweach subproject contributes with part of the Application configuration
each subproject need to have an access to current / partial configuration.
where would be the most reasonable single place to keep such configuration ?
I would prefer to add another object as "configuration place"
I did try inheritance, but it got to convoluted - too many common name variables...
I am somewhat comfortable passing "connect" messages , but it seems to be limited to "events"