Changeset d1fa2b8 in sasview for src/sas/qtgui


Ignore:
Timestamp:
May 11, 2018 6:57:36 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
2f539b2, b31b7e2
Parents:
e30646ab
Message:

Main Window help update SASVIEW-915

Location:
src/sas/qtgui/MainWindow
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/UI/DataExplorerUI.ui

    rc6fb57c rd1fa2b8  
    8787          <widget class="QPushButton" name="cmdDeleteData"> 
    8888           <property name="text"> 
    89             <string>Delete</string> 
     89            <string>Delete Data</string> 
    9090           </property> 
    9191          </widget> 
  • src/sas/qtgui/MainWindow/media/data_explorer_help.rst

    r417c03f rd1fa2b8  
    1616the context menu of plot panels or other menus within the application. 
    1717 
    18 Under *View* in the menu bar, *Data Explorer* can be toggled between Show and  
    19 Hide by clicking *Show/Hide Data Explorer*. 
    20  
    21 *NOTE! When* Data Explorer *is hidden, all data loaded will be sent directly  
    22 to the current active analysis, if possible. When* Data Explorer *is 
    23 shown, data go first to the* Data Explorer. 
    24  
    2518.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
    2619 
     
    3528specified folder; 
    3629 
     30Drag and drop a file or multiple files from the external file explorer into 
     31the Data Explorer area. 
     32 
    3733Or, in the *Data Explorer* click the button *Load Data*, then select one or more 
    3834(by holding down the Ctrl key) files to load into SasView. 
    3935 
    4036The name of each loaded file will be listed in the *Data Explorer*. Clicking the 
    41 *+* symbol alongside will display any available metadata read from the file. 
     37empty triangle symbol alongside will display any available metadata read from the file. 
    4238 
    4339.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
     
    4844Right-clicking on a loaded dataset (or model calculation, what SasView calls a  
    4945'theory') brings up a *Handy Menu* from which it is possible to access *Data Info*, 
    50 *Save* the data/theory, or *Plot* the data/theory. 
     46*Save* the data/theory, *Delete* the data/theory or *Plot* the data/theory. 
    5147 
    5248.. image:: hand_menu.png 
     
    5854 
    5955To interact with data it must be activated. This is accomplished by checking  
    60 the box next to the file name in the *Data Explorer*. A green tick will appear. 
     56the box next to the file name in the *Data Explorer*. A tick will appear. 
    6157 
    6258Unchecking/unticking a box deactivates that data set. 
     
    7369selected data sets.* 
    7470 
    75 *Remove Data* removes all references to selected data from SasView. 
     71*Delete Data* removes all references to selected data from SasView. 
     72 
     73Right-clicking on one or more datasets also gives the option of removing  
     74the selected datasets. 
    7675 
    7776.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
     
    8079------------------- 
    8180 
    82 Click on the *New Plot* button to create a new plot panel where the currently 
    83 selected data will be plotted. 
     81Click on the *Create New* button in the *Plot* section to create a new plot 
     82panel where the currently selected data will be plotted. 
    8483 
    8584.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
     
    105104------------------- 
    106105 
    107 The *Freeze Theory* button generates data from the selected theory. 
     106The *Freeze Theory* button on the *Theory* tab page generates data from the selected theory. 
    108107 
    109108*NOTE! This operation can only be performed when theory labels are selected in* 
     
    115114---------------------------- 
    116115 
    117 Click on the *Send To* button to send the currently selected data to one of the 
    118 available types of analysis (*Fitting*, *P(r) Inversion*, or *Invariant* calculation). 
     116Click on the *Send data TO* button to send the currently selected data to the currently 
     117active analysis (*Fitting*, *P(r) Inversion*, or *Invariant* calculation). 
    119118  
    120 The *Single*/*Batch* mode radio buttons only apply to *Fitting*. 
     119The *Single*/*Batch* mode radio buttons only apply to *Fitting* and *P(r) Inversion*. 
    121120 
    122121*Batch mode* provides serial (batch) fitting with one model function, that is,  
     
    127126.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
    128127 
    129 .. note::  This help document was last changed by Steve King, 01May2015 
     128.. note::  This help document was last changed by Piotr Rozyczko, 11May2018 
Note: See TracChangeset for help on using the changeset viewer.