Hello

 

My apologies if this has already been discussed (yes I am a newby).

It would be helpful if you can point me to those discussions.

 

Still use 3.4.0 will migrate shortly.

 

I've been asked to develop a simplified version of paraview call it
pv-lite 

This involves changing menu bar, toolbar and modifying a few filters.

The input data is always in the same format.  

 

I changed the menu bar from: [File] [Edit] {View] .. [Help] to something
like [(pv-lite)File] [(pv-lite)Edit] ... [(pv-lite)Help]

The toolbars of pvlite contain icons for Opening, Saving and Printing
and a few specific filters. Plus there is a icon with which the user can
switch to and from paraview proper.

 

All this can be achieved by modifying the class MainWindow as given in
ParaView-3.4.0\Applications\Client

 

An other way is using plugins aka the Autostart plugin. There is a trick
to get to the QMainWindow object. 

I think the use of plugins is preferred however due to the savestate in
MainWindow::~MainWindow() I do still require minor modifications to that
class.

 

I wonder if someone has achieved changing the look and feel of paraview
in a similar manner by purely using plugins. 

 

Regards

 

Niek

 
Registered Company Details:
BAE Systems (Operations) Limited
Registered Office: Warwick House, PO Box 87, Farnborough Aerospace
Centre, Farnborough, Hants, GU14 6YU, UK. Registered in England & Wales
No: 1996687 
 
 
 
 
 

********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to