forked from Fellypao/scidavis-handbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsec-windows-menu.html
72 lines (72 loc) · 3.67 KB
/
sec-windows-menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>The Window Menu</title>
<link rel="stylesheet" type="text/css" href="scidavis.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<meta name="keywords" content="Qt, SciDAVis, Data, Analysis, Plotting">
<link rel="home" href="index.html" title="The SciDAVis Handbook">
<link rel="up" href="reference.html" title="Chapter 5. Command Reference">
<link rel="prev" href="sec-format-menu.html" title="The Format Menu">
<link rel="next" href="sec-help-menu.html" title="The Help Menu">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">The Window Menu</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-format-menu.html">Prev</a> </td>
<th width="60%" align="center">Chapter 5. Command Reference</th>
<td width="20%" align="right"> <a accesskey="n" href="sec-help-menu.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="sec-windows-menu"></a>The Window Menu</h2></div></div></div>
<p>Additionaly to the items listed bellow, this menu will also display a list with the first ten windows created in the workspace. These windows can be made active or can be shown if they are hidden, by selecting their name from the list. If your project contains more then ten windows, you must use the Project explorer in order to perform these operations.</p>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Cascade</span></dt>
<dd><p>Arranges the visible windows in the project in a cascading style.</p></dd>
<dt><span class="term">Tile</span></dt>
<dd><p>Tiles the visible windows in the project.</p></dd>
<dt><span class="term">Next (<span class="keycode">F5</span>)</span></dt>
<dd><p>Makes the next visible window in the workspace stack the active window.</p></dd>
<dt><span class="term">Previous (<span class="keycode">F6</span>)</span></dt>
<dd><p>Makes the previous visible window in the workspace stack the active window.</p></dd>
<dt><span class="term">Rename Window</span></dt>
<dd><p>Opens a dialog allowing to change the title of the active window.</p></dd>
<dt>
<a name="duplicate-window-cmd"></a><span class="term">Duplicate</span>
</dt>
<dd><p>Clonates the active window.</p></dd>
<dt><span class="term">Window Geometry...</span></dt>
<dd><p>Opens a dialog allowing to change the size and the position of the active window. The size of the plot will be adapted to the new window size.</p></dd>
<dt><span class="term">Hide Window</span></dt>
<dd><p>Hides the active window. A hidden window can be made visible again via the Project explorer.</p></dd>
<dt><span class="term">Close Window (<span class="keycode">Ctrl-W</span>)</span></dt>
<dd><p>Closes the active window. You will be prompted out a question dialog asking you to confirm the operation, if you checked this option in the Preferences dialog ("Confirmations" tab).</p></dd>
</dl></div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-format-menu.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="reference.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="sec-help-menu.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">The Format Menu </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> The Help Menu</td>
</tr>
</table>
</div>
</body>
</html>