Ticket #3303 (closed: fixed)
Allow getinstrumentview() to be shown on a given tab
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
In order to use the Mask tab within a custom UI, we need to be able to pop up the InstrumentView on the Mask tab. Add a setTab(int) method to InstrumentView and modify MantidUI.getInstrumentView to take an optional parameter with the desired tab number.
Change History
comment:1 Changed 9 years ago by Mathieu Doucet
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 9 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
Note: See
TracTickets for help on using
tickets.
(In [12950]) Added optional tab parameter to getinstrumentview. Fixes #3303