Ticket #3545 (closed: fixed)
Split VATES Gui into central Widget and smaller QMainWindow
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
The central widget in VsgMainWindow needs to be split out into its own class. This will ease the integration into MantidPlot. The VsgMainWindow can then be condensed into a smaller class that just uses the new central widget class.
Change History
comment:9 Changed 9 years ago by Michael Reuter
After split, most of the functionality is working. However, the time control widget and the pipeline browser widget are non-functional. I will work on this, but other reorganization work will continue at the same time.
comment:10 Changed 9 years ago by Michael Reuter
In [13928]:
comment:11 Changed 9 years ago by Michael Reuter
In [13965]:
comment:12 Changed 9 years ago by Michael Reuter
In [14111]:
comment:13 Changed 9 years ago by Michael Reuter
In [14205]:
comment:14 Changed 9 years ago by Michael Reuter
- Status changed from accepted to verify
- Resolution set to fixed
The split is complete. The code for VsgMainWindow is now very small since the bulk of the functionality is handled by MdViewerWidget.
comment:15 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:16 Changed 9 years ago by Owen Arnold
- Status changed from verifying to closed
Nicely done in VsgMainWidget. Simple Gui works as expected, so refactoring successful.
comment:17 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4392