Scenario Explorer Model Overview Prototype [0] Bug Number: n/a Release notes (y/n): no For Release Nums: Beyond 6.7 This is the initial commit for a prototype Scenario Explorer dialog. We are starting with the Model Description panel on the first of three tabs, "Model Overview and Scenario List". This includes a small workspace panel. See the current project documentation, including a draft version of the Scenario Explorer Requirements (with some design details): R:\doc\Scenarios\ScenarioExplorer\ The Scenario Explorer dialog UI file was started from a mockup UI file prepared for that requirements documentation. A horizontal and a vertical splitter were added (in the obvious places -- see the image link below), and all high level widgets, and all widgets on the first tab were given actual field names. Here is a link to a current screenshot. Greyed-out sections are explicitly disabled by the current code -- [see the void ScenarioExplorerDlg:: conditionMockup() method]: http://cadswes2.colorado.edu/~philw/2015/Scenarios/2015-06-16/dlg.png New modules are initially being added to the Q3GUI project: Q3GUI/ScenarioExplorerDlg.cpp Q3GUI/ScenarioExplorerDlg.hpp Q3GUI/ScenarioExplorerWidgets.ui This dialog is currently accessible from the Workspace Text menu, "Scenario Explorer...". ---