Ticket #444 (closed: fixed)
Allow specialised User interfaces for specific Algorithms
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
This should allow specialised user interfaces to be created for a limited number of algorithms.
This will have to include:
- A suitable interface or base class that all specialized user interfaces inherit from.
- A dynamic factory class (see kernel) that allows the user interface for a algorithm to be created.
- Final cleanup is to replace the hard coded LoadRaw dialog that the Load button uses.
Again this should remain independent from qtiplot, although it can of course use QT and mantid
Change History
comment:10 Changed 12 years ago by Martyn Gigg
comment:11 Changed 12 years ago by Martyn Gigg
comment:12 Changed 12 years ago by Martyn Gigg
comment:13 Changed 12 years ago by Martyn Gigg
comment:14 Changed 12 years ago by Martyn Gigg
comment:15 Changed 12 years ago by Martyn Gigg
comment:16 Changed 12 years ago by Martyn Gigg
comment:17 Changed 12 years ago by Martyn Gigg
comment:18 Changed 12 years ago by Martyn Gigg
comment:19 Changed 12 years ago by Martyn Gigg
- Status changed from new to closed
- Resolution set to fixed
comment:20 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1292
Note: See
TracTickets for help on using
tickets.
(In [2081]) Added a method to create a bare pointer, i.e. one that is not wrapped in a boost shared_ptr. I need this for the specialized algorithm GUIs since the Qt pointers don't seem to like being wrapped. Re #444