Salome HOME
Merge branch 'BR_2018_V8_5' into BR_PY3
[modules/hydro.git] / doc / salome / gui / HYDRO / input / save_file.doc
1
2 /**
3   @file
4   \brief Help for the save file
5 */
6
7 /**
8   \page save Save file
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12   The HYDROGUI module supports saving documents in <b>.HDF</b> format. This operation can be called via:<ol>
13   <li> The main menu <b>File => Save</b>;</li>
14   <li> <b>CTRL + S</b> buttons combination;</li>
15   <li> <b>CTRL + SHIFT + S</b> buttons combination for <b>Save As...</b> operation;</li>
16   <li> <b>Save document</b> toolar button. </li> 
17   \image html save_document_toolbar_button.png "Save document toolbar button"
18   </ol>
19   
20   <b>Save file</b> dialog box looks like:
21   \image html save_file_dialog_box.png "Save file dialog box"  
22
23   
24   In case if the user tries to save document with name already used, warning appears, suggested overwriting existing file :
25   \image html save_file_warning.png "Warning"  
26   
27     <a href="index.html"><b>Back to Main page.</b></a>
28 */