|
Hello I would like to write View-Switching Application based on soapboxcore. I would like to make the main window with several regions. Like on the picture.
Each module adds the button in to TaskButton Region When the user clicks on a button from TaskButton Region modules are switched. Like on the picture.
How can I make the switch modules? Sorry for my bad English. |
|
You should be able to use the Layout Manager's You'll need to remember which View you're in (based on the user's selection), and based on that View, restore an appropriate saved layout for each one. Before switching, you probably want to save the current layout in case they've changed anything. There is also an |

